- PackageInstaller - Class in com.google.appinventor.components.runtime.util
-
- PaintColor() - Method in class com.google.appinventor.components.runtime.Ball
-
PaintColor property getter method.
- PaintColor(int) - Method in class com.google.appinventor.components.runtime.Ball
-
PaintColor property setter method.
- PaintColor() - Method in class com.google.appinventor.components.runtime.Canvas
-
Returns the currently specified paint color as an alpha-red-green-blue
integer, i.e., 0xAARRGGBB
.
- PaintColor(int) - Method in class com.google.appinventor.components.runtime.Canvas
-
Specifies the paint color as an alpha-red-green-blue integer,
i.e., 0xAARRGGBB
.
- PaintUtil - Class in com.google.appinventor.components.runtime.util
-
Functionality related to Color
and
Paint
.
- parseResponse(InputStream) - Static method in class com.google.appinventor.components.runtime.FusiontablesControl
-
Parses the input stream returned from Http query
- PasswordTextBox - Class in com.google.appinventor.components.runtime
-
Text box for entering passwords.
- PasswordTextBox(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.PasswordTextBox
-
Creates a new PasswordTextBox component.
- Pause() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Pauses the counting of steps.
- Pause() - Method in class com.google.appinventor.components.runtime.Player
-
Suspends playing the media if it is playing.
- pause() - Method in class com.google.appinventor.components.runtime.Player
-
Pauses when leaving the screen or losing focus.
- Pause() - Method in class com.google.appinventor.components.runtime.Sound
-
Pauses playing the sound if it is being played.
- Pause() - Method in class com.google.appinventor.components.runtime.VideoPlayer
-
- Pedometer - Class in com.google.appinventor.components.runtime
-
This component keeps count of steps using the accelerometer.
- Pedometer(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Pedometer
-
Constructor.
- performAction(int, VideoPlayer, Object) - Method in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
-
Perform some action and get a result.
- PHONE_NUMBER_TAG - Static variable in class com.google.appinventor.components.runtime.Texting
-
- PhoneCall - Class in com.google.appinventor.components.runtime
-
Component for making a phone call to a programatically-specified number.
- PhoneCall(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.PhoneCall
-
Creates a Phone Call component.
- PhoneCallEnded(int, String) - Method in class com.google.appinventor.components.runtime.PhoneCall
-
Event indicating that a phone call has ended.
- PhoneCallStarted(int, String) - Method in class com.google.appinventor.components.runtime.PhoneCall
-
Event indicating that a phone call has started.
- PhoneCallUtil - Class in com.google.appinventor.components.runtime.util
-
Helper functions for making phone calls.
- phoneNumber - Variable in class com.google.appinventor.components.runtime.ContactPicker
-
- PhoneNumber() - Method in class com.google.appinventor.components.runtime.ContactPicker
-
PhoneNumber property getter method.
- PhoneNumber() - Method in class com.google.appinventor.components.runtime.PhoneCall
-
PhoneNumber property getter method.
- PhoneNumber(String) - Method in class com.google.appinventor.components.runtime.PhoneCall
-
PhoneNumber property setter method: sets a phone number to call.
- PhoneNumber() - Method in class com.google.appinventor.components.runtime.PhoneNumberPicker
-
PhoneNumber property getter method.
- PhoneNumber(String) - Method in class com.google.appinventor.components.runtime.Texting
-
Sets the phone number to send the text message to when the SendMessage function is called.
- PhoneNumber() - Method in class com.google.appinventor.components.runtime.Texting
-
The number that the message will be sent to when the SendMessage method is called.
- phoneNumberList - Variable in class com.google.appinventor.components.runtime.ContactPicker
-
- PhoneNumberList() - Method in class com.google.appinventor.components.runtime.ContactPicker
-
PhoneNumberList property getter method.
- PhoneNumberPicker - Class in com.google.appinventor.components.runtime
-
Component enabling a user to select a contact's phone number.
- PhoneNumberPicker(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.PhoneNumberPicker
-
Create a new ContactPicker component.
- PhoneStatus - Class in com.google.appinventor.components.runtime
-
Component for obtaining Phone Information.
- PhoneStatus(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.PhoneStatus
-
- Picker - Class in com.google.appinventor.components.runtime
-
Abstract superclass for all of the "Picker" components.
- Picker(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Picker
-
- Picture() - Method in class com.google.appinventor.components.runtime.ContactPicker
-
Picture URI for this contact, which can be
used to retrieve the contact's photo and other fields.
- Picture() - Method in class com.google.appinventor.components.runtime.Image
-
Returns the path of the image's picture.
- Picture(String) - Method in class com.google.appinventor.components.runtime.Image
-
Specifies the path of the image's picture.
- Picture() - Method in class com.google.appinventor.components.runtime.ImageSprite
-
Returns the path of the sprite's picture
- Picture(String) - Method in class com.google.appinventor.components.runtime.ImageSprite
-
- Pitch() - Method in class com.google.appinventor.components.runtime.OrientationSensor
-
Pitch property getter method (read-only property).
- Pitch(float) - Method in class com.google.appinventor.components.runtime.TextToSpeech
-
Sets the speech pitch for the TextToSpeech.
- Pitch() - Method in class com.google.appinventor.components.runtime.TextToSpeech
-
Reports the current value of speech pitch
- Play() - Method in class com.google.appinventor.components.runtime.Sound
-
Plays the sound.
- Player - Class in com.google.appinventor.components.runtime
-
Multimedia component that plays audio and optionally
vibrates.
- Player(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Player
-
Creates a new Player component.
- PlayerError(String) - Method in class com.google.appinventor.components.runtime.Player
-
- PlayerJoined(String) - Method in class com.google.appinventor.components.runtime.GameClient
-
Indicates that a player has joined this game instance.
- PlayerLeft(String) - Method in class com.google.appinventor.components.runtime.GameClient
-
Indicates that a player has left this game instance.
- PlayerListDelta - Class in com.google.appinventor.components.runtime.util
-
An object to store lists of the change in the players list of an instance.
- PlayerListDelta(List<String>, List<String>) - Constructor for class com.google.appinventor.components.runtime.util.PlayerListDelta
-
Creates a PlayerListDelta with the specified player change lists.
- Players() - Method in class com.google.appinventor.components.runtime.GameClient
-
Returns the current set of players for this game instance.
- playerState - Variable in class com.google.appinventor.components.runtime.Player
-
- PlayOnlyInForeground() - Method in class com.google.appinventor.components.runtime.Player
-
Gets the policy whether playing should only work in foreground.
- PlayOnlyInForeground(boolean) - Method in class com.google.appinventor.components.runtime.Player
-
Sets the property PlayOnlyInForeground to true or false.
- PlaySoundFile(String) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
- PlayTone(int, int) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
- PointInDirection(double, double) - Method in class com.google.appinventor.components.runtime.Sprite
-
Turns this sprite to point towards a given point.
- PointTowards(Sprite) - Method in class com.google.appinventor.components.runtime.Sprite
-
Turns this sprite to point towards a given other sprite.
- popScreen(String) - Static method in class com.google.appinventor.components.runtime.util.RetValManager
-
- port - Variable in class com.google.appinventor.components.runtime.LegoMindstormsNxtSensor
-
- PositionChanged(float) - Method in class com.google.appinventor.components.runtime.Slider
-
Indicates that position of the slider thumb has changed.
- postCommand(String, String, List<NameValuePair>, AsyncCallbackPair<String>) - Method in class com.google.appinventor.components.runtime.util.WebServiceUtil
-
Make a post command to serviceURL with params and return the
response String.
- postCommandReturningArray(String, String, List<NameValuePair>, AsyncCallbackPair<JSONArray>) - Method in class com.google.appinventor.components.runtime.util.WebServiceUtil
-
Make a post command to serviceURL with params and return the
response String as a JSON array.
- postCommandReturningObject(String, String, List<NameValuePair>, AsyncCallbackPair<JSONObject>) - Method in class com.google.appinventor.components.runtime.util.WebServiceUtil
-
Make a post command to serviceURL with paramaterss and
return the response String as a JSON object.
- postEvent(Sprite, String, Object...) - Method in class com.google.appinventor.components.runtime.Sprite
-
Posts a dispatch for the specified event.
- PostFile(String) - Method in class com.google.appinventor.components.runtime.Web
-
Performs an HTTP POST request using the Url property and data from the
specified file, and retrieves the response.
- postHoneycombGetContactEmailAndPhone(Cursor) - Method in class com.google.appinventor.components.runtime.ContactPicker
-
Assigns emailAddress, phoneNumber, emailAddressList, and phoneNumberList
for Honeycomb and up.
- postHoneycombGetContactEmailsAndPhones(Cursor) - Method in class com.google.appinventor.components.runtime.PhoneNumberPicker
-
Assigns emailAddress, phoneNumber, emailAddressList, and phoneNumberList
for Honeycomb and up.
- postHoneycombGetContactNameAndPicture(Cursor) - Method in class com.google.appinventor.components.runtime.ContactPicker
-
Assigns contactName and contactPictureUri for Honeycomb and up.
- postHoneycombGetContactNameAndPicture(Cursor) - Method in class com.google.appinventor.components.runtime.PhoneNumberPicker
-
Assigns contactName and contactPictureUri for Honeycomb and up.
- PostText(String) - Method in class com.google.appinventor.components.runtime.Web
-
Performs an HTTP POST request using the Url property and the specified text.
- PostTextWithEncoding(String, String) - Method in class com.google.appinventor.components.runtime.Web
-
Performs an HTTP POST request using the Url property and the specified text.
- PRE_HONEYCOMB_DATA_INDEX - Static variable in class com.google.appinventor.components.runtime.EmailAddressAdapter
-
- PRE_HONEYCOMB_NAME_INDEX - Static variable in class com.google.appinventor.components.runtime.EmailAddressAdapter
-
- PREF_ACCOUNT_NAME - Static variable in class com.google.appinventor.components.runtime.util.OAuth2Helper
-
- PREF_AUTH_TOKEN - Static variable in class com.google.appinventor.components.runtime.util.OAuth2Helper
-
- preHoneycombGetContactInfo(Cursor, Uri) - Method in class com.google.appinventor.components.runtime.ContactPicker
-
For versions before Honeycomb, we get all the contact info from the same table.
- preHoneycombGetContactInfo(Cursor) - Method in class com.google.appinventor.components.runtime.PhoneNumberPicker
-
For versions before Honeycomb, we get all the contact info from the same table.
- prepareFullScreenVideoDialog(Dialog) - Method in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
-
Call just before displaying a fullscreen video Dialog.
- prepareLanguageAndCountryProperties() - Method in class com.google.appinventor.components.runtime.TextToSpeech
-
- Pressed() - Method in class com.google.appinventor.components.runtime.NxtTouchSensor
-
- PressedEventEnabled() - Method in class com.google.appinventor.components.runtime.NxtTouchSensor
-
Returns whether the Pressed event should fire when the touch sensor is
pressed.
- PressedEventEnabled(boolean) - Method in class com.google.appinventor.components.runtime.NxtTouchSensor
-
Specifies whether the Pressed event should fire when the touch sensor is
pressed.
- processExtras(Intent, boolean) - Method in class com.google.appinventor.components.runtime.ReplForm
-
- progressDialog(String, String) - Method in class com.google.appinventor.components.runtime.Notifier
-
This method creates the actual ProgressDialog.
- Prompt() - Method in class com.google.appinventor.components.runtime.Spinner
-
Prompt property getter method
- Prompt(String) - Method in class com.google.appinventor.components.runtime.Spinner
-
Prompt property setter method
- PromptforPermission() - Method in class com.google.appinventor.components.runtime.WebViewer
-
Determine if the user should be prompted for permission to use the geolocation API while in
the webviewer.
- PromptforPermission(boolean) - Method in class com.google.appinventor.components.runtime.WebViewer
-
Determine if the user should be prompted for permission to use the geolocation API while in
the webviewer.
- PropertyUtil - Class in com.google.appinventor.components.runtime.util
-
Utilities for copying properties between different instances of the same component.
- PropertyUtil() - Constructor for class com.google.appinventor.components.runtime.util.PropertyUtil
-
- ProviderLocked() - Method in class com.google.appinventor.components.runtime.LocationSensor
-
- ProviderLocked(boolean) - Method in class com.google.appinventor.components.runtime.LocationSensor
-
Indicates whether the sensor should allow the developer to
manually change the provider (GPS, GSM, Wifi, etc.)
from which location updates are received.
- ProviderName() - Method in class com.google.appinventor.components.runtime.LocationSensor
-
Indicates the source of the location information.
- ProviderName(String) - Method in class com.google.appinventor.components.runtime.LocationSensor
-
Change the location provider.
- ProximityChanged(float) - Method in class com.google.appinventor.components.runtime.ProximitySensor
-
- ProximitySensor - Class in com.google.appinventor.components.runtime
-
- ProximitySensor(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.ProximitySensor
-
Creates a new ProximitySensor component.
- PublicInstances() - Method in class com.google.appinventor.components.runtime.GameClient
-
Returns the set of game instances that have been marked public.
- puntContactSelection(int) - Method in class com.google.appinventor.components.runtime.ContactPicker
-
- pushScreen(String, Object) - Static method in class com.google.appinventor.components.runtime.util.RetValManager
-
- PutFile(String) - Method in class com.google.appinventor.components.runtime.Web
-
Performs an HTTP PUT request using the Url property and data from the
specified file, and retrieves the response.
- putMessageTime(String, String) - Method in class com.google.appinventor.components.runtime.util.GameInstance
-
Puts a new time string for the specified message type.
- PutText(String) - Method in class com.google.appinventor.components.runtime.Web
-
Performs an HTTP PUT request using the Url property and the specified text.
- PutTextWithEncoding(String, String) - Method in class com.google.appinventor.components.runtime.Web
-
Performs an HTTP PUT request using the Url property and the specified text.