Home
last modified time | relevance | path

Searched refs:newView (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/policy/tests/src/com/android/internal/policy/impl/
DLockPatternKeyguardViewTest.java143 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext()); in createLockScreen() local
145 mInjectedLockScreens.add(newView); in createLockScreen()
146 return newView; in createLockScreen()
151 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext()); in createUnlockScreenFor() local
153 mInjectedUnlockScreens.add(newView); in createUnlockScreenFor()
154 return newView; in createUnlockScreenFor()
/frameworks/ex/chips/src/com/android/ex/chips/
DSingleRecipientArrayAdapter.java44 convertView = newView(); in getView()
50 private View newView() { in newView() method in SingleRecipientArrayAdapter
DRecipientAlternatesAdapter.java146 convertView = newView(); in getView()
190 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in RecipientAlternatesAdapter
191 return newView(); in newView()
194 private View newView() { in newView() method in RecipientAlternatesAdapter
/frameworks/base/core/java/android/widget/
DCursorAdapter.java246 v = newView(mContext, mCursor, parent); in getView()
279 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); in newView() method in CursorAdapter
290 return newView(context, cursor, parent); in newDropDownView()
DResourceCursorAdapter.java103 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
DSuggestionsAdapter.java281 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in SuggestionsAdapter
282 View v = super.newView(context, cursor, parent); in newView()
487 View v = newView(mContext, mCursor, parent); in getView()
DAdapterViewAnimator.java536 View newView = mAdapter.getView(adapterPosition, null, this); in showOnly() local
544 if (newView != null) { in showOnly()
545 fl.addView(newView); in showOnly()
DRemoteViewsAdapter.java981 View newView = rv.apply(context, parent); in getView() local
982 newView.setTagInternal(com.android.internal.R.id.rowTypeId, in getView()
984 layout.addView(newView); in getView()
/frameworks/support/v4/java/android/support/v4/widget/
DCursorAdapter.java252 v = newView(mContext, mCursor, parent); in getView()
285 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); in newView() method in CursorAdapter
296 return newView(context, cursor, parent); in newDropDownView()
DResourceCursorAdapter.java105 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java390 view = newView(mContext, partition, cursor, position, parent); in getView()
400 protected abstract View newView(Context context, int partition, Cursor cursor, int position, in newView() method in CompositeCursorAdapter
/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() argument
592 if (child != newView) { in runChangeTransition()
/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/com/android/internal/app/
DAlertController.java892 public View newView(Context context, Cursor cursor, ViewGroup parent) { in createListView()
/frameworks/base/core/java/android/view/
DViewRootImpl.java658 void setLayoutParams(WindowManager.LayoutParams attrs, boolean newView) { in setLayoutParams() argument
667 if (newView) { in setLayoutParams()
/frameworks/base/api/
Dcurrent.txt25843 …method public abstract android.view.View newView(android.content.Context, android.database.Cursor,…
26833 …method public android.view.View newView(android.content.Context, android.database.Cursor, android.…
D14.txt25843 …method public abstract android.view.View newView(android.content.Context, android.database.Cursor,…
26833 …method public android.view.View newView(android.content.Context, android.database.Cursor, android.…