Home
last modified time | relevance | path

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

/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java190 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in RecipientAlternatesAdapter
194 private View newView() { in newView() method in RecipientAlternatesAdapter
DSingleRecipientArrayAdapter.java50 private View newView() { in newView() method in SingleRecipientArrayAdapter
/frameworks/base/policy/tests/src/com/android/internal/policy/impl/
DLockPatternKeyguardViewTest.java143 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext()); in createLockScreen() local
151 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext()); in createUnlockScreenFor() local
/frameworks/support/v4/java/android/support/v4/widget/
DResourceCursorAdapter.java105 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
DCursorAdapter.java285 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); in newView() method in CursorAdapter
/frameworks/base/core/java/android/widget/
DResourceCursorAdapter.java103 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
DCursorAdapter.java279 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); in newView() method in CursorAdapter
DSuggestionsAdapter.java281 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SuggestionsAdapter
DAdapterViewAnimator.java536 View newView = mAdapter.getView(adapterPosition, null, this); in showOnly() local
DRemoteViewsAdapter.java981 View newView = rv.apply(context, parent); in getView() 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/core/java/android/animation/
DLayoutTransition.java567 private void runChangeTransition(final ViewGroup parent, View newView, final int changeReason) { in runChangeTransition()
/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java400 protected abstract View newView(Context context, int partition, Cursor cursor, int position, in newView() method in CompositeCursorAdapter
/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/core/java/android/view/
DViewRootImpl.java658 void setLayoutParams(WindowManager.LayoutParams attrs, boolean newView) { in setLayoutParams()