/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/ |
H A D | RingtonePickerActivity.java | 260 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 D | ListViewCaptureHelper.java | 62 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 D | FadingEdgeListFragment.java | 26 ListView listView = getListView(); in onActivityCreated() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | ListViewTest.java | 44 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 D | DialogListActivity.java | 29 ListView listView = new ListView(this); in onCreate() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsLayout.java | 45 ViewGroup listView = getListView(); in setBackgrounds() local 126 ViewGroup listView = getListView(); in onUpdateList() local
|
H A D | GlobalActionsPowerDialog.java | 38 ViewGroup listView = (ViewGroup) LayoutInflater.from(context).inflate( in create() local
|
H A D | GlobalActionsPopupMenu.java | 82 ListView listView = getListView(); in show() local
|
H A D | GlobalActionsFlatLayout.java | 86 ViewGroup listView = getListView(); in onLayout() local
|
H A D | GlobalActionsGridLayout.java | 40 ListGridLayout listView = getListView(); in setupListView() local
|
H A D | GlobalActionsLayoutLite.java | 88 ViewGroup listView = getListView(); in onLayout() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListRecyclerProfiling.java | 41 ListView listView = findViewById(R.id.list); in onCreate() local
|
H A D | ListWithDisappearingItemBug.java | 76 ListView listView = getListView(); in onCreate() local
|
H A D | ListWithHeaders.java | 38 final ListView listView = getListView(); in onCreate() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUserSwitcherPopupMenu.java | 57 ListView listView = getListView(); in show() local
|
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/ |
H A D | ListActivityBase.java | 46 ListFragment listView = new ListFragment(); in onCreate() local
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverMultiProfilePagerAdapter.java | 93 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 D | ListUtil.java | 35 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
H A D | MailAppHelper.kt | 53 val listView = waitForMailList() regex
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
H A D | ListViewCaptureHelperTest.java | 40 ListView listView = new ListView(parent.getContext()); in createScrollableContent() local
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | SyncActivityTooManyDeletes.java | 73 ListView listView = new ListView(this); in onCreate() local
|
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/ |
H A D | HomeActivity.java | 66 ExpandableListView listView = (ExpandableListView) findViewById(R.id.test_list); in onCreate() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ForegroundServicesDialog.java | 147 public void onPrepareListView(ListView listView) { in onPrepareListView()
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A D | PreferenceScreen.java | 177 public void bind(ListView listView) { in bind()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | CascadingMenuPopup.java | 440 final ListView listView = popupWindow.getListView(); in showMenu() local 498 final ListView listView = parentInfo.getListView(); in findParentViewForSubmenu() local
|