[Expand]
Inherited Methods |
From class
sofia.app.ListScreen
boolean
|
add(E item)
Adds an item to the list view.
|
void
|
add(int index, E item)
Inserts an item into the list view at the specified index.
|
boolean
|
addAll(Collection<? extends E> collection)
Adds the items in the specified collection to the list view.
|
boolean
|
addAll(int index, Collection<? extends E> collection)
Inserts the items in the specified collection into the list view at the
specified index.
|
void
|
afterLayoutInflated(boolean inflated)
This method is called after an attempted was made to inflate the
screen's layout.
|
void
|
clear()
Removes all items from the list view.
|
TextView
|
createEmptyView(ListScreen<E> parent)
This factory method is used to create the View that will be
displayed when the list is empty.
|
ListView<E>
|
createListView(ListScreen<E> parent)
This factory method is used to create the ListView
that will be contained by this screen.
|
E
|
get(int index)
Gets the element at the specified index from the list view.
|
final
View
|
getEmptyView()
Gets teh View that is displayed when there are no items in the
list.
|
List<E>
|
getList()
Gets the list of items that is managed by this list view.
|
final
ListView<E>
|
getListView()
Gets the ListView that holds all of the items on this screen.
|
E
|
getSelectedItem()
Gets the currently selected item in the list view.
|
void
|
onResume()
Overridden to refresh the list view whenever the screen is about to be
presented to the user, in case the underlying data model has changed due
to actions on another screen.
|
void
|
refresh()
Refreshes the list view to update its contents from the list it manages.
|
E
|
remove(int index)
Removes the item at the specified index from the list view.
|
boolean
|
remove(E item)
Removes the specified item from the list view.
|
E
|
set(int index, E item)
Replaces the element at the specified index from the list view with
another item.
|
void
|
setEmptyMessage(String message)
Sets an informational message that will be displayed on the screen when
the list is empty.
|
|
From class
sofia.app.Screen
|
From class
android.app.Activity
void
|
addContentView(View arg0, ViewGroup.LayoutParams arg1)
|
void
|
closeContextMenu()
|
void
|
closeOptionsMenu()
|
PendingIntent
|
createPendingResult(int arg0, Intent arg1, int arg2)
|
final
void
|
dismissDialog(int arg0)
|
boolean
|
dispatchKeyEvent(KeyEvent arg0)
|
boolean
|
dispatchPopulateAccessibilityEvent(AccessibilityEvent arg0)
|
boolean
|
dispatchTouchEvent(MotionEvent arg0)
|
boolean
|
dispatchTrackballEvent(MotionEvent arg0)
|
View
|
findViewById(int arg0)
|
void
|
finish()
|
void
|
finishActivity(int arg0)
|
void
|
finishActivityFromChild(Activity arg0, int arg1)
|
void
|
finishFromChild(Activity arg0)
|
final
Application
|
getApplication()
|
ComponentName
|
getCallingActivity()
|
String
|
getCallingPackage()
|
int
|
getChangingConfigurations()
|
ComponentName
|
getComponentName()
|
View
|
getCurrentFocus()
|
static
long
|
getInstanceCount()
|
Intent
|
getIntent()
|
Object
|
getLastNonConfigurationInstance()
|
LayoutInflater
|
getLayoutInflater()
|
String
|
getLocalClassName()
|
MenuInflater
|
getMenuInflater()
|
final
Activity
|
getParent()
|
SharedPreferences
|
getPreferences(int arg0)
|
int
|
getRequestedOrientation()
|
Object
|
getSystemService(String arg0)
|
int
|
getTaskId()
|
final
CharSequence
|
getTitle()
|
final
int
|
getTitleColor()
|
final
int
|
getVolumeControlStream()
|
int
|
getWallpaperDesiredMinimumHeight()
|
int
|
getWallpaperDesiredMinimumWidth()
|
Window
|
getWindow()
|
WindowManager
|
getWindowManager()
|
boolean
|
hasWindowFocus()
|
final
boolean
|
isChild()
|
boolean
|
isFinishing()
|
boolean
|
isTaskRoot()
|
final
Cursor
|
managedQuery(Uri arg0, String[] arg1, String arg2, String[] arg3, String arg4)
|
boolean
|
moveTaskToBack(boolean arg0)
|
void
|
onActivityResult(int arg0, int arg1, Intent arg2)
|
void
|
onApplyThemeResource(Resources.Theme arg0, int arg1, boolean arg2)
|
void
|
onAttachedToWindow()
|
void
|
onBackPressed()
|
void
|
onChildTitleChanged(Activity arg0, CharSequence arg1)
|
void
|
onConfigurationChanged(Configuration arg0)
|
void
|
onContentChanged()
|
boolean
|
onContextItemSelected(MenuItem arg0)
|
void
|
onContextMenuClosed(Menu arg0)
|
void
|
onCreate(Bundle arg0)
|
void
|
onCreateContextMenu(ContextMenu arg0, View arg1, ContextMenu.ContextMenuInfo arg2)
|
CharSequence
|
onCreateDescription()
|
Dialog
|
onCreateDialog(int arg0)
|
Dialog
|
onCreateDialog(int arg0, Bundle arg1)
|
boolean
|
onCreateOptionsMenu(Menu arg0)
|
boolean
|
onCreatePanelMenu(int arg0, Menu arg1)
|
View
|
onCreatePanelView(int arg0)
|
boolean
|
onCreateThumbnail(Bitmap arg0, Canvas arg1)
|
View
|
onCreateView(String arg0, Context arg1, AttributeSet arg2)
|
void
|
onDestroy()
|
void
|
onDetachedFromWindow()
|
boolean
|
onKeyDown(int arg0, KeyEvent arg1)
|
boolean
|
onKeyLongPress(int arg0, KeyEvent arg1)
|
boolean
|
onKeyMultiple(int arg0, int arg1, KeyEvent arg2)
|
boolean
|
onKeyUp(int arg0, KeyEvent arg1)
|
void
|
onLowMemory()
|
boolean
|
onMenuItemSelected(int arg0, MenuItem arg1)
|
boolean
|
onMenuOpened(int arg0, Menu arg1)
|
void
|
onNewIntent(Intent arg0)
|
boolean
|
onOptionsItemSelected(MenuItem arg0)
|
void
|
onOptionsMenuClosed(Menu arg0)
|
void
|
onPanelClosed(int arg0, Menu arg1)
|
void
|
onPause()
|
void
|
onPostCreate(Bundle arg0)
|
void
|
onPostResume()
|
void
|
onPrepareDialog(int arg0, Dialog arg1)
|
void
|
onPrepareDialog(int arg0, Dialog arg1, Bundle arg2)
|
boolean
|
onPrepareOptionsMenu(Menu arg0)
|
boolean
|
onPreparePanel(int arg0, View arg1, Menu arg2)
|
void
|
onRestart()
|
void
|
onRestoreInstanceState(Bundle arg0)
|
void
|
onResume()
|
Object
|
onRetainNonConfigurationInstance()
|
void
|
onSaveInstanceState(Bundle arg0)
|
boolean
|
onSearchRequested()
|
void
|
onStart()
|
void
|
onStop()
|
void
|
onTitleChanged(CharSequence arg0, int arg1)
|
boolean
|
onTouchEvent(MotionEvent arg0)
|
boolean
|
onTrackballEvent(MotionEvent arg0)
|
void
|
onUserInteraction()
|
void
|
onUserLeaveHint()
|
void
|
onWindowAttributesChanged(WindowManager.LayoutParams arg0)
|
void
|
onWindowFocusChanged(boolean arg0)
|
void
|
openContextMenu(View arg0)
|
void
|
openOptionsMenu()
|
void
|
overridePendingTransition(int arg0, int arg1)
|
void
|
registerForContextMenu(View arg0)
|
final
void
|
removeDialog(int arg0)
|
final
boolean
|
requestWindowFeature(int arg0)
|
final
void
|
runOnUiThread(Runnable arg0)
|
void
|
setContentView(int arg0)
|
void
|
setContentView(View arg0)
|
void
|
setContentView(View arg0, ViewGroup.LayoutParams arg1)
|
final
void
|
setDefaultKeyMode(int arg0)
|
final
void
|
setFeatureDrawable(int arg0, Drawable arg1)
|
final
void
|
setFeatureDrawableAlpha(int arg0, int arg1)
|
final
void
|
setFeatureDrawableResource(int arg0, int arg1)
|
final
void
|
setFeatureDrawableUri(int arg0, Uri arg1)
|
void
|
setIntent(Intent arg0)
|
void
|
setPersistent(boolean arg0)
|
final
void
|
setProgress(int arg0)
|
final
void
|
setProgressBarIndeterminate(boolean arg0)
|
final
void
|
setProgressBarIndeterminateVisibility(boolean arg0)
|
final
void
|
setProgressBarVisibility(boolean arg0)
|
void
|
setRequestedOrientation(int arg0)
|
final
void
|
setResult(int arg0)
|
final
void
|
setResult(int arg0, Intent arg1)
|
final
void
|
setSecondaryProgress(int arg0)
|
void
|
setTitle(int arg0)
|
void
|
setTitle(CharSequence arg0)
|
void
|
setTitleColor(int arg0)
|
void
|
setVisible(boolean arg0)
|
final
void
|
setVolumeControlStream(int arg0)
|
final
boolean
|
showDialog(int arg0, Bundle arg1)
|
final
void
|
showDialog(int arg0)
|
void
|
startActivity(Intent arg0)
|
void
|
startActivityForResult(Intent arg0, int arg1)
|
void
|
startActivityFromChild(Activity arg0, Intent arg1, int arg2)
|
boolean
|
startActivityIfNeeded(Intent arg0, int arg1)
|
void
|
startIntentSender(IntentSender arg0, Intent arg1, int arg2, int arg3, int arg4)
|
void
|
startIntentSenderForResult(IntentSender arg0, int arg1, Intent arg2, int arg3, int arg4, int arg5)
|
void
|
startIntentSenderFromChild(Activity arg0, IntentSender arg1, int arg2, Intent arg3, int arg4, int arg5, int arg6)
|
void
|
startManagingCursor(Cursor arg0)
|
boolean
|
startNextMatchingActivity(Intent arg0)
|
void
|
startSearch(String arg0, boolean arg1, Bundle arg2, boolean arg3)
|
void
|
stopManagingCursor(Cursor arg0)
|
void
|
takeKeyEvents(boolean arg0)
|
void
|
triggerSearch(String arg0, Bundle arg1)
|
void
|
unregisterForContextMenu(View arg0)
|
|
From class
android.view.ContextThemeWrapper
|
From class
android.content.ContextWrapper
void
|
attachBaseContext(Context arg0)
|
boolean
|
bindService(Intent arg0, ServiceConnection arg1, int arg2)
|
int
|
checkCallingOrSelfPermission(String arg0)
|
int
|
checkCallingOrSelfUriPermission(Uri arg0, int arg1)
|
int
|
checkCallingPermission(String arg0)
|
int
|
checkCallingUriPermission(Uri arg0, int arg1)
|
int
|
checkPermission(String arg0, int arg1, int arg2)
|
int
|
checkUriPermission(Uri arg0, int arg1, int arg2, int arg3)
|
int
|
checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5)
|
void
|
clearWallpaper()
|
Context
|
createPackageContext(String arg0, int arg1)
|
String[]
|
databaseList()
|
boolean
|
deleteDatabase(String arg0)
|
boolean
|
deleteFile(String arg0)
|
void
|
enforceCallingOrSelfPermission(String arg0, String arg1)
|
void
|
enforceCallingOrSelfUriPermission(Uri arg0, int arg1, String arg2)
|
void
|
enforceCallingPermission(String arg0, String arg1)
|
void
|
enforceCallingUriPermission(Uri arg0, int arg1, String arg2)
|
void
|
enforcePermission(String arg0, int arg1, int arg2, String arg3)
|
void
|
enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3, String arg4)
|
void
|
enforceUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5, String arg6)
|
String[]
|
fileList()
|
Context
|
getApplicationContext()
|
ApplicationInfo
|
getApplicationInfo()
|
AssetManager
|
getAssets()
|
Context
|
getBaseContext()
|
File
|
getCacheDir()
|
ClassLoader
|
getClassLoader()
|
ContentResolver
|
getContentResolver()
|
File
|
getDatabasePath(String arg0)
|
File
|
getDir(String arg0, int arg1)
|
File
|
getExternalCacheDir()
|
File
|
getExternalFilesDir(String arg0)
|
File
|
getFileStreamPath(String arg0)
|
File
|
getFilesDir()
|
Looper
|
getMainLooper()
|
String
|
getPackageCodePath()
|
PackageManager
|
getPackageManager()
|
String
|
getPackageName()
|
String
|
getPackageResourcePath()
|
Resources
|
getResources()
|
SharedPreferences
|
getSharedPreferences(String arg0, int arg1)
|
Object
|
getSystemService(String arg0)
|
Resources.Theme
|
getTheme()
|
Drawable
|
getWallpaper()
|
int
|
getWallpaperDesiredMinimumHeight()
|
int
|
getWallpaperDesiredMinimumWidth()
|
void
|
grantUriPermission(String arg0, Uri arg1, int arg2)
|
boolean
|
isRestricted()
|
FileInputStream
|
openFileInput(String arg0)
|
FileOutputStream
|
openFileOutput(String arg0, int arg1)
|
SQLiteDatabase
|
openOrCreateDatabase(String arg0, int arg1, SQLiteDatabase.CursorFactory arg2)
|
Drawable
|
peekWallpaper()
|
Intent
|
registerReceiver(BroadcastReceiver arg0, IntentFilter arg1)
|
Intent
|
registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, String arg2, Handler arg3)
|
void
|
removeStickyBroadcast(Intent arg0)
|
void
|
revokeUriPermission(Uri arg0, int arg1)
|
void
|
sendBroadcast(Intent arg0)
|
void
|
sendBroadcast(Intent arg0, String arg1)
|
void
|
sendOrderedBroadcast(Intent arg0, String arg1, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6)
|
void
|
sendOrderedBroadcast(Intent arg0, String arg1)
|
void
|
sendStickyBroadcast(Intent arg0)
|
void
|
sendStickyOrderedBroadcast(Intent arg0, BroadcastReceiver arg1, Handler arg2, int arg3, String arg4, Bundle arg5)
|
void
|
setTheme(int arg0)
|
void
|
setWallpaper(Bitmap arg0)
|
void
|
setWallpaper(InputStream arg0)
|
void
|
startActivity(Intent arg0)
|
boolean
|
startInstrumentation(ComponentName arg0, String arg1, Bundle arg2)
|
void
|
startIntentSender(IntentSender arg0, Intent arg1, int arg2, int arg3, int arg4)
|
ComponentName
|
startService(Intent arg0)
|
boolean
|
stopService(Intent arg0)
|
void
|
unbindService(ServiceConnection arg0)
|
void
|
unregisterReceiver(BroadcastReceiver arg0)
|
|
From class
android.content.Context
abstract
boolean
|
bindService(Intent arg0, ServiceConnection arg1, int arg2)
|
abstract
int
|
checkCallingOrSelfPermission(String arg0)
|
abstract
int
|
checkCallingOrSelfUriPermission(Uri arg0, int arg1)
|
abstract
int
|
checkCallingPermission(String arg0)
|
abstract
int
|
checkCallingUriPermission(Uri arg0, int arg1)
|
abstract
int
|
checkPermission(String arg0, int arg1, int arg2)
|
abstract
int
|
checkUriPermission(Uri arg0, int arg1, int arg2, int arg3)
|
abstract
int
|
checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5)
|
abstract
void
|
clearWallpaper()
|
abstract
Context
|
createPackageContext(String arg0, int arg1)
|
abstract
String[]
|
databaseList()
|
abstract
boolean
|
deleteDatabase(String arg0)
|
abstract
boolean
|
deleteFile(String arg0)
|
abstract
void
|
enforceCallingOrSelfPermission(String arg0, String arg1)
|
abstract
void
|
enforceCallingOrSelfUriPermission(Uri arg0, int arg1, String arg2)
|
abstract
void
|
enforceCallingPermission(String arg0, String arg1)
|
abstract
void
|
enforceCallingUriPermission(Uri arg0, int arg1, String arg2)
|
abstract
void
|
enforcePermission(String arg0, int arg1, int arg2, String arg3)
|
abstract
void
|
enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3, String arg4)
|
abstract
void
|
enforceUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5, String arg6)
|
abstract
String[]
|
fileList()
|
abstract
Context
|
getApplicationContext()
|
abstract
ApplicationInfo
|
getApplicationInfo()
|
abstract
AssetManager
|
getAssets()
|
abstract
File
|
getCacheDir()
|
abstract
ClassLoader
|
getClassLoader()
|
abstract
ContentResolver
|
getContentResolver()
|
abstract
File
|
getDatabasePath(String arg0)
|
abstract
File
|
getDir(String arg0, int arg1)
|
abstract
File
|
getExternalCacheDir()
|
abstract
File
|
getExternalFilesDir(String arg0)
|
abstract
File
|
getFileStreamPath(String arg0)
|
abstract
File
|
getFilesDir()
|
abstract
Looper
|
getMainLooper()
|
abstract
String
|
getPackageCodePath()
|
abstract
PackageManager
|
getPackageManager()
|
abstract
String
|
getPackageName()
|
abstract
String
|
getPackageResourcePath()
|
abstract
Resources
|
getResources()
|
abstract
SharedPreferences
|
getSharedPreferences(String arg0, int arg1)
|
final
String
|
getString(int arg0)
|
final
String
|
getString(int arg0, Object... arg1)
|
abstract
Object
|
getSystemService(String arg0)
|
final
CharSequence
|
getText(int arg0)
|
abstract
Resources.Theme
|
getTheme()
|
abstract
Drawable
|
getWallpaper()
|
abstract
int
|
getWallpaperDesiredMinimumHeight()
|
abstract
int
|
getWallpaperDesiredMinimumWidth()
|
abstract
void
|
grantUriPermission(String arg0, Uri arg1, int arg2)
|
boolean
|
isRestricted()
|
final
TypedArray
|
obtainStyledAttributes(int[] arg0)
|
final
TypedArray
|
obtainStyledAttributes(AttributeSet arg0, int[] arg1)
|
final
TypedArray
|
obtainStyledAttributes(int arg0, int[] arg1)
|
final
TypedArray
|
obtainStyledAttributes(AttributeSet arg0, int[] arg1, int arg2, int arg3)
|
abstract
FileInputStream
|
openFileInput(String arg0)
|
abstract
FileOutputStream
|
openFileOutput(String arg0, int arg1)
|
abstract
SQLiteDatabase
|
openOrCreateDatabase(String arg0, int arg1, SQLiteDatabase.CursorFactory arg2)
|
abstract
Drawable
|
peekWallpaper()
|
abstract
Intent
|
registerReceiver(BroadcastReceiver arg0, IntentFilter arg1)
|
abstract
Intent
|
registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, String arg2, Handler arg3)
|
abstract
void
|
removeStickyBroadcast(Intent arg0)
|
abstract
void
|
revokeUriPermission(Uri arg0, int arg1)
|
abstract
void
|
sendBroadcast(Intent arg0)
|
abstract
void
|
sendBroadcast(Intent arg0, String arg1)
|
abstract
void
|
sendOrderedBroadcast(Intent arg0, String arg1, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6)
|
abstract
void
|
sendOrderedBroadcast(Intent arg0, String arg1)
|
abstract
void
|
sendStickyBroadcast(Intent arg0)
|
abstract
void
|
sendStickyOrderedBroadcast(Intent arg0, BroadcastReceiver arg1, Handler arg2, int arg3, String arg4, Bundle arg5)
|
abstract
void
|
setTheme(int arg0)
|
abstract
void
|
setWallpaper(Bitmap arg0)
|
abstract
void
|
setWallpaper(InputStream arg0)
|
abstract
void
|
startActivity(Intent arg0)
|
abstract
boolean
|
startInstrumentation(ComponentName arg0, String arg1, Bundle arg2)
|
abstract
void
|
startIntentSender(IntentSender arg0, Intent arg1, int arg2, int arg3, int arg4)
|
abstract
ComponentName
|
startService(Intent arg0)
|
abstract
boolean
|
stopService(Intent arg0)
|
abstract
void
|
unbindService(ServiceConnection arg0)
|
abstract
void
|
unregisterReceiver(BroadcastReceiver arg0)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
android.content.ComponentCallbacks
abstract
void
|
onConfigurationChanged(Configuration arg0)
|
abstract
void
|
onLowMemory()
|
|
From interface
android.view.KeyEvent.Callback
abstract
boolean
|
onKeyDown(int arg0, KeyEvent arg1)
|
abstract
boolean
|
onKeyLongPress(int arg0, KeyEvent arg1)
|
abstract
boolean
|
onKeyMultiple(int arg0, int arg1, KeyEvent arg2)
|
abstract
boolean
|
onKeyUp(int arg0, KeyEvent arg1)
|
|
From interface
android.view.LayoutInflater.Factory
|
From interface
android.view.View.OnCreateContextMenuListener
|
From interface
android.view.Window.Callback
abstract
boolean
|
dispatchKeyEvent(KeyEvent arg0)
|
abstract
boolean
|
dispatchPopulateAccessibilityEvent(AccessibilityEvent arg0)
|
abstract
boolean
|
dispatchTouchEvent(MotionEvent arg0)
|
abstract
boolean
|
dispatchTrackballEvent(MotionEvent arg0)
|
abstract
void
|
onAttachedToWindow()
|
abstract
void
|
onContentChanged()
|
abstract
boolean
|
onCreatePanelMenu(int arg0, Menu arg1)
|
abstract
View
|
onCreatePanelView(int arg0)
|
abstract
void
|
onDetachedFromWindow()
|
abstract
boolean
|
onMenuItemSelected(int arg0, MenuItem arg1)
|
abstract
boolean
|
onMenuOpened(int arg0, Menu arg1)
|
abstract
void
|
onPanelClosed(int arg0, Menu arg1)
|
abstract
boolean
|
onPreparePanel(int arg0, View arg1, Menu arg2)
|
abstract
boolean
|
onSearchRequested()
|
abstract
void
|
onWindowAttributesChanged(WindowManager.LayoutParams arg0)
|
abstract
void
|
onWindowFocusChanged(boolean arg0)
|
|
From interface
sofia.app.ScreenMethods
|