$ 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 

F

fetch(boolean) - Static method in class com.google.appinventor.components.runtime.util.RetValManager
 
File - Class in com.google.appinventor.components.runtime
A Component for working with files and directories on the device.
File(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.File
Creates a new File component.
FileUtil - Class in com.google.appinventor.components.runtime.util
Utilities for reading and writing files to the external storage.
FileUtil.FileException - Exception in com.google.appinventor.components.runtime.util
Exception class for reporting back media-related error numbers from ErrorMessages, which the caller can in turn pass to Form.dispatchErrorOccurredEvent if needed.
FileUtil.FileException(int) - Constructor for exception com.google.appinventor.components.runtime.util.FileUtil.FileException
 
findAccount() - Method in class com.google.appinventor.components.runtime.util.AccountChooser
Find the account to use for this service
findSpriteCollisions(Sprite) - Method in class com.google.appinventor.components.runtime.Canvas
Checks if the given sprite now overlaps with or abuts any other sprite or has ceased to do so.
finishActivity() - Static method in class com.google.appinventor.components.runtime.Form
Closes the current screen, as opposed to finishApplication, which exits the entire application.
finishActivityWithResult(Object) - Static method in class com.google.appinventor.components.runtime.Form
 
finishActivityWithTextResult(String) - Static method in class com.google.appinventor.components.runtime.Form
 
finishApplication() - Static method in class com.google.appinventor.components.runtime.Form
 
Flung(float, float, float, float, float, float, boolean) - Method in class com.google.appinventor.components.runtime.Canvas
When a fling gesture (quick swipe) is made on the canvas: provides the (x,y) position of the start of the fling, relative to the upper left of the canvas.
Flung(float, float, float, float, float, float) - Method in class com.google.appinventor.components.runtime.Sprite
When a fling gesture (quick swipe) is made on the sprite: provides the (x,y) position of the start of the fling, relative to the upper left of the canvas.
focusRequestGranted(AudioManager, Object) - Static method in class com.google.appinventor.components.runtime.util.FroyoUtil
Utility method that
Follow(String) - Method in class com.google.appinventor.components.runtime.Twitter
Starts following a user.
Followers() - Method in class com.google.appinventor.components.runtime.Twitter
 
FollowersReceived(List<String>) - Method in class com.google.appinventor.components.runtime.Twitter
Indicates when all of your followers requested through Twitter.RequestFollowers() have been received.
FollowLinks() - Method in class com.google.appinventor.components.runtime.WebViewer
Indicates whether to follow links when they are tapped in the WebViewer
FollowLinks(boolean) - Method in class com.google.appinventor.components.runtime.WebViewer
Determines whether to follow links when they are tapped
FONT_DEFAULT_SIZE - Static variable in interface com.google.appinventor.components.runtime.Component
 
FontBold() - Method in class com.google.appinventor.components.runtime.ButtonBase
Returns true if the button's text should be bold.
FontBold(boolean) - Method in class com.google.appinventor.components.runtime.ButtonBase
Specifies whether the button's text should be bold.
FontBold() - Method in class com.google.appinventor.components.runtime.CheckBox
Returns true if the checkbox's text should be bold.
FontBold(boolean) - Method in class com.google.appinventor.components.runtime.CheckBox
Specifies whether the checkbox's text should be bold.
FontBold() - Method in class com.google.appinventor.components.runtime.Label
Returns true if the label's text should be bold.
FontBold(boolean) - Method in class com.google.appinventor.components.runtime.Label
Specifies whether the label's text should be bold.
FontBold() - Method in class com.google.appinventor.components.runtime.TextBoxBase
Returns true if the textbox's text should be bold.
FontBold(boolean) - Method in class com.google.appinventor.components.runtime.TextBoxBase
Specifies whether the textbox's text should be bold.
FontItalic() - Method in class com.google.appinventor.components.runtime.ButtonBase
Returns true if the button's text should be italic.
FontItalic(boolean) - Method in class com.google.appinventor.components.runtime.ButtonBase
Specifies whether the button's text should be italic.
FontItalic() - Method in class com.google.appinventor.components.runtime.CheckBox
Returns true if the checkbox's text should be italic.
FontItalic(boolean) - Method in class com.google.appinventor.components.runtime.CheckBox
Specifies whether the checkbox's text should be italic.
FontItalic() - Method in class com.google.appinventor.components.runtime.Label
Returns true if the label's text should be italic.
FontItalic(boolean) - Method in class com.google.appinventor.components.runtime.Label
Specifies whether the label's text should be italic.
FontItalic() - Method in class com.google.appinventor.components.runtime.TextBoxBase
Returns true if the textbox's text should be italic.
FontItalic(boolean) - Method in class com.google.appinventor.components.runtime.TextBoxBase
Specifies whether the textbox's text should be italic.
FontSize() - Method in class com.google.appinventor.components.runtime.ButtonBase
Returns the button's text's font size, measured in pixels.
FontSize(float) - Method in class com.google.appinventor.components.runtime.ButtonBase
Specifies the button's text's font size, measured in pixels.
FontSize() - Method in class com.google.appinventor.components.runtime.Canvas
 
FontSize(float) - Method in class com.google.appinventor.components.runtime.Canvas
 
FontSize() - Method in class com.google.appinventor.components.runtime.CheckBox
Returns the checkbox's text's font size, measured in pixels.
FontSize(float) - Method in class com.google.appinventor.components.runtime.CheckBox
Specifies the checkbox's text's font size, measured in pixels.
FontSize() - Method in class com.google.appinventor.components.runtime.Label
Returns the label's text's font size, measured in pixels.
FontSize(float) - Method in class com.google.appinventor.components.runtime.Label
Specifies the label's text's font size, measured in pixels.
FontSize() - Method in class com.google.appinventor.components.runtime.TextBoxBase
Returns the textbox's text's font size, measured in pixels.
FontSize(float) - Method in class com.google.appinventor.components.runtime.TextBoxBase
Specifies the textbox's text's font size, measured in pixels.
FontTypeface() - Method in class com.google.appinventor.components.runtime.ButtonBase
Returns the button's text's font face as default, serif, sans serif, or monospace.
FontTypeface(int) - Method in class com.google.appinventor.components.runtime.ButtonBase
Specifies the button's text's font face as default, serif, sans serif, or monospace.
FontTypeface() - Method in class com.google.appinventor.components.runtime.CheckBox
Returns the checkbox's text's font face as default, serif, sans serif, or monospace.
FontTypeface(int) - Method in class com.google.appinventor.components.runtime.CheckBox
Specifies the checkbox's text's font face as default, serif, sans serif, or monospace.
FontTypeface() - Method in class com.google.appinventor.components.runtime.Label
Returns the label's text's font face as default, serif, sans serif, or monospace.
FontTypeface(int) - Method in class com.google.appinventor.components.runtime.Label
Specifies the label's text's font face as default, serif, sans serif, or monospace.
FontTypeface() - Method in class com.google.appinventor.components.runtime.TextBoxBase
Returns the textbox's text's font face as default, serif, sans serif, or monospace.
FontTypeface(int) - Method in class com.google.appinventor.components.runtime.TextBoxBase
Specifies the textbox's text's font face as default, serif, sans serif, or monospace.
forgetAccountName() - Method in class com.google.appinventor.components.runtime.util.AccountChooser
 
forgetAccountName() - Method in class com.google.appinventor.components.runtime.util.ClientLoginHelper
Forget about the account the user chose.
forgetAccountName() - Method in interface com.google.appinventor.components.runtime.util.IClientLoginHelper
Forget about the account the user chose.
ForgetLogin() - Method in class com.google.appinventor.components.runtime.FusiontablesControl
 
form - Variable in class com.google.appinventor.components.runtime.AndroidNonvisibleComponent
 
Form - Class in com.google.appinventor.components.runtime
Component underlying activities and UI apps, not directly accessible to Simple programmers.
Form() - Constructor for class com.google.appinventor.components.runtime.Form
 
format(double) - Static method in class com.google.appinventor.components.runtime.util.YailNumberToString
 
FormatDate(Calendar) - Static method in class com.google.appinventor.components.runtime.Clock
Converts and formats the given instant into a string.
FormatDate(Calendar) - Static method in class com.google.appinventor.components.runtime.util.Dates
Converts and formats the given date into a date string.
FormatDateTime(Calendar) - Static method in class com.google.appinventor.components.runtime.Clock
Converts and formats the given instant into a string.
FormatDateTime(Calendar) - Static method in class com.google.appinventor.components.runtime.util.Dates
Converts and formats the given date into a date and time string.
formatMessage(int, Object[]) - Static method in class com.google.appinventor.components.runtime.util.ErrorMessages
 
FormatTime(Calendar) - Static method in class com.google.appinventor.components.runtime.Clock
Converts and formats the given instant into a string.
FormatTime(Calendar) - Static method in class com.google.appinventor.components.runtime.util.Dates
Converts and formats the given date into a time string.
formName - Variable in class com.google.appinventor.components.runtime.Form
 
FriendTimeline() - Method in class com.google.appinventor.components.runtime.Twitter
 
FriendTimelineReceived(List<List<String>>) - Method in class com.google.appinventor.components.runtime.Twitter
Indicates when the friend timeline requested through Twitter.RequestFriendTimeline() has been received.
fromCsvRow(String) - Static method in class com.google.appinventor.components.runtime.util.CsvUtil
 
fromCsvTable(String) - Static method in class com.google.appinventor.components.runtime.util.CsvUtil
 
FroyoUtil - Class in com.google.appinventor.components.runtime.util
Helper methods for calling methods added in Froyo (2.2, API level 8).
FullScreen() - Method in class com.google.appinventor.components.runtime.VideoPlayer
Returns whether the VideoPlayer's video is currently being shown in fullscreen mode or not.
FullScreen(boolean) - Method in class com.google.appinventor.components.runtime.VideoPlayer
Sets whether the video should be shown in fullscreen or not.
FULLSCREEN_VIDEO_ACTION_DURATION - Static variable in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
 
FULLSCREEN_VIDEO_ACTION_FULLSCREEN - Static variable in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
 
FULLSCREEN_VIDEO_ACTION_PAUSE - Static variable in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
 
FULLSCREEN_VIDEO_ACTION_PLAY - Static variable in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
 
FULLSCREEN_VIDEO_ACTION_SEEK - Static variable in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
 
FULLSCREEN_VIDEO_ACTION_SOURCE - Static variable in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
 
FULLSCREEN_VIDEO_ACTION_STOP - Static variable in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
 
FULLSCREEN_VIDEO_DIALOG_FLAG - Static variable in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
 
fullScreenKilled(Bundle) - Method in class com.google.appinventor.components.runtime.VideoPlayer
Notify this VideoPlayer that its video is no longer being shown in fullscreen.
fullScreenVideoAction(int, VideoPlayer, Object) - Method in class com.google.appinventor.components.runtime.Form
Perform some action related to fullscreen video display.
FullScreenVideoUtil - Class in com.google.appinventor.components.runtime.util
Used by the Form class to display videos in fullscreen.
FullScreenVideoUtil(Form, Handler) - Constructor for class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
 
FunctionCompleted(String) - Method in class com.google.appinventor.components.runtime.GameClient
Indicates that a server request from a function call has completed.
FUSION_TABLES_QUERY_ERROR - Static variable in class com.google.appinventor.components.runtime.util.ErrorMessages
 
FUSIONTABLES_POST - Static variable in class com.google.appinventor.components.runtime.FusiontablesControl
 
FUSIONTABLES_URL - Static variable in class com.google.appinventor.components.runtime.FusiontablesControl
 
FusiontablesControl - Class in com.google.appinventor.components.runtime
Appinventor fusiontables control.
FusiontablesControl(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.FusiontablesControl
 
$ 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