- sanitizePower(int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- sanitizeTurnRatio(int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- Save() - Method in class com.google.appinventor.components.runtime.Canvas
-
Saves a picture of this Canvas to the device's external storage.
- Save() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Saves the pedometer state to shared preferences.
- SaveAs(String) - Method in class com.google.appinventor.components.runtime.Canvas
-
Saves a picture of this Canvas to the device's external storage in the file
named fileName.
- SavedRecording() - Method in class com.google.appinventor.components.runtime.SoundRecorder
-
Returns the path to the saved recording
- SavedRecording(String) - Method in class com.google.appinventor.components.runtime.SoundRecorder
-
Specifies the path to the saved recording displayed by the label.
- SaveFile(String, String) - Method in class com.google.appinventor.components.runtime.File
-
Stores the text to a specified file on the phone.
- SaveResponse() - Method in class com.google.appinventor.components.runtime.Web
-
Returns whether the response should be saved in a file.
- SaveResponse(boolean) - Method in class com.google.appinventor.components.runtime.Web
-
Specifies whether the response should be saved in a file.
- ScreenOrientation() - Method in class com.google.appinventor.components.runtime.Form
-
The requested screen orientation.
- ScreenOrientation(String) - Method in class com.google.appinventor.components.runtime.Form
-
ScreenOrientation property setter method: sets the screen orientation for
the form.
- ScreenOrientationChanged() - Method in class com.google.appinventor.components.runtime.Form
-
- Scrollable() - Method in class com.google.appinventor.components.runtime.Form
-
Scrollable property getter method.
- Scrollable(boolean) - Method in class com.google.appinventor.components.runtime.Form
-
Scrollable property setter method.
- SdkLevel - Class in com.google.appinventor.components.runtime.util
-
Support for discovering which version of the Android SDK is on the phone.
- SearchResults() - Method in class com.google.appinventor.components.runtime.Twitter
-
- SearchSuccessful(List<String>) - Method in class com.google.appinventor.components.runtime.Twitter
-
- SearchTwitter(String) - Method in class com.google.appinventor.components.runtime.Twitter
-
Search for tweets or labels
- Second(Calendar) - Static method in class com.google.appinventor.components.runtime.Clock
-
Returns the seconds for the given instant.
- Second(Calendar) - Static method in class com.google.appinventor.components.runtime.util.Dates
-
Returns the seconds for the given date.
- secure - Variable in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
- Secure() - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Returns whether a secure connection should be used.
- Secure(boolean) - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Specifies whether a secure connection should be used.
- SeekTo(int) - Method in class com.google.appinventor.components.runtime.VideoPlayer
-
- Selection() - Method in class com.google.appinventor.components.runtime.ImagePicker
-
Path to the file containing the image that was selected.
- Selection() - Method in class com.google.appinventor.components.runtime.ListPicker
-
Selection property getter method.
- Selection(String) - Method in class com.google.appinventor.components.runtime.ListPicker
-
Selection property setter method.
- Selection() - Method in class com.google.appinventor.components.runtime.ListView
-
Returns the text in the ListView at the position set by SelectionIndex
- Selection(String) - Method in class com.google.appinventor.components.runtime.ListView
-
Selection property setter method.
- Selection() - Method in class com.google.appinventor.components.runtime.Spinner
-
Selection property getter method.
- Selection(String) - Method in class com.google.appinventor.components.runtime.Spinner
-
Selection property setter method.
- SelectionIndex() - Method in class com.google.appinventor.components.runtime.ListPicker
-
Selection index property getter method.
- SelectionIndex(int) - Method in class com.google.appinventor.components.runtime.ListPicker
-
Selection index property setter method.
- SelectionIndex() - Method in class com.google.appinventor.components.runtime.ListView
-
Selection index property getter method.
- SelectionIndex(int) - Method in class com.google.appinventor.components.runtime.ListView
-
Sets the index to the passed argument for selection
- SelectionIndex() - Method in class com.google.appinventor.components.runtime.Spinner
-
Selection index property getter method.
- SelectionIndex(int) - Method in class com.google.appinventor.components.runtime.Spinner
-
Selection index property setter method, not a designer property to prevent
inconsistencies if selection is invalid
- selectionIndex(int, YailList) - Static method in class com.google.appinventor.components.runtime.util.ElementsUtil
-
- Send1ByteNumber(String) - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Decodes the given number String to an integer and writes it as one byte
to the output stream.
- Send2ByteNumber(String) - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Decodes the given number String to an integer and writes it as two bytes
to the output stream.
- Send4ByteNumber(String) - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Decodes the given number String to an integer and writes it as four bytes
to the output stream.
- SendBallot() - Method in class com.google.appinventor.components.runtime.Voting
-
Send a ballot to the Web Voting server.
- SendBytes(YailList) - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Takes each element from the given list, converts it to a String, decodes
the String to an integer, and writes it as one byte to the output stream.
- sendCommand(String, byte[]) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- sendCommandAndReceiveReturnPackage(String, byte[]) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- sendError(String) - Static method in class com.google.appinventor.components.runtime.util.RetValManager
-
- SendMessage(String, YailList, YailList) - Method in class com.google.appinventor.components.runtime.GameClient
-
Creates a new message and sends it to the stated recipients.
- SendMessage() - Method in class com.google.appinventor.components.runtime.Texting
-
Send a text message
- SendQuery() - Method in class com.google.appinventor.components.runtime.FusiontablesControl
-
Calls QueryProcessor to execute the API request asynchronously, if
the user has already authenticated with the Fusiontables service.
- sendQuery(String, String) - Method in class com.google.appinventor.components.runtime.FusiontablesControl
-
Executes a Fusiontable query with an OAuth 2.0 authenticated
request.
- SendText(String) - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Converts the given text to bytes and writes them to the output stream.
- Sensitivity() - Method in class com.google.appinventor.components.runtime.AccelerometerSensor
-
Returns a number that encodes how sensitive the AccelerometerSensor is.
- Sensitivity(int) - Method in class com.google.appinventor.components.runtime.AccelerometerSensor
-
Specifies the sensitivity of the accelerometer
and checks that the argument is a legal value.
- SensorComponent - Interface in com.google.appinventor.components.runtime
-
Marker interface for Simple sensor components.
- SensorPort() - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtSensor
-
Returns the sensor port that the sensor is connected to.
- SensorPort(String) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtSensor
-
- SensorPort(String) - Method in class com.google.appinventor.components.runtime.NxtColorSensor
-
Specifies the sensor port that the sensor is connected to.
- SensorPort(String) - Method in class com.google.appinventor.components.runtime.NxtLightSensor
-
Specifies the sensor port that the sensor is connected to.
- SensorPort(String) - Method in class com.google.appinventor.components.runtime.NxtSoundSensor
-
Specifies the sensor port that the sensor is connected to.
- SensorPort(String) - Method in class com.google.appinventor.components.runtime.NxtTouchSensor
-
Specifies the sensor port that the sensor is connected to.
- SensorPort(String) - Method in class com.google.appinventor.components.runtime.NxtUltrasonicSensor
-
Specifies the sensor port that the sensor is connected to.
- serve(String, String, Properties, Properties, Properties, Socket) - Method in class com.google.appinventor.components.runtime.util.AppInvHTTPD
-
- serve(String, String, Properties, Properties, Properties, Socket) - Method in class com.google.appinventor.components.runtime.util.NanoHTTPD
-
Override this to customize the server.
- serve(Language, Socket) - Static method in class com.google.appinventor.components.runtime.util.TelnetRepl
-
Run a Kawa repl as a telnet server.
- serveFile(String, Properties, File, boolean) - Method in class com.google.appinventor.components.runtime.util.NanoHTTPD
-
Serves file from homeDir and its' subdirectories (only).
- ServerCommand(String, YailList) - Method in class com.google.appinventor.components.runtime.GameClient
-
Submits a command to the game server.
- ServerCommandFailure(String, YailList) - Method in class com.google.appinventor.components.runtime.GameClient
-
Indicates that an attempt to complete a server command failed on
the server.
- ServerCommandSuccess(String, List<Object>) - Method in class com.google.appinventor.components.runtime.GameClient
-
Indicates that a ServerCommand completed.
- ServiceAccountEmail() - Method in class com.google.appinventor.components.runtime.FusiontablesControl
-
Property for the service account email to use when using service authentication.
- ServiceAccountEmail(String) - Method in class com.google.appinventor.components.runtime.FusiontablesControl
-
- ServiceUrl() - Method in class com.google.appinventor.components.runtime.GameClient
-
The URL of the game server.
- ServiceURL(String) - Method in class com.google.appinventor.components.runtime.GameClient
-
Set the URL of the game server.
- ServiceURL() - Method in class com.google.appinventor.components.runtime.TinyWebDB
-
Returns the URL of the web service database.
- ServiceURL(String) - Method in class com.google.appinventor.components.runtime.TinyWebDB
-
Specifies the URL of the Web service.
- ServiceURL() - Method in class com.google.appinventor.components.runtime.Voting
-
The URL of the Voting Service
- ServiceURL(String) - Method in class com.google.appinventor.components.runtime.Voting
-
Set the URL of the Voting Service
- setAdapterData() - Method in class com.google.appinventor.components.runtime.ListView
-
Sets the items of the ListView through an adapter
- setAlignment(TextView, int, boolean) - Static method in class com.google.appinventor.components.runtime.util.TextViewUtil
-
TextView alignment setter.
- setAnchorView(View) - Method in class com.google.appinventor.components.runtime.util.CustomMediaController
-
Calls MediaController.setAnchorView(View)
and sets
up a listener that shows a GUI when the anchorView is touched.
- setAssetsLoaded() - Method in class com.google.appinventor.components.runtime.PhoneStatus
-
- setAssetsLoaded() - Method in class com.google.appinventor.components.runtime.ReplForm
-
- setAudioFocusChangeListener(Player) - Static method in class com.google.appinventor.components.runtime.util.FroyoUtil
-
Utility method to generate a listener for changed on Focus.
- setAudioManager(Activity) - Static method in class com.google.appinventor.components.runtime.util.FroyoUtil
-
Utility method that returns and AudioManager for the Activity passed in
- setBackgroundColor(int) - Method in class com.google.appinventor.components.runtime.ListView
-
Assigns a value to the backgroundColor
- setBackgroundColor(TextView, int) - Static method in class com.google.appinventor.components.runtime.util.TextViewUtil
-
TextView
background color setter.
- setBackgroundDrawable(View, Drawable) - Static method in class com.google.appinventor.components.runtime.util.ViewUtil
-
- setBackgroundImage(View, Drawable) - Static method in class com.google.appinventor.components.runtime.util.ViewUtil
-
Sets the background image for a view.
- SetBackgroundPixelColor(int, int, int) - Method in class com.google.appinventor.components.runtime.Canvas
-
Sets the color of the given pixel.
- SetBrickName(String) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
- setChildHeight(AndroidViewComponent, int) - Method in class com.google.appinventor.components.runtime.Canvas
-
- setChildHeight(AndroidViewComponent, int) - Method in interface com.google.appinventor.components.runtime.ComponentContainer
-
- setChildHeight(AndroidViewComponent, int) - Method in class com.google.appinventor.components.runtime.Form
-
- setChildHeight(AndroidViewComponent, int) - Method in class com.google.appinventor.components.runtime.HVArrangement
-
- setChildHeight(AndroidViewComponent, int) - Method in class com.google.appinventor.components.runtime.TableArrangement
-
- setChildHeightForHorizontalLayout(View, int) - Static method in class com.google.appinventor.components.runtime.util.ViewUtil
-
- setChildHeightForTableLayout(View, int) - Static method in class com.google.appinventor.components.runtime.util.ViewUtil
-
- setChildHeightForVerticalLayout(View, int) - Static method in class com.google.appinventor.components.runtime.util.ViewUtil
-
- setChildWidth(AndroidViewComponent, int) - Method in class com.google.appinventor.components.runtime.Canvas
-
- setChildWidth(AndroidViewComponent, int) - Method in interface com.google.appinventor.components.runtime.ComponentContainer
-
- setChildWidth(AndroidViewComponent, int) - Method in class com.google.appinventor.components.runtime.Form
-
- setChildWidth(AndroidViewComponent, int) - Method in class com.google.appinventor.components.runtime.HVArrangement
-
- setChildWidth(AndroidViewComponent, int) - Method in class com.google.appinventor.components.runtime.TableArrangement
-
- setChildWidthForHorizontalLayout(View, int) - Static method in class com.google.appinventor.components.runtime.util.ViewUtil
-
- setChildWidthForTableLayout(View, int) - Static method in class com.google.appinventor.components.runtime.util.ViewUtil
-
- setChildWidthForVerticalLayout(View, int) - Static method in class com.google.appinventor.components.runtime.util.ViewUtil
-
- setConnection(Object) - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
- SetDateToDisplay(int, int, int) - Method in class com.google.appinventor.components.runtime.DatePicker
-
- setEnabled(TextView, boolean) - Static method in class com.google.appinventor.components.runtime.util.TextViewUtil
-
Enables a TextView
.
- setFontSize(TextView, float) - Static method in class com.google.appinventor.components.runtime.util.TextViewUtil
-
Sets the font size for a TextView
.
- setFontTypeface(TextView, int, boolean, boolean) - Static method in class com.google.appinventor.components.runtime.util.TextViewUtil
-
Sets the font typeface for a TextView
.
- setFormName(String) - Method in class com.google.appinventor.components.runtime.ReplForm
-
- setHmacKey(String) - Static method in class com.google.appinventor.components.runtime.util.AppInvHTTPD
-
- setHmacSeedReturnCode(String) - Method in class com.google.appinventor.components.runtime.PhoneStatus
-
- setHorizontalAlignment(int) - Method in class com.google.appinventor.components.runtime.util.AlignmentUtil
-
Set the horizontal alignment (gravity) of the alignment
Throws an IllegalArgumentException if alignment has illegal value.
- setHorizontalGravity(int) - Method in class com.google.appinventor.components.runtime.LinearLayout
-
- setImage(ImageView, Drawable) - Static method in class com.google.appinventor.components.runtime.util.ViewUtil
-
Sets the image for an ImageView.
- setInputMode(String, int, int, int) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- SetInputMode(String, int, int) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
- SetInstance(String) - Method in class com.google.appinventor.components.runtime.GameClient
-
Specifies the game instance id.
- setIsUSBrepl() - Method in class com.google.appinventor.components.runtime.ReplForm
-
- setItems(ArrayList<String>) - Method in class com.google.appinventor.components.runtime.util.YailList
-
- SetLeader(String) - Method in class com.google.appinventor.components.runtime.GameClient
-
Specifies the game's leader.
- setLeader(String) - Method in class com.google.appinventor.components.runtime.util.GameInstance
-
Sets the leader of this instance.
- setOutputState(String, int, int, int, int, int, int, long) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtBase
-
- SetOutputState(String, int, int, int, int, int, long) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
- setPadding(TextView, int) - Static method in class com.google.appinventor.components.runtime.util.TextViewUtil
-
Sets the padding for a TextView
.
- setPitch(float) - Method in class com.google.appinventor.components.runtime.util.ExternalTextToSpeech
-
- setPitch(float) - Method in class com.google.appinventor.components.runtime.util.InternalTextToSpeech
-
- setPitch(float) - Method in interface com.google.appinventor.components.runtime.util.ITextToSpeech
-
Sets the speech pitch for the TextToSpeech
- setPlayers(List<String>) - Method in class com.google.appinventor.components.runtime.util.GameInstance
-
Sets the players of this instances to currentPlayersList.
- setResult(Object) - Method in class com.google.appinventor.components.runtime.ReplForm
-
- Sets - Class in com.google.appinventor.components.runtime.collect
-
Provides static methods for creating mutable Set
instances easily and
other static methods for working with Sets.
- Sets() - Constructor for class com.google.appinventor.components.runtime.collect.Sets
-
- setSelectedIndexFromValue(String, YailList) - Static method in class com.google.appinventor.components.runtime.util.ElementsUtil
-
- setSelectionFromIndex(int, YailList) - Static method in class com.google.appinventor.components.runtime.util.ElementsUtil
-
- setSensorPort(String) - Method in class com.google.appinventor.components.runtime.LegoMindstormsNxtSensor
-
- setSource(String, boolean) - Method in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
-
Sets the source to be used by the fullscreen video Dialog.
- setSpeechRate(float) - Method in class com.google.appinventor.components.runtime.util.ExternalTextToSpeech
-
- setSpeechRate(float) - Method in class com.google.appinventor.components.runtime.util.InternalTextToSpeech
-
- setSpeechRate(float) - Method in interface com.google.appinventor.components.runtime.util.ITextToSpeech
-
Sets the speech rate
- setText(TextView, String) - Static method in class com.google.appinventor.components.runtime.util.TextViewUtil
-
Sets the text for a TextView
.
- setTextColor(TextView, int) - Static method in class com.google.appinventor.components.runtime.util.TextViewUtil
-
Sets the text color for a TextView
.
- setTextColors(TextView, ColorStateList) - Static method in class com.google.appinventor.components.runtime.util.TextViewUtil
-
- SetTimeToDisplay(int, int) - Method in class com.google.appinventor.components.runtime.TimePicker
-
- setupWebViewGeoLoc(WebViewer, WebView, Activity) - Static method in class com.google.appinventor.components.runtime.util.EclairUtil
-
Setup Dialog Box to request location permission from end-user for the Javascript
location (navigator.geolocation.getCurrentLocation()) API.
- setVerticalAlignment(int) - Method in class com.google.appinventor.components.runtime.util.AlignmentUtil
-
Set the vertical alignment (gravity) of the alignment
Throws an IllegalArgumentException if alignment has illegal value.
- setVerticalGravity(int) - Method in class com.google.appinventor.components.runtime.LinearLayout
-
- setWebViewString(String) - Method in class com.google.appinventor.components.runtime.WebViewer.WebViewInterface
-
Sets the web view string
- Shaking() - Method in class com.google.appinventor.components.runtime.AccelerometerSensor
-
Indicates the device started being shaken or continues to be shaken.
- Shape() - Method in class com.google.appinventor.components.runtime.ButtonBase
-
Returns the style of the button.
- Shape(int) - Method in class com.google.appinventor.components.runtime.ButtonBase
-
Specifies the style the button.
- ShareFile(String) - Method in class com.google.appinventor.components.runtime.Sharing
-
Shares a file using Android' built-in sharing.
- ShareFileWithMessage(String, String) - Method in class com.google.appinventor.components.runtime.Sharing
-
Shares a file along with a message using Android' built-in sharing.
- ShareMessage(String) - Method in class com.google.appinventor.components.runtime.Sharing
-
Shares a message using Android' built-in sharing.
- Sharing - Class in com.google.appinventor.components.runtime
-
Component for sharing files and/or messages through Android's built-in sharing
functionality.
- Sharing(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Sharing
-
- show(int) - Method in class com.google.appinventor.components.runtime.util.CustomMediaController
-
Sets the visibility of the GUI to View.VISIBLE
and calls MediaController.show(int)
.
- show() - Method in class com.google.appinventor.components.runtime.util.CustomMediaController
-
Sets the visibility of the GUI to View.VISIBLE
and calls MediaController.show()
.
- ShowAlert(String) - Method in class com.google.appinventor.components.runtime.Notifier
-
Display a temporary notification
- ShowChooseDialog(String, String, String, String, boolean) - Method in class com.google.appinventor.components.runtime.Notifier
-
Displays an alert with two buttons that have specified text.
- ShowFeedback(boolean) - Method in class com.google.appinventor.components.runtime.ButtonBase
-
Specifies if a visual feedback should be shown when a button with an assigned image
is pressed.
- ShowFeedback() - Method in class com.google.appinventor.components.runtime.ButtonBase
-
Returns true if the button's text should be bold.
- ShowFilterBar(boolean) - Method in class com.google.appinventor.components.runtime.ListPicker
-
- ShowFilterBar() - Method in class com.google.appinventor.components.runtime.ListPicker
-
- ShowFilterBar(boolean) - Method in class com.google.appinventor.components.runtime.ListView
-
Sets true or false to determine whether the search filter box is displayed in the ListView
- ShowFilterBar() - Method in class com.google.appinventor.components.runtime.ListView
-
Returns true or false depending on the visibility of the Filter bar element
- showing() - Method in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
-
- ShowMessageDialog(String, String, String) - Method in class com.google.appinventor.components.runtime.Notifier
-
Display an alert dialog with a single button that dismisses the alert.
- ShowProgressDialog(String, String) - Method in class com.google.appinventor.components.runtime.Notifier
-
Display a progress dialog that cannot be dismissed by the user.
- ShowTextDialog(String, String, boolean) - Method in class com.google.appinventor.components.runtime.Notifier
-
Shows a dialog box in which the user can enter text, after which the
AfterTextInput event is raised.
- shutdown() - Method in class com.google.appinventor.components.runtime.PhoneStatus
-
- SimpleStep(int, float) - Method in class com.google.appinventor.components.runtime.Pedometer
-
Indicates that a step was taken.
- size() - Method in class com.google.appinventor.components.runtime.util.YailList
-
Return the size of this list.
- Slider - Class in com.google.appinventor.components.runtime
-
This class is used to display a Slider.
- Slider(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Slider
-
Creates a new Slider component.
- SLIDER_MAX_VALUE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- SLIDER_MIN_VALUE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- SLIDER_THUMB_VALUE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- SMS_RECEIVED - Static variable in class com.google.appinventor.components.runtime.Texting
-
- SmsBroadcastReceiver - Class in com.google.appinventor.components.runtime.util
-
This broadcast receiver accepts incoming SMS messages from either
Messaging, the built in Android SMS program or from Google Voice (which
must be installed on the user's phone.
- SmsBroadcastReceiver() - Constructor for class com.google.appinventor.components.runtime.util.SmsBroadcastReceiver
-
- Sound - Class in com.google.appinventor.components.runtime
-
Multimedia component that plays sounds and optionally vibrates.
- Sound(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Sound
-
- SoundError(String) - Method in class com.google.appinventor.components.runtime.Sound
-
- SoundRecorder - Class in com.google.appinventor.components.runtime
-
Multimedia component that records audio using
MediaRecorder
.
- SoundRecorder(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.SoundRecorder
-
- Source() - Method in class com.google.appinventor.components.runtime.Player
-
Returns the path to the audio source
- Source(String) - Method in class com.google.appinventor.components.runtime.Player
-
Sets the audio source.
- Source() - Method in class com.google.appinventor.components.runtime.Sound
-
Returns the sound's filename.
- Source(String) - Method in class com.google.appinventor.components.runtime.Sound
-
- Source(String) - Method in class com.google.appinventor.components.runtime.VideoPlayer
-
Sets the video source.
- Speak(String) - Method in class com.google.appinventor.components.runtime.TextToSpeech
-
Speaks the given message.
- speak(String, Locale) - Method in class com.google.appinventor.components.runtime.util.ExternalTextToSpeech
-
- speak(String, Locale) - Method in class com.google.appinventor.components.runtime.util.InternalTextToSpeech
-
- speak(String, Locale) - Method in interface com.google.appinventor.components.runtime.util.ITextToSpeech
-
Speaks the given message corresponding to the language and country of the given locale.
- SpeechRate(float) - Method in class com.google.appinventor.components.runtime.TextToSpeech
-
Sets the speech rate
- SpeechRate() - Method in class com.google.appinventor.components.runtime.TextToSpeech
-
Reports the current value of speechRate
- SpeechRecognizer - Class in com.google.appinventor.components.runtime
-
Component for using the built in VoiceRecognizer to convert speech to text.
- SpeechRecognizer(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.SpeechRecognizer
-
Creates a SpeechRecognizer component.
- speed - Variable in class com.google.appinventor.components.runtime.Sprite
-
- Speed(float) - Method in class com.google.appinventor.components.runtime.Sprite
-
Sets the speed with which this sprite should move.
- Speed() - Method in class com.google.appinventor.components.runtime.Sprite
-
Gets the speed with which this sprite moves.
- Spinner - Class in com.google.appinventor.components.runtime
-
- Spinner(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Spinner
-
- Sprite - Class in com.google.appinventor.components.runtime
-
Superclass of sprites able to move and interact with other sprites.
- Sprite(ComponentContainer, Handler) - Constructor for class com.google.appinventor.components.runtime.Sprite
-
Creates a new Sprite component.
- Sprite(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Sprite
-
Creates a new Sprite component.
- Start() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Starts the pedometer.
- Start() - Method in class com.google.appinventor.components.runtime.Player
-
Plays the media.
- Start() - Method in class com.google.appinventor.components.runtime.SoundRecorder
-
Starts recording.
- Start() - Method in class com.google.appinventor.components.runtime.VideoPlayer
-
Plays the media specified by the source.
- StartActivity() - Method in class com.google.appinventor.components.runtime.ActivityStarter
-
Start the activity.
- startDialog() - Method in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
-
Called when the Dialog is about to be shown.
- StartedMoving() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Indicates that the device is moving.
- StartedRecording() - Method in class com.google.appinventor.components.runtime.SoundRecorder
-
- startHTTPD(boolean) - Method in class com.google.appinventor.components.runtime.PhoneStatus
-
- startHTTPD(boolean) - Method in class com.google.appinventor.components.runtime.ReplForm
-
- startNewForm(String, Object) - Method in class com.google.appinventor.components.runtime.Form
-
- startNewForm(String, Object) - Method in class com.google.appinventor.components.runtime.ReplForm
-
- StartProgram(String) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
- startupValue - Variable in class com.google.appinventor.components.runtime.Form
-
- status - Variable in class com.google.appinventor.components.runtime.util.NanoHTTPD.Response
-
HTTP status code after processing, e.g.
- StatusChanged(String, String) - Method in class com.google.appinventor.components.runtime.LocationSensor
-
Indicates that the status of the location provider service has changed, such as when a
provider is lost or a new provider starts being used.
- Stop() - Method in class com.google.appinventor.components.runtime.NxtDrive
-
- Stop() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Stops the pedometer.
- Stop() - Method in class com.google.appinventor.components.runtime.Player
-
Stops playing the media and seeks to the beginning of the song.
- Stop() - Method in class com.google.appinventor.components.runtime.Sound
-
Stops playing the sound if it is being played.
- Stop() - Method in class com.google.appinventor.components.runtime.SoundRecorder
-
Stops recording.
- stop() - Method in class com.google.appinventor.components.runtime.util.NanoHTTPD
-
Stops the server.
- StopAccepting() - Method in class com.google.appinventor.components.runtime.BluetoothServer
-
Stop accepting an incoming connection.
- StopBeforeDisconnect() - Method in class com.google.appinventor.components.runtime.NxtDrive
-
Returns whether to stop the drive motors before disconnecting.
- StopBeforeDisconnect(boolean) - Method in class com.google.appinventor.components.runtime.NxtDrive
-
Specifies whether to stop the drive motors before disconnecting.
- StopDetectionTimeout(int) - Method in class com.google.appinventor.components.runtime.Pedometer
-
Sets the duration of idleness (no steps detected) after which to go into a "stopped" state.
- StopDetectionTimeout() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Returns the duration of idleness (no steps detected) after which to go into a "stopped" state.
- StopFollowing(String) - Method in class com.google.appinventor.components.runtime.Twitter
-
Stops following a user.
- StoppedMoving() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Indicates that the device has stopped.
- StoppedRecording() - Method in class com.google.appinventor.components.runtime.SoundRecorder
-
- StopProgram() - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
- StopSoundPlayback() - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
- StoreValue(String, Object) - Method in class com.google.appinventor.components.runtime.TinyDB
-
Store the given value under the given tag.
- StoreValue(String, Object) - Method in class com.google.appinventor.components.runtime.TinyWebDB
-
Asks the Web service to store the given value under the given tag
- StrideLength(float) - Method in class com.google.appinventor.components.runtime.Pedometer
-
Specifies the stride length in meters.
- StrideLength() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Returns the current estimate of stride length in meters, if calibrated, or returns the
default (0.73 m) otherwise.
- switchForm(String) - Static method in class com.google.appinventor.components.runtime.Form
-
Display a new form.
- switchFormWithStartValue(String, Object) - Static method in class com.google.appinventor.components.runtime.Form
-
Display a new form and pass a startup value to the new form.
- SystemTime() - Static method in class com.google.appinventor.components.runtime.Clock
-
Returns the current system time in milliseconds.