29#if JUCE_ANDROID || DOXYGEN
An Android-specific class that can create and embed a View inside itself.
~AndroidViewComponent() override
Destructor.
void * getView() const
Returns the current View.
std::unique_ptr< AccessibilityHandler > createAccessibilityHandler() override
Override this method to return a custom AccessibilityHandler for this component.
void setView(void *uiView)
Assigns a View to this peer.
void paint(Graphics &) override
Components can override this method to draw their content.
AndroidViewComponent()
Create an initially-empty container.
void resizeToFitView()
Resizes this component to fit the view that it contains.
The base class for all JUCE user-interface objects.
A graphics context, used for drawing a component or image.