A B C D F G H I M O P R S V

S

seekTo(int) - Method in class apwidgets.APMediaPlayer
move to a point in the file, counted from the beginning in millisecond.
seekTo(int) - Method in class apwidgets.APVideoView
Move to a certain point in the file, counted from the beginning in millisecond.
setChecked(boolean) - Method in class apwidgets.APCompoundButton
 
setChecked(boolean) - Method in class apwidgets.APRadioButton
 
setCloseImeOnDone(boolean) - Method in class apwidgets.APEditText
If you have called setImeOptions(EditorInfo.IME_ACTION_DONE), and you have set closeImeOnDone to true, the IME will close when you press done.
setHorizontallyScrolling(boolean) - Method in class apwidgets.APEditText
 
setImeOptions(int) - Method in class apwidgets.APEditText
You can set IMEOptions for this EditText using this method.
setInputType(int) - Method in class apwidgets.APEditText
You can set InputType here.
setLooping(boolean) - Method in class apwidgets.APMediaPlayer
Set this to true to loop the play back.
setLooping(boolean) - Method in class apwidgets.APVideoView
Makes the video start from the beginning when the end of the video has been reached
setMediaFile(String) - Method in class apwidgets.APMediaPlayer
Set the media file by filename
setNextEditText(APEditText) - Method in class apwidgets.APEditText
If you have called setImeOptions(EditorInfo.IME_ACTION_NEXT), you can use this method to specify which EditText will be focused when you press next.
setOrientation(int) - Method in class apwidgets.APRadioGroup
 
setPosition(int, int) - Method in class apwidgets.APWidget
 
setSize(int, int) - Method in class apwidgets.APWidget
 
setText(String) - Method in class apwidgets.APTextView
 
setTextColor(int, int, int, int) - Method in class apwidgets.APTextView
Sets the color of the text content.
setTextOff(String) - Method in class apwidgets.APToggleButton
 
setTextOn(String) - Method in class apwidgets.APToggleButton
 
setTextSize(int) - Method in class apwidgets.APTextView
 
setup() - Method in class apwidgets.APActivity
 
setup() - Method in class apwidgets.FakePApplet
 
setVideoPath(String) - Method in class apwidgets.APVideoView
Sets the path of the video file.
setVolume(float, float) - Method in class apwidgets.APMediaPlayer
Sets the volume.
show() - Method in class apwidgets.APWidgetContainer
 
start() - Method in class apwidgets.APMediaPlayer
Start playing the file
start() - Method in class apwidgets.APVideoView
Starts playing the video file
startActivity(Activity, String) - Static method in class apwidgets.ActivityCreator
 
stopPlayBack() - Method in class apwidgets.APVideoView
Stops the playback I guess.

A B C D F G H I M O P R S V