Searched refs:getListView (Results 76 - 100 of 133) sorted by relevance

123456

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListFocusableTest.java38 mListView = getActivity().getListView();
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsShorterThanScreenTest.java41 mListView = getActivity().getListView();
H A DListOfItemsTallerThanScreenTest.java37 mListView = getActivity().getListView();
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java47 mListView = getActivity().getListView();
H A DListTouchManyTest.java46 mListView = getActivity().getListView();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DListMixin.java81 public ListView getListView() { method in class:ListMixin
85 // Client code can assume getListView() will not be null if they know their template contains
86 // the list, but this mixin cannot. Any usages of getListView in this mixin needs null checks.
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DGlifListLayoutTest.java88 assertNotNull("getListView should not be null", layout.getListView());
/frameworks/support/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DSupportPreferenceDemos.java51 getListView().setTextFilterEnabled(true);
/frameworks/support/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/
H A DSupportTransitionDemos.java52 getListView().setTextFilterEnabled(true);
/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DSupportPreferenceDemos.java51 getListView().setTextFilterEnabled(true);
/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/
H A DSupportTransitionDemos.java52 getListView().setTextFilterEnabled(true);
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java385 preferenceScreen.bind(getListView());
399 public ListView getListView() { method in class:PreferenceFragment
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java325 dialog.getListView().setItemsCanFocus(true);
326 dialog.getListView().setLongClickable(true);
327 dialog.getListView().setOnItemLongClickListener(
1220 public ListView getListView() { method in class:GlobalActionsDialog.ActionsDialog
1221 return mAlert.getListView();
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java326 dialog.getListView().setItemsCanFocus(true);
327 dialog.getListView().setLongClickable(true);
328 dialog.getListView().setOnItemLongClickListener(
1223 public ListView getListView() { method in class:LegacyGlobalActions.GlobalActionsDialog
1224 return mAlert.getListView();
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DListPopupWindowTest.java145 mListPopupWindow.getListView().getLocationOnScreen(popupOnScreenXY);
147 mListPopupWindow.getListView().getLocationInWindow(popupInWindowXY);
193 mListPopupWindow.getListView().getLocationOnScreen(popupOnScreenXY);
/frameworks/base/core/java/android/app/
H A DAlertDialog.java248 public ListView getListView() { method in class:AlertDialog
249 return mAlert.getListView();
H A DListFragment.java222 * getListView().getItemAtPosition(position) if they need to access the
279 public ListView getListView() { method in class:ListFragment
/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java78 public ListView getListView() { method in class:ListScenario
575 final View child = getListView().getChildAt(childIndex);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertDialog.java138 public ListView getListView() { method in class:AlertDialog
139 return mAlert.getListView();
/frameworks/base/core/tests/coretests/src/android/view/
H A DListContextMenu.java93 getListView().setOnCreateContextMenuListener(this);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java55 getListView().setTextFilterEnabled(true);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DMainActivity.java54 getListView().setTextFilterEnabled(true);
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java54 getListView().setTextFilterEnabled(true);
/frameworks/support/fragment/java/android/support/v4/app/
H A DListFragment.java166 * getListView().getItemAtPosition(position) if they need to access the
223 public ListView getListView() { method in class:ListFragment
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/
H A DSupport13Demos.java52 getListView().setTextFilterEnabled(true);

Completed in 1700 milliseconds

123456