/frameworks/base/policy/tests/src/com/android/internal/policy/impl/ |
D | LockPatternKeyguardViewTest.java | 143 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/ |
D | SingleRecipientArrayAdapter.java | 44 convertView = newView(); in getView() 50 private View newView() { in newView() method in SingleRecipientArrayAdapter
|
D | RecipientAlternatesAdapter.java | 146 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/ |
D | CursorAdapter.java | 246 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()
|
D | ResourceCursorAdapter.java | 103 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
|
D | SuggestionsAdapter.java | 281 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()
|
D | AdapterViewAnimator.java | 536 View newView = mAdapter.getView(adapterPosition, null, this); in showOnly() local 544 if (newView != null) { in showOnly() 545 fl.addView(newView); in showOnly()
|
D | RemoteViewsAdapter.java | 981 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/ |
D | CursorAdapter.java | 252 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()
|
D | ResourceCursorAdapter.java | 105 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ResourceCursorAdapter
|
/frameworks/ex/common/java/com/android/common/widget/ |
D | CompositeCursorAdapter.java | 390 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/ |
D | CompositeCursorAdapterTest.java | 58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position, in newView() method in CompositeCursorAdapterTest.TestCompositeCursorAdapter
|
/frameworks/base/core/java/android/animation/ |
D | LayoutTransition.java | 567 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/ |
D | BaseEmailAddressAdapter.java | 314 protected View newView(Context context, int partitionIndex, Cursor cursor, in newView() method in BaseEmailAddressAdapter
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 892 public View newView(Context context, Cursor cursor, ViewGroup parent) { in createListView()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 658 void setLayoutParams(WindowManager.LayoutParams attrs, boolean newView) { in setLayoutParams() argument 667 if (newView) { in setLayoutParams()
|
/frameworks/base/api/ |
D | current.txt | 25843 …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.…
|
D | 14.txt | 25843 …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.…
|