| $add(AndroidViewComponent component) | com.google.appinventor.components.runtime.Canvas | |
| $context() | com.google.appinventor.components.runtime.Canvas | |
| $form() | com.google.appinventor.components.runtime.Canvas | |
| ACCELEROMETER_SENSITIVITY_MODERATE | com.google.appinventor.components.runtime.Component | static |
| ACCELEROMETER_SENSITIVITY_STRONG | com.google.appinventor.components.runtime.Component | static |
| ACCELEROMETER_SENSITIVITY_WEAK | com.google.appinventor.components.runtime.Component | static |
| ALIGNMENT_CENTER | com.google.appinventor.components.runtime.Component | static |
| ALIGNMENT_NORMAL | com.google.appinventor.components.runtime.Component | static |
| ALIGNMENT_OPPOSITE | com.google.appinventor.components.runtime.Component | static |
| AndroidViewComponent(ComponentContainer container) | com.google.appinventor.components.runtime.AndroidViewComponent | protected |
| ASSET_DIRECTORY | com.google.appinventor.components.runtime.Component | static |
| BackgroundColor() | com.google.appinventor.components.runtime.Canvas | |
| BackgroundColor(int argb) | com.google.appinventor.components.runtime.Canvas | |
| BackgroundImage() | com.google.appinventor.components.runtime.Canvas | |
| BackgroundImage(String path) | com.google.appinventor.components.runtime.Canvas | |
| BackgroundImageinBase64(String imageUrl) | com.google.appinventor.components.runtime.Canvas | |
| BUTTON_SHAPE_DEFAULT | com.google.appinventor.components.runtime.Component | static |
| BUTTON_SHAPE_OVAL | com.google.appinventor.components.runtime.Component | static |
| BUTTON_SHAPE_RECT | com.google.appinventor.components.runtime.Component | static |
| BUTTON_SHAPE_ROUNDED | com.google.appinventor.components.runtime.Component | static |
| Canvas(ComponentContainer container) | com.google.appinventor.components.runtime.Canvas | |
| Clear() | com.google.appinventor.components.runtime.Canvas | |
| COLOR_BLACK | com.google.appinventor.components.runtime.Component | static |
| COLOR_BLUE | com.google.appinventor.components.runtime.Component | static |
| COLOR_CYAN | com.google.appinventor.components.runtime.Component | static |
| COLOR_DEFAULT | com.google.appinventor.components.runtime.Component | static |
| COLOR_DKGRAY | com.google.appinventor.components.runtime.Component | static |
| COLOR_GRAY | com.google.appinventor.components.runtime.Component | static |
| COLOR_GREEN | com.google.appinventor.components.runtime.Component | static |
| COLOR_LTGRAY | com.google.appinventor.components.runtime.Component | static |
| COLOR_MAGENTA | com.google.appinventor.components.runtime.Component | static |
| COLOR_NONE | com.google.appinventor.components.runtime.Component | static |
| COLOR_ORANGE | com.google.appinventor.components.runtime.Component | static |
| COLOR_PINK | com.google.appinventor.components.runtime.Component | static |
| COLOR_RED | com.google.appinventor.components.runtime.Component | static |
| COLOR_WHITE | com.google.appinventor.components.runtime.Component | static |
| COLOR_YELLOW | com.google.appinventor.components.runtime.Component | static |
| Column() | com.google.appinventor.components.runtime.AndroidViewComponent | |
| Column(int column) | com.google.appinventor.components.runtime.AndroidViewComponent | |
| container | com.google.appinventor.components.runtime.AndroidViewComponent | protected |
| CopyHeight(AndroidViewComponent sourceComponent) | com.google.appinventor.components.runtime.AndroidViewComponent | |
| CopyWidth(AndroidViewComponent sourceComponent) | com.google.appinventor.components.runtime.AndroidViewComponent | |
| DEFAULT_VALUE_COLOR_BLACK | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_BLUE | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_CYAN | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_DEFAULT | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_DKGRAY | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_GRAY | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_GREEN | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_LTGRAY | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_MAGENTA | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_NONE | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_ORANGE | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_PINK | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_RED | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_WHITE | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_COLOR_YELLOW | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_TEXT_TO_SPEECH_COUNTRY | com.google.appinventor.components.runtime.Component | static |
| DEFAULT_VALUE_TEXT_TO_SPEECH_LANGUAGE | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_EAST | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_MAX | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_MIN | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_NONE | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_NORTH | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_NORTHEAST | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_NORTHWEST | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_SOUTH | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_SOUTHEAST | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_SOUTHWEST | com.google.appinventor.components.runtime.Component | static |
| DIRECTION_WEST | com.google.appinventor.components.runtime.Component | static |
| Dragged(float startX, float startY, float prevX, float prevY, float currentX, float currentY, boolean draggedAnySprite) | com.google.appinventor.components.runtime.Canvas | |
| DrawArc(int left, int top, int right, int bottom, float startAngle, float sweepAngle, boolean useCenter, boolean fill) | com.google.appinventor.components.runtime.Canvas | |
| DrawCircle(int centerX, int centerY, float radius, boolean fill) | com.google.appinventor.components.runtime.Canvas | |
| DrawLine(int x1, int y1, int x2, int y2) | com.google.appinventor.components.runtime.Canvas | |
| DrawPoint(int x, int y) | com.google.appinventor.components.runtime.Canvas | |
| DrawShape(YailList pointList, boolean fill) | com.google.appinventor.components.runtime.Canvas | |
| DrawText(String text, int x, int y) | com.google.appinventor.components.runtime.Canvas | |
| DrawTextAtAngle(String text, int x, int y, float angle) | com.google.appinventor.components.runtime.Canvas | |
| ExtendMovesOutsideCanvas() | com.google.appinventor.components.runtime.Canvas | |
| ExtendMovesOutsideCanvas(boolean extend) | com.google.appinventor.components.runtime.Canvas | |
| findSpriteCollisions(Sprite movedSprite) | com.google.appinventor.components.runtime.Canvas | protected |
| Flung(float x, float y, float speed, float heading, float xvel, float yvel, boolean flungSprite) | com.google.appinventor.components.runtime.Canvas | |
| FONT_DEFAULT_SIZE | com.google.appinventor.components.runtime.Component | static |
| FontSize() | com.google.appinventor.components.runtime.Canvas | |
| FontSize(float size) | com.google.appinventor.components.runtime.Canvas | |
| GetBackgroundPixelColor(int x, int y) | com.google.appinventor.components.runtime.Canvas | |
| getContext() | com.google.appinventor.components.runtime.Canvas | |
| getDispatchDelegate() | com.google.appinventor.components.runtime.AndroidViewComponent | |
| GetPixelColor(int x, int y) | com.google.appinventor.components.runtime.Canvas | |
| getSetHeight() | com.google.appinventor.components.runtime.AndroidViewComponent | |
| getSetWidth() | com.google.appinventor.components.runtime.AndroidViewComponent | |
| getView() | com.google.appinventor.components.runtime.Canvas | |
| Height(int height) | com.google.appinventor.components.runtime.Canvas | |
| com::google::appinventor::components::runtime::AndroidViewComponent.Height() | com.google.appinventor.components.runtime.AndroidViewComponent | |
| com::google::appinventor::components::runtime::ComponentContainer.Height() | com.google.appinventor.components.runtime.ComponentContainer | |
| HeightPercent(int pCent) | com.google.appinventor.components.runtime.AndroidViewComponent | |
| Initialize() | com.google.appinventor.components.runtime.Canvas | |
| LAYOUT_ORIENTATION_HORIZONTAL | com.google.appinventor.components.runtime.Component | static |
| LAYOUT_ORIENTATION_VERTICAL | com.google.appinventor.components.runtime.Component | static |
| LENGTH_FILL_PARENT | com.google.appinventor.components.runtime.Component | static |
| LENGTH_PERCENT_TAG | com.google.appinventor.components.runtime.Component | static |
| LENGTH_PREFERRED | com.google.appinventor.components.runtime.Component | static |
| LENGTH_UNKNOWN | com.google.appinventor.components.runtime.Component | static |
| LineWidth() | com.google.appinventor.components.runtime.Canvas | |
| LineWidth(float width) | com.google.appinventor.components.runtime.Canvas | |
| PaintColor() | com.google.appinventor.components.runtime.Canvas | |
| PaintColor(int argb) | com.google.appinventor.components.runtime.Canvas | |
| ready() | com.google.appinventor.components.runtime.Canvas | |
| registerCustomGestureDetector(ExtensionGestureDetector detector) | com.google.appinventor.components.runtime.Canvas | |
| removeCustomGestureDetector(Object detector) | com.google.appinventor.components.runtime.Canvas | |
| Row() | com.google.appinventor.components.runtime.AndroidViewComponent | |
| Row(int row) | com.google.appinventor.components.runtime.AndroidViewComponent | |
| Save() | com.google.appinventor.components.runtime.Canvas | |
| SaveAs(String fileName) | com.google.appinventor.components.runtime.Canvas | |
| SCALING_SCALE_PROPORTIONALLY | com.google.appinventor.components.runtime.Component | static |
| SCALING_SCALE_TO_FIT | com.google.appinventor.components.runtime.Component | static |
| SetBackgroundPixelColor(int x, int y, @IsColor int color) | com.google.appinventor.components.runtime.Canvas | |
| setChildHeight(AndroidViewComponent component, int height) | com.google.appinventor.components.runtime.Canvas | |
| setChildWidth(AndroidViewComponent component, int width) | com.google.appinventor.components.runtime.Canvas | |
| setLastHeight(int height) | com.google.appinventor.components.runtime.AndroidViewComponent | |
| setLastWidth(int width) | com.google.appinventor.components.runtime.AndroidViewComponent | |
| SLIDER_MAX_VALUE | com.google.appinventor.components.runtime.Component | static |
| SLIDER_MIN_VALUE | com.google.appinventor.components.runtime.Component | static |
| SLIDER_THUMB_VALUE | com.google.appinventor.components.runtime.Component | static |
| TextAlignment() | com.google.appinventor.components.runtime.Canvas | |
| TextAlignment(int alignment) | com.google.appinventor.components.runtime.Canvas | |
| TOAST_LENGTH_LONG | com.google.appinventor.components.runtime.Component | static |
| TOAST_LENGTH_SHORT | com.google.appinventor.components.runtime.Component | static |
| TouchDown(float x, float y) | com.google.appinventor.components.runtime.Canvas | |
| Touched(float x, float y, boolean touchedAnySprite) | com.google.appinventor.components.runtime.Canvas | |
| TouchUp(float x, float y) | com.google.appinventor.components.runtime.Canvas | |
| TYPEFACE_DEFAULT | com.google.appinventor.components.runtime.Component | static |
| TYPEFACE_MONOSPACE | com.google.appinventor.components.runtime.Component | static |
| TYPEFACE_SANSSERIF | com.google.appinventor.components.runtime.Component | static |
| TYPEFACE_SERIF | com.google.appinventor.components.runtime.Component | static |
| Visible() | com.google.appinventor.components.runtime.AndroidViewComponent | |
| Visible(boolean visibility) | com.google.appinventor.components.runtime.AndroidViewComponent | |
| VisibleComponent() | com.google.appinventor.components.runtime.VisibleComponent | protected |
| Width(int width) | com.google.appinventor.components.runtime.Canvas | |
| com::google::appinventor::components::runtime::AndroidViewComponent.Width() | com.google.appinventor.components.runtime.AndroidViewComponent | |
| com::google::appinventor::components::runtime::ComponentContainer.Width() | com.google.appinventor.components.runtime.ComponentContainer | |
| WidthPercent(int pCent) | com.google.appinventor.components.runtime.AndroidViewComponent | |