- CalibrateStrideLength(boolean) - Method in class com.google.appinventor.components.runtime.Pedometer
-
Starts the process of calibrating the stride length by comparing number
of steps with the ditance covered (using the GPS).
- CalibrateStrideLength() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Tells Whether stride length calibration is currently going on.
- CalibrationFailed() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Indicates that the calibration has failed.
- callInitialize(Object) - Method in class com.google.appinventor.components.runtime.Form
-
- Camcorder - Class in com.google.appinventor.components.runtime
-
Camcorder provides access to the phone's camcorder
- Camcorder(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Camcorder
-
Creates a Camcorder component.
- Camera - Class in com.google.appinventor.components.runtime
-
Camera provides access to the phone's camera
- Camera(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Camera
-
Creates a Camera component.
- canDispatchEvent(Component, String) - Method in class com.google.appinventor.components.runtime.Form
-
- canDispatchEvent(Component, String) - Method in interface com.google.appinventor.components.runtime.HandlesEventDispatching
-
- CanGoBack() - Method in class com.google.appinventor.components.runtime.WebViewer
-
- CanGoForward() - Method in class com.google.appinventor.components.runtime.WebViewer
-
- Canvas - Class in com.google.appinventor.components.runtime
-
A two-dimensional touch-sensitive rectangular panel on which drawing can
be done and sprites can be moved.
- Canvas(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Canvas
-
- canvas - Variable in class com.google.appinventor.components.runtime.Sprite
-
- Changed() - Method in class com.google.appinventor.components.runtime.CheckBox
-
Default Changed event handler.
- changePaint(Paint, int) - Static method in class com.google.appinventor.components.runtime.util.PaintUtil
-
Changes the paint color to the specified value.
- changePaintTransparent(Paint) - Static method in class com.google.appinventor.components.runtime.util.PaintUtil
-
Changes the paint color to transparent
- CharacterEncoding(String) - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Sets the character encoding to use when sending and receiving text.
- CharacterEncoding() - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Returns the character encoding to use when sending and receiving text.
- checkAllTrackedObjects(boolean, boolean) - Static method in class com.google.appinventor.components.runtime.util.MemoryLeakUtil
-
Checks whether all tracked objects have been garbage collected, logging summary information
including how many have been collected and how many have not.
- CheckAuthorized() - Method in class com.google.appinventor.components.runtime.Twitter
-
Check whether we already have a valid Twitter access token
- checkBluetooth(String) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- checkBluetoothAddress(Object, String) - Static method in class com.google.appinventor.components.runtime.util.BluetoothReflection
-
Invokes the method
BluetoothAdapter.checkBluetoothAddress(String)
.
- CheckBox - Class in com.google.appinventor.components.runtime
-
Check box with the ability to detect initialization, focus
change (mousing on or off of it), and user clicks.
- CheckBox(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.CheckBox
-
Creates a new CheckBox component.
- checkContactUri(Uri, String) - Method in class com.google.appinventor.components.runtime.ContactPicker
-
- Checked() - Method in class com.google.appinventor.components.runtime.CheckBox
-
Returns true if the checkbox is checked.
- Checked(boolean) - Method in class com.google.appinventor.components.runtime.CheckBox
-
Checked property setter method.
- checkExternalStorageWriteable() - Static method in class com.google.appinventor.components.runtime.util.FileUtil
-
- Clear() - Method in class com.google.appinventor.components.runtime.Canvas
-
Clears the canvas, without removing the background image, if one
was provided.
- clear() - Method in class com.google.appinventor.components.runtime.Form
-
- ClearAll() - Method in class com.google.appinventor.components.runtime.TinyDB
-
Clear the entire data store
- ClearCaches() - Method in class com.google.appinventor.components.runtime.WebViewer
-
Clear the webview cache, both ram and disk.
- clearCookies(CookieHandler) - Static method in class com.google.appinventor.components.runtime.util.GingerbreadUtil
-
Clears the cookies in the given cookie handler.
- ClearCookies() - Method in class com.google.appinventor.components.runtime.Web
-
- ClearLocations() - Method in class com.google.appinventor.components.runtime.WebViewer
-
Clear Stored Location permissions.
- ClearTag(String) - Method in class com.google.appinventor.components.runtime.TinyDB
-
Clear the entry with the given tag
- clearWebViewGeoLoc() - Static method in class com.google.appinventor.components.runtime.util.EclairUtil
-
Clear Stored Location permissions.
- click() - Method in class com.google.appinventor.components.runtime.Button
-
- Click() - Method in class com.google.appinventor.components.runtime.Button
-
Indicates a user has clicked on the button.
- click() - Method in class com.google.appinventor.components.runtime.ButtonBase
-
- click() - Method in class com.google.appinventor.components.runtime.DatePicker
-
Overriding method from superclass to show the date picker dialog when the button is clicked
- click() - Method in class com.google.appinventor.components.runtime.Picker
-
- click() - Method in class com.google.appinventor.components.runtime.TimePicker
-
- ClientLoginHelper - Class in com.google.appinventor.components.runtime.util
-
Helper to manage ClientLogin authentications tokens.
- ClientLoginHelper(Activity, String, String, HttpClient) - Constructor for class com.google.appinventor.components.runtime.util.ClientLoginHelper
-
Create one of these for each HttpClient needing clientlogin authentication.
- Clock - Class in com.google.appinventor.components.runtime
-
Clock provides the phone's clock, a timer, calendar and time calculations.
- Clock(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Clock
-
Creates a new Clock component.
- Clock() - Constructor for class com.google.appinventor.components.runtime.Clock
-
- closeApplicationFromBlocks() - Method in class com.google.appinventor.components.runtime.Form
-
- closeApplicationFromBlocks() - Method in class com.google.appinventor.components.runtime.ReplForm
-
- closeBluetoothServerSocket(Object) - Static method in class com.google.appinventor.components.runtime.util.BluetoothReflection
-
Invokes the method BluetoothServerSocket.close()
.
- closeBluetoothSocket(Object) - Static method in class com.google.appinventor.components.runtime.util.BluetoothReflection
-
Invokes the method
BluetoothSocket.close()
.
- closeForm(Intent) - Method in class com.google.appinventor.components.runtime.Form
-
- closeForm(Intent) - Method in class com.google.appinventor.components.runtime.ReplForm
-
- CloseScreenAnimation() - Method in class com.google.appinventor.components.runtime.Form
-
Returns the type of close screen animation (default, fade, zoom, slidehorizontal,
slidevertical and none).
- CloseScreenAnimation(String) - Method in class com.google.appinventor.components.runtime.Form
-
Sets the animation type for the transition of this form closing and returning
to a form behind it in the activity stack.
- CollidedWith(Sprite) - Method in class com.google.appinventor.components.runtime.Sprite
-
Handler for CollidedWith events, called when two sprites collide.
- colliding(Sprite, Sprite) - Static method in class com.google.appinventor.components.runtime.Sprite
-
Determines whether two sprites are in collision.
- CollidingWith(Sprite) - Method in class com.google.appinventor.components.runtime.Sprite
-
Indicates whether a collision has been registered between this sprite
and the passed sprite.
- COLOR_BLACK - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_BLUE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_CYAN - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_DEFAULT - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_DKGRAY - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_GRAY - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_GREEN - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_LTGRAY - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_MAGENTA - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_NONE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_ORANGE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_PINK - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_RED - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_WHITE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- COLOR_YELLOW - Static variable in interface com.google.appinventor.components.runtime.Component
-
- ColorChanged(int) - Method in class com.google.appinventor.components.runtime.NxtColorSensor
-
- ColorChangedEventEnabled() - Method in class com.google.appinventor.components.runtime.NxtColorSensor
-
Returns whether the ColorChanged event should fire when the DetectColor
property is set to True and the detected color changes.
- ColorChangedEventEnabled(boolean) - Method in class com.google.appinventor.components.runtime.NxtColorSensor
-
Specifies whether the ColorChanged event should fire when the DetectColor
property is set to True and the detected color changes
- ColorLeft() - Method in class com.google.appinventor.components.runtime.Slider
-
Returns the color of the slider bar to the left of the thumb, as an alpha-red-green-blue
integer, i.e., 0xAARRGGBB
.
- ColorLeft(int) - Method in class com.google.appinventor.components.runtime.Slider
-
Specifies the color of the slider bar to the left of the thumb as an alpha-red-green-blue
integer, i.e., 0xAARRGGBB
.
- ColorRight() - Method in class com.google.appinventor.components.runtime.Slider
-
Returns the color of the slider bar to the right of the thumb, as an alpha-red-green-blue
integer, i.e., 0xAARRGGBB
.
- ColorRight(int) - Method in class com.google.appinventor.components.runtime.Slider
-
Specifies the color of the slider bar to the right of the thumb as an alpha-red-green-blue
integer, i.e., 0xAARRGGBB
.
- Column() - Method in class com.google.appinventor.components.runtime.AndroidViewComponent
-
Column property getter method.
- Column(int) - Method in class com.google.appinventor.components.runtime.AndroidViewComponent
-
Column property setter method.
- Columns() - Method in class com.google.appinventor.components.runtime.TableArrangement
-
Columns property getter method.
- Columns(int) - Method in class com.google.appinventor.components.runtime.TableArrangement
-
Columns property setter method.
- com.google.appinventor.components.runtime - package com.google.appinventor.components.runtime
-
Components for App Inventor runtime library.
- com.google.appinventor.components.runtime.collect - package com.google.appinventor.components.runtime.collect
-
Utilities providing static methods used by component code for working with
collections.
- com.google.appinventor.components.runtime.util - package com.google.appinventor.components.runtime.util
-
- Completed() - Method in class com.google.appinventor.components.runtime.Player
-
Indicates that the media has reached the end
- Completed() - Method in class com.google.appinventor.components.runtime.VideoPlayer
-
Indicates that the video has reached the end
- Component - Interface in com.google.appinventor.components.runtime
-
Interface for Simple components.
- ComponentContainer - Interface in com.google.appinventor.components.runtime
-
Components that can contain other components need to implement this
interface.
- Connect(String) - Method in class com.google.appinventor.components.runtime.BluetoothClient
-
Connect to a Bluetooth device with the given address.
- ConnectionAccepted() - Method in class com.google.appinventor.components.runtime.BluetoothServer
-
Indicates that a bluetooth connection has been accepted.
- connectToBluetoothSocket(Object) - Static method in class com.google.appinventor.components.runtime.util.BluetoothReflection
-
Invokes the method
BluetoothSocket.connect()
.
- ConnectWithUUID(String, String) - Method in class com.google.appinventor.components.runtime.BluetoothClient
-
Connect to a Bluetooth device with the given address and a specific UUID.
- ConsumerKey() - Method in class com.google.appinventor.components.runtime.Twitter
-
ConsumerKey property getter method.
- ConsumerKey(String) - Method in class com.google.appinventor.components.runtime.Twitter
-
ConsumerKey property setter method: sets the consumer key to be used when
authorizing with Twitter via OAuth.
- ConsumerSecret() - Method in class com.google.appinventor.components.runtime.Twitter
-
ConsumerSecret property getter method.
- ConsumerSecret(String) - Method in class com.google.appinventor.components.runtime.Twitter
-
ConsumerSecret property setter method: sets the consumer secret to be used
when authorizing with Twitter via OAuth.
- contactName - Variable in class com.google.appinventor.components.runtime.ContactPicker
-
- ContactName() - Method in class com.google.appinventor.components.runtime.ContactPicker
-
Name property getter method.
- ContactPicker - Class in com.google.appinventor.components.runtime
-
Component enabling a user to select a contact.
- ContactPicker(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.ContactPicker
-
Create a new ContactPicker component.
- ContactPicker(ComponentContainer, Uri) - Constructor for class com.google.appinventor.components.runtime.ContactPicker
-
- contactPictureUri - Variable in class com.google.appinventor.components.runtime.ContactPicker
-
- container - Variable in class com.google.appinventor.components.runtime.AndroidViewComponent
-
- container - Variable in class com.google.appinventor.components.runtime.ListView
-
- container - Variable in class com.google.appinventor.components.runtime.Picker
-
- containsPoint(double, double) - Method in class com.google.appinventor.components.runtime.Ball
-
- containsPoint(double, double) - Method in class com.google.appinventor.components.runtime.Sprite
-
Indicates whether the specified point is contained by this sprite.
- convertJsonItem(Object) - Static method in class com.google.appinventor.components.runtime.util.JsonUtil
-
Returns a Java object representation of objects that are
encountered inside of JSON created using the org.json package.
- convertMotorPortLetterToNumber(String) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- convertMotorPortLetterToNumber(char) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- convertSensorPortLetterToNumber(String) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- convertSensorPortLetterToNumber(char) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- convertToString(Cursor) - Method in class com.google.appinventor.components.runtime.EmailAddressAdapter
-
- copyBooleanValueToBytes(boolean, byte[], int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- copyComponentProperties(Component, Component) - Static method in class com.google.appinventor.components.runtime.util.PropertyUtil
-
Copy properties from one component to another of the same class.
- copyFile(String, String) - Static method in class com.google.appinventor.components.runtime.util.FileUtil
-
Copies the contents of one local file to another local file.
- CopyHeight(AndroidViewComponent) - Method in class com.google.appinventor.components.runtime.AndroidViewComponent
-
Copy the height from another component to this one.
- copyMediaToTempFile(Form, String) - Static method in class com.google.appinventor.components.runtime.util.MediaUtil
-
Copies the media specified by mediaPath to a temp file and returns the
File.
- copySBYTEValueToBytes(int, byte[], int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- copySLONGValueToBytes(int, byte[], int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- copyStringValueToBytes(String, byte[], int, int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- copySWORDValueToBytes(int, byte[], int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- copyUBYTEValueToBytes(int, byte[], int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- copyULONGValueToBytes(long, byte[], int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- copyUWORDValueToBytes(int, byte[], int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- CopyWidth(AndroidViewComponent) - Method in class com.google.appinventor.components.runtime.AndroidViewComponent
-
Copy the width from another component to this one.
- Country(String) - Method in class com.google.appinventor.components.runtime.TextToSpeech
-
Sets the country for this TextToSpeech component.
- Country() - Method in class com.google.appinventor.components.runtime.TextToSpeech
-
Gets the country for this TextToSpeech component.
- createFullScreenVideoDialog() - Method in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
-
Creates the dialog for displaying a fullscreen VideoView.
- createInsecureRfcommSocketToServiceRecord(Object, UUID) - Static method in class com.google.appinventor.components.runtime.util.BluetoothReflection
-
Invokes the method
android.bluetooth.BluetoothDevice#createInsecureRfcommSocketToServiceRecord(Object, UUID)
.
- createRfcommSocketToServiceRecord(Object, UUID) - Static method in class com.google.appinventor.components.runtime.util.BluetoothReflection
-
Invokes the method
BluetoothDevice.createRfcommSocketToServiceRecord(UUID)
.
- createTextRecord(String, boolean) - Static method in class com.google.appinventor.components.runtime.util.GingerbreadUtil
-
- CsvUtil - Class in com.google.appinventor.components.runtime.util
-
Static methods to convert between CSV-formatted strings and YailLists.
- CurrentAddress() - Method in class com.google.appinventor.components.runtime.LocationSensor
-
Provides a textual representation of the current address or
"No address available".
- CurrentPageTitle() - Method in class com.google.appinventor.components.runtime.WebViewer
-
Returns the title of the page currently being viewed
- CurrentUrl() - Method in class com.google.appinventor.components.runtime.WebViewer
-
Returns the URL currently being viewed
- CustomMediaController - Class in com.google.appinventor.components.runtime.util
-
A modified MediaController that allows adding to a
ViewGroup
instead of the Window that Android adds the
MediaController to.
- CustomMediaController(Context) - Constructor for class com.google.appinventor.components.runtime.util.CustomMediaController
-