Home
last modified time | relevance | path

Searched refs:getListView (Results 1 – 10 of 10) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DLogcatViewer.java79 int lastVisiblePosition = getListView().getLastVisiblePosition(); in run()
82 getListView().setSelection(lastPosition); in run()
104 ActivityFlinger.attachView(getListView(), this); in onCreate()
133 getListView().setSelection(mLogcatMessages.size() - 1); in onOptionsItemSelected()
DTriggerManager.java81 registerForContextMenu(getListView()); in onCreate()
84 ActivityFlinger.attachView(getListView(), this); in onCreate()
DApiBrowser.java91 getListView().setFastScrollEnabled(true); in onCreate()
98 registerForContextMenu(getListView()); in onCreate()
DScriptProcessMonitor.java91 registerForContextMenu(getListView()); in onCreate()
DScriptManager.java137 registerForContextMenu(getListView()); in onCreate()
140 ActivityFlinger.attachView(getListView(), this); in onCreate()
DInterpreterManager.java81 ActivityFlinger.attachView(getListView(), this); in onCreate()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAlertDialog.java85 shadowOf(realAlertDialog.getListView()).performItemClick(index); in clickOnItem()
137 public ListView getListView() { in getListView() method in ShadowAlertDialog
211 getListView().setAdapter(adapter); in show()
DShadowListActivity.java26 public ListView getListView() { in getListView() method in ShadowListActivity
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DListActivityTest.java41 Robolectric.shadowOf(listActivity.getListView()).performItemClick(0); in shouldSupportOnItemClick()
DPreferenceActivityTest.java36 assertThat( activity.getListView(), notNullValue() ); in shouldGetListView()