Home
last modified time | relevance | path

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

/frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/
DResourceCursorAdapter.java111 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
DCursorAdapter.java303 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); in newView() method in CursorAdapter
/frameworks/base/core/java/android/widget/
DResourceCursorAdapter.java134 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
DCursorAdapter.java319 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); in newView() method in CursorAdapter
DSuggestionsAdapter.java284 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SuggestionsAdapter
DAdapterViewAnimator.java545 View newView = mAdapter.getView(adapterPosition, null, this); in showOnly() local
/frameworks/ex/common/tests/src/com/android/common/widget/
DCompositeCursorAdapterTest.java58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position, in newView() method in CompositeCursorAdapterTest.TestCompositeCursorAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java180 View newView = mAdapter.getView(i, oldView, viewGroup); in refresh() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java213 View newView = mAdapter.getView(i, oldView, mUserSwitcher); in refresh() local
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceDiscoveryService.java359 private TextView newView() { in newView() method in DeviceDiscoveryService.DevicesAdapter
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java378 KeyguardSecurityView newView = getSecurityView(securityMode); in showSecurityScreen() local
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java202 public View newView(AdapterType type) { in newView() method in DropdownChipLayouter
DRecipientAlternatesAdapter.java614 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in RecipientAlternatesAdapter
/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java352 final View newView = newHolder != null ? newHolder.itemView : null; in animateChangeImpl() local
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DDefaultItemAnimator.java351 final View newView = newHolder != null ? newHolder.itemView : null; in animateChangeImpl() local
/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java410 protected abstract View newView(Context context, int partition, Cursor cursor, int position, in newView() method in CompositeCursorAdapter
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DSuggestionsAdapter.java243 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SuggestionsAdapter
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java314 protected View newView(Context context, int partitionIndex, Cursor cursor, in newView() method in BaseEmailAddressAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java530 static boolean canReapplyRemoteView(final RemoteViews newView, in canReapplyRemoteView()
/frameworks/base/core/java/android/animation/
DLayoutTransition.java731 private void runChangeTransition(final ViewGroup parent, View newView, final int changeReason) { in runChangeTransition()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java765 View newView = obtainView(position, child); in layoutChildren() local