Home
last modified time | relevance | path

Searched defs:newView (Results 1 – 25 of 55) sorted by relevance

123

/aosp12/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DApplicationViewHolder.java64 static View newView(ViewGroup parent) { in newView() method in ApplicationViewHolder
68 static View newView(ViewGroup parent, boolean twoTarget) { in newView() method in ApplicationViewHolder
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DGalleryGridAdapter.java58 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { in newView() method in GalleryGridAdapter
/aosp12/packages/apps/Gallery2/src/com/android/photos/adapters/
H A DAlbumSetCursorAdapter.java71 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in AlbumSetCursorAdapter
H A DPhotoThumbnailAdapter.java58 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in PhotoThumbnailAdapter
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java244 ExpandableView newView = in handleRemovedOldViews() local
271 ExpandableView newView = in handleAddedNewViews() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherListView.java139 void replaceView(KeyguardUserDetailItemView newView, int index) { in replaceView()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationControllerTest.java121 final View newView = new FrameLayout(getContext()); in testOnChildAdded() local
H A DStackAnimationControllerTest.java184 final View newView = new FrameLayout(mContext); in testChildAdded() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListAdapter.java61 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { in newView() method in ContactListAdapter
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBlockedParticipantsFragment.java85 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in BlockedParticipantsFragment.BlockedParticipantListAdapter
/aosp12/frameworks/base/core/java/android/widget/
H A DResourceCursorAdapter.java134 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyContactListAdapter.java73 protected ContactListItemView newView( in newView() method in LegacyContactListAdapter
H A DLegacyPostalAddressListAdapter.java78 protected ContactListItemView newView( in newView() method in LegacyPostalAddressListAdapter
H A DLegacyPhoneNumberListAdapter.java77 protected ContactListItemView newView( in newView() method in LegacyPhoneNumberListAdapter
H A DMultiSelectEmailAddressesListAdapter.java135 protected ContactListItemView newView( in newView() method in MultiSelectEmailAddressesListAdapter
H A DMultiSelectPhoneNumbersListAdapter.java135 protected ContactListItemView newView( in newView() method in MultiSelectPhoneNumbersListAdapter
H A DPostalAddressListAdapter.java113 protected ContactListItemView newView( in newView() method in PostalAddressListAdapter
H A DEmailAddressListAdapter.java123 protected ContactListItemView newView( in newView() method in EmailAddressListAdapter
H A DJoinContactListAdapter.java166 protected ContactListItemView newView( in newView() method in JoinContactListAdapter
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DGalleryGridAdapter.java91 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in GalleryGridAdapter
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialog.kt104 val newView = LayoutInflater.from(context).inflate( regex
/aosp12/frameworks/ex/common/tests/src/com/android/common/widget/
H A DCompositeCursorAdapterTest.java58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position, in newView() method in CompositeCursorAdapterTest.TestCompositeCursorAdapter
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLightRevealOverlayAnimation.kt138 val newView = LightRevealScrim(context, null) regex
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersAdapter.java138 protected ContactListItemView newView(Context context, int partition, Cursor cursor, in newView() method in GroupMembersAdapter
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java183 View newView = mAdapter.getView(i, oldView, viewGroup); in refresh() local

123