Home
last modified time | relevance | path

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

12345678910>>...28

/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DAbsListViewTest.java639 MyListView listView = new MyListView(mContext); in testCheckLayoutParams() local
650 MyListView listView = new MyListView(mContext); in testComputeVerticalScrollValues() local
672 MyListView listView = new MyListView(mContext); in testGenerateLayoutParams() local
694 MyListView listView = new MyListView(mContext); in testBeforeAndAfterTextChanged() local
738 final MyListView listView = new MyListView(mContext, mAttributeSet); in testGetContextMenuInfo() local
772 MyListView listView = new MyListView(mContext); in testGetTopBottomFadingEdgeStrength() local
780 MyListView listView = new MyListView(mContext, mAttributeSet, 0); in testHandleDataChanged() local
788 MyListView listView = new MyListView(mContext, mAttributeSet, 0); in testSetFilterText() local
943 final MyListView listView = new MyListView(mContext, mAttributeSet); in testOnFilterComplete() local
1278 final MyListView listView = new MyListView(mContext, mAttributeSet); in testRequestChildRectangleOnScreen_onScrollChangedCalled() local
[all …]
H A DListPopupWindowTest.java274 final ListView listView = mPopupWindow.getListView(); in verifyAnchoring() local
584 final ListView listView = mPopupWindow.getListView(); in testPromptViewAbove() local
617 final ListView listView = mPopupWindow.getListView(); in testPromptViewBelow() local
645 final ListView listView = mPopupWindow.getListView(); in testAccessSelection() local
780 final ListView listView = mPopupWindow.getListView(); in testListSelectionWithDPad() local
850 final ListView listView = mPopupWindow.getListView(); in testListSelectionWithDPadEnter() local
H A DRemoteViewsFixedCollectionAdapterTest.java508 ListView listView = mView.findViewById(R.id.remoteView_list); in testSetRemoteAdapter_checkedChangeListener() local
580 ListView listView = mView.findViewById(R.id.remoteView_list); in testSetRemoteAdapter_clickFillListener() local
606 ListView listView = mView.findViewById(R.id.remoteView_list); in testSetRemoteAdapter_newViewTypeAddedCoveredByViewTypeCount() local
642 ListView listView = mView.findViewById(R.id.remoteView_list); in testSetRemoteAdapter_newViewTypeAddedToIncreaseViewTypeCount() local
671 ListView listView = mView.findViewById(R.id.remoteView_list); in testSetRemoteAdapter_viewTypeRemoved_viewTypeCountSame() local
705 ListView listView = mView.findViewById(R.id.remoteView_list); in testSetRemoteAdapter_viewTypeRemoved_viewTypeCountLowered() local
H A DListViewTest.java601 MyListView listView = new MyListView(mActivity, mAttributeSet); in testCanAnimate() local
618 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewTraversal() local
632 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewWithTagTraversal() local
979 ListView listView = new ListView(mActivity); in testJumpDrawables() local
1140 final ListView listView = mListView; in testTransientStateUnstableIds() local
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/profiles/
DMultiProfilePagerAdapterTest.kt55 { listView: ListView, bindAdapter: ResolverListAdapter -> in <lambda>() method
96 { listView: ListView, bindAdapter: ResolverListAdapter -> in <lambda>() method
143 { listView: ListView, bindAdapter: ResolverListAdapter -> in <lambda>() method
186 { listView: ListView, bindAdapter: ResolverListAdapter -> in <lambda>() method
225 { listView: ListView, bindAdapter: ResolverListAdapter -> in <lambda>() method
275 { listView: ListView, bindAdapter: ResolverListAdapter -> in <lambda>() method
318 { listView: ListView, bindAdapter: ResolverListAdapter -> in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java264 ListView listView = mAlert.getListView(); in onCreate() local
360 public void onPrepareListView(ListView listView) { in onPrepareListView()
434 private int addStaticItem(ListView listView, int textResId) { in addStaticItem()
443 private int addDefaultRingtoneItem(ListView listView) { in addDefaultRingtoneItem()
453 private int addSilentItem(ListView listView) { in addSilentItem()
457 private void addNewSoundItem(ListView listView) { in addNewSoundItem()
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
DContactPickerFragmentTest.java157 final ListView listView = (ListView) getFragment().getView() in testLoadAllContactsList() local
169 final ListView listView = (ListView) getFragment().getView() in testLoadFrequentContactsList() local
178 final ListView listView = (ListView) getFragment().getView() in testPickInitialContact() local
211 final ListView listView = (ListView) getFragment().getView() in testPickMoreContacts() local
/aosp_15_r20/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DListMixin.java44 @Nullable private ListView listView; field in ListMixin
117 final ListView listView = getListViewInternal(); in getAdapter() local
130 final ListView listView = getListViewInternal(); in setAdapter() local
177 final ListView listView = getListViewInternal(); in updateDivider() local
DListViewScrollHandlingDelegate.java40 @Nullable private final ListView listView; field in ListViewScrollHandlingDelegate
43 @NonNull RequireScrollMixin requireScrollMixin, @Nullable ListView listView) { in ListViewScrollHandlingDelegate()
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/template/
H A DListMixin.java48 @Nullable private ListView listView; field in ListMixin
157 final ListView listView = getListViewInternal(); in getAdapter() local
170 final ListView listView = getListViewInternal(); in setAdapter() local
217 final ListView listView = getListViewInternal(); in updateDivider() local
H A DListViewScrollHandlingDelegate.java40 @Nullable private final ListView listView; field in ListViewScrollHandlingDelegate
43 @NonNull RequireScrollMixin requireScrollMixin, @Nullable ListView listView) { in ListViewScrollHandlingDelegate()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectContactsListFragment.java320 protected void bindListHeaderCustom(View listView, View accountFilterContainer) { in bindListHeaderCustom()
336 protected void bindListHeader(Context context, View listView, View accountFilterContainer, in bindListHeader()
422 private void bindListHeaderCommon(View listView, View accountFilterContainer) { in bindListHeaderCommon()
431 protected void hideHeaderAndAddPadding(Context context, View listView, in hideHeaderAndAddPadding()
439 private void setListViewPaddingTop(View listView, int paddingTop) { in setListViewPaddingTop()
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/screen/
H A DHeapDumpsScreen.kt47 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
83 val listView = findViewById<ListView>(R.id.leak_canary_list) in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SoundPicker/SoundPicker/android_common/repackaged-jarjar/javac/
DSoundPicker.jarcom/android/soundpicker/RingtoneReceiver.class RingtoneReceiver.java package com.android.soundpicker public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SoundPicker/SoundPicker/android_common/javac/
DSoundPicker.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DTwoPanelSettingsFragment.java398 VerticalGridView listView = (VerticalGridView) leanbackPreferenceFragment.getListView(); in addOrRemovePreferenceFocusedListener() local
521 VerticalGridView listView = (VerticalGridView) in onPreferenceFocusedImpl() local
536 PostShowPreviewRunnable(VerticalGridView listView, Preference pref, boolean forceFresh, in PostShowPreviewRunnable()
1129 VerticalGridView listView = (VerticalGridView) leanbackPreferenceFragment.getListView(); in getInitialPreviewFragment() local
1285 VerticalGridView listView = (VerticalGridView) leanbackPreferenceFragment.getListView(); in getChosenPreference() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactListViewUtils.java32 ListView listView, int parentWidth, int listSpaceWeight, int listViewWeight) { in addPaddingToView()
56 Resources resources, final ListView listView, final View rootLayout) { in applyCardPaddingToView()
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
DConversationListFragmentTest.java97 final RecyclerView listView = in testLoadListView() local
108 final RecyclerView listView = in testEmptyView() local
/aosp_15_r20/packages/services/Car/packages/CarActivityResolver/src/com/android/car/activityresolver/
DCarResolverActivity.java92 ListView listView = findViewById(R.id.resolver_list); in setupRotary() local
123 ListView listView = findViewById(R.id.resolver_list); in setupAppListHeight() local
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DView_DefaultFocusHighlightTest.java73 ListView listView = (ListView) activity.findViewById(R.id.listview); in testSettersAndGetters() local
107 ListView listView = (ListView) activity.findViewById(R.id.listview_to_inflate); in testInflating() local
/aosp_15_r20/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
H A DSwipeRefreshListFragment.java136 final ListView listView = getListView(); in canChildScrollUp() local
152 private static boolean canListViewScrollUp(ListView listView) { in canListViewScrollUp()
/aosp_15_r20/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
DSwipeRefreshListFragment.java136 final ListView listView = getListView(); in canChildScrollUp() local
152 private static boolean canListViewScrollUp(ListView listView) { in canListViewScrollUp()
/aosp_15_r20/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
H A DSwipeRefreshListFragment.java136 final ListView listView = getListView(); in canChildScrollUp() local
152 private static boolean canListViewScrollUp(ListView listView) { in canListViewScrollUp()
/aosp_15_r20/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()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/
DCustomHeaderPagerListViewHolder.java54 final ListView listView = (ListView) view.findViewById(getListViewResId()); in createView() local
97 final ListView listView = (ListView) mView.findViewById(getListViewResId()); in maybeSetEmptyView() local

12345678910>>...28