$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

L

Label - Class in com.google.appinventor.components.runtime
Label containing a text string.
Label(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Label
Creates a new Label component.
Language(String) - Method in class com.google.appinventor.components.runtime.TextToSpeech
Sets the language for this TextToSpeech component.
Language() - Method in class com.google.appinventor.components.runtime.TextToSpeech
Gets the language for this TextToSpeech component.
LastMessage() - Method in class com.google.appinventor.components.runtime.NearField
Returns the content of the most recently received tag.
Latitude() - Method in class com.google.appinventor.components.runtime.LocationSensor
The most recently available latitude value.
LatitudeFromAddress(String) - Method in class com.google.appinventor.components.runtime.LocationSensor
Derives Latitude from Address
LaunchPicker() - Method in class com.google.appinventor.components.runtime.DatePicker
 
LaunchPicker() - Method in class com.google.appinventor.components.runtime.TimePicker
 
Layout - Interface in com.google.appinventor.components.runtime
The Layout interface provides methods for working with Simple component layouts.
LAYOUT_ORIENTATION_HORIZONTAL - Static variable in interface com.google.appinventor.components.runtime.Component
 
LAYOUT_ORIENTATION_VERTICAL - Static variable in interface com.google.appinventor.components.runtime.Component
 
Leader() - Method in class com.google.appinventor.components.runtime.GameClient
Returns the game's leader.
LeaveInstance() - Method in class com.google.appinventor.components.runtime.GameClient
Requests to leave the current instance.
LegoMindstormsNxtBase - Class in com.google.appinventor.components.runtime
A base class for components that can control a LEGO MINDSTORMS NXT robot.
LegoMindstormsNxtBase(ComponentContainer, String) - Constructor for class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
Creates a new LegoMindstormsNxtBase.
LegoMindstormsNxtBase() - Constructor for class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
This constructor is for testing purposes only.
LegoMindstormsNxtSensor - Class in com.google.appinventor.components.runtime
A base class for components that can retrieve data from a sensor on a LEGO MINDSTORMS NXT robot.
LegoMindstormsNxtSensor(ComponentContainer, String) - Constructor for class com.google.appinventor.components.runtime.LegoMindstormsNxtSensor
Creates a new LegoMindstormsNxtSensor.
LENGTH_FILL_PARENT - Static variable in interface com.google.appinventor.components.runtime.Component
 
LENGTH_PREFERRED - Static variable in interface com.google.appinventor.components.runtime.Component
 
LENGTH_UNKNOWN - Static variable in interface com.google.appinventor.components.runtime.Component
 
LEVEL_CUPCAKE - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_DONUT - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_ECLAIR - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_ECLAIR_0_1 - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_ECLAIR_MR1 - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_FROYO - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_GINGERBREAD - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_GINGERBREAD_MR1 - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_HONEYCOMB - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_ICE_CREAM_SANDWICH - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_JELLYBEAN - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_JELLYBEAN_MR1 - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LEVEL_JELLYBEAN_MR2 - Static variable in class com.google.appinventor.components.runtime.util.SdkLevel
 
LinearLayout - Class in com.google.appinventor.components.runtime
Linear layout for placing components horizontally or vertically.
LineWidth() - Method in class com.google.appinventor.components.runtime.Canvas
Returns the currently specified stroke width
LineWidth(float) - Method in class com.google.appinventor.components.runtime.Canvas
Specifies the stroke width
listenUsingInsecureRfcommWithServiceRecord(Object, String, UUID) - Static method in class com.google.appinventor.components.runtime.util.BluetoothReflection
Invokes the method BluetoothAdapter.listenUsingInsecureRfcommWithServiceRecord(String, UUID).
listenUsingRfcommWithServiceRecord(Object, String, UUID) - Static method in class com.google.appinventor.components.runtime.util.BluetoothReflection
Invokes the method BluetoothAdapter.listenUsingRfcommWithServiceRecord(String,UUID).
ListFiles(String) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
 
ListPicker - Class in com.google.appinventor.components.runtime
A button allowing a user to select one among a list of text strings.
ListPicker(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.ListPicker
Create a new ListPicker component.
ListPickerActivity - Class in com.google.appinventor.components.runtime
ListPickerActivity class - Brings up a list of items specified in an intent and returns the selected item as the result.
ListPickerActivity() - Constructor for class com.google.appinventor.components.runtime.ListPickerActivity
 
Lists - Class in com.google.appinventor.components.runtime.collect
Provides static methods for creating List instances easily, and other utility methods for working with lists.
Lists() - Constructor for class com.google.appinventor.components.runtime.collect.Lists
 
ListView - Class in com.google.appinventor.components.runtime
ListView Component.
ListView(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.ListView
Creates a new ListView component.
loadMediaPlayer(MediaPlayer, Form, String) - Static method in class com.google.appinventor.components.runtime.util.MediaUtil
Loads the audio or video specified by mediaPath into the given MediaPlayer.
loadSoundPool(SoundPool, Form, String) - Static method in class com.google.appinventor.components.runtime.util.MediaUtil
Loads the audio specified by mediaPath into the given SoundPool and returns the sound id.
loadVideoView(VideoView, Form, String) - Static method in class com.google.appinventor.components.runtime.util.MediaUtil
Loads the video specified by mediaPath into the given VideoView.
LocationChanged(double, double, double) - Method in class com.google.appinventor.components.runtime.LocationSensor
Indicates that a new location has been detected.
LocationSensor - Class in com.google.appinventor.components.runtime
Sensor that can provide information on longitude, latitude, and altitude.
LocationSensor(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.LocationSensor
Creates a new LocationSensor component.
LogError(String) - Method in class com.google.appinventor.components.runtime.Notifier
Log an error message.
Login(String, String) - Method in class com.google.appinventor.components.runtime.Twitter
Deprecated.
LogInfo(String) - Method in class com.google.appinventor.components.runtime.Notifier
Log an information message.
logTag - Variable in class com.google.appinventor.components.runtime.BluetoothConnectionBase
 
logTag - Variable in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
 
LogWarning(String) - Method in class com.google.appinventor.components.runtime.Notifier
Log a warning message.
longClick() - Method in class com.google.appinventor.components.runtime.Button
 
LongClick() - Method in class com.google.appinventor.components.runtime.Button
Indicates a user has long clicked on the button.
longClick() - Method in class com.google.appinventor.components.runtime.ButtonBase
 
Longitude() - Method in class com.google.appinventor.components.runtime.LocationSensor
The most recent available longitude value.
LongitudeFromAddress(String) - Method in class com.google.appinventor.components.runtime.LocationSensor
Derives Longitude from Address
Loop() - Method in class com.google.appinventor.components.runtime.Player
Reports whether the playing should loop.
Loop(boolean) - Method in class com.google.appinventor.components.runtime.Player
Sets the looping property to true or false.
LostFocus() - Method in class com.google.appinventor.components.runtime.ButtonBase
Indicates the cursor moved away from the button so it is now no longer possible to click it.
LostFocus() - Method in class com.google.appinventor.components.runtime.CheckBox
Default LostFocus event handler.
LostFocus() - Method in class com.google.appinventor.components.runtime.TextBoxBase
Event raised when this component is no longer selected for input, such as if the user touches a different text box.
lsGetStatus(String, int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
 
LsGetStatus(String) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
 
lsRead(String, int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
 
LsRead(String) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
 
lsWrite(String, int, byte[], int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
 
LsWrite(String, YailList, int) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z