Home
last modified time | relevance | path

Searched defs:listView (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java260 ListView listView = mAlert.getListView(); in onCreate() local
354 public void onPrepareListView(ListView listView) { in onPrepareListView()
428 private int addStaticItem(ListView listView, int textResId) { in addStaticItem()
437 private int addDefaultRingtoneItem(ListView listView) { in addDefaultRingtoneItem()
447 private int addSilentItem(ListView listView) { in addSilentItem()
451 private void addNewSoundItem(ListView listView) { in addNewSoundItem()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DListViewCaptureHelper.java62 public void onScrollRequested(@NonNull ListView listView, Rect scrollBounds, in onScrollRequested()
128 public void onPrepareForEnd(@NonNull ListView listView) { in onPrepareForEnd()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/listview/
H A DFadingEdgeListFragment.java26 ListView listView = getListView(); in onActivityCreated() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DListViewTest.java44 ListView listView = new ListView(context); in testRequestLayout() local
72 ListView listView = new ListView(context); in testNoSelectableItems() local
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DDialogListActivity.java29 ListView listView = new ListView(this); in onCreate() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsLayout.java45 ViewGroup listView = getListView(); in setBackgrounds() local
126 ViewGroup listView = getListView(); in onUpdateList() local
H A DGlobalActionsPowerDialog.java38 ViewGroup listView = (ViewGroup) LayoutInflater.from(context).inflate( in create() local
H A DGlobalActionsPopupMenu.java82 ListView listView = getListView(); in show() local
H A DGlobalActionsFlatLayout.java86 ViewGroup listView = getListView(); in onLayout() local
H A DGlobalActionsGridLayout.java40 ListGridLayout listView = getListView(); in setupListView() local
H A DGlobalActionsLayoutLite.java88 ViewGroup listView = getListView(); in onLayout() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListRecyclerProfiling.java41 ListView listView = findViewById(R.id.list); in onCreate() local
H A DListWithDisappearingItemBug.java76 ListView listView = getListView(); in onCreate() local
H A DListWithHeaders.java38 final ListView listView = getListView(); in onCreate() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUserSwitcherPopupMenu.java57 ListView listView = getListView(); in show() local
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
H A DListActivityBase.java46 ListFragment listView = new ListFragment(); in onCreate() local
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverMultiProfilePagerAdapter.java93 final ListView listView = getItem(pageIndex).listView; in setupListAdapter() local
183 final ListView listView; field in ResolverMultiProfilePagerAdapter.ResolverProfileDescriptor
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DListUtil.java35 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DMailAppHelper.kt53 val listView = waitForMailList() regex
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DListViewCaptureHelperTest.java40 ListView listView = new ListView(parent.getContext()); in createScrollableContent() local
/aosp14/frameworks/base/core/java/android/content/
H A DSyncActivityTooManyDeletes.java73 ListView listView = new ListView(this); in onCreate() local
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DHomeActivity.java66 ExpandableListView listView = (ExpandableListView) findViewById(R.id.test_list); in onCreate() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServicesDialog.java147 public void onPrepareListView(ListView listView) { in onPrepareListView()
/aosp14/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java177 public void bind(ListView listView) { in bind()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DCascadingMenuPopup.java440 final ListView listView = popupWindow.getListView(); in showMenu() local
498 final ListView listView = parentInfo.getListView(); in findParentViewForSubmenu() local

12