/frameworks/ex/chips/src/com/android/ex/chips/ |
H A D | SingleRecipientArrayAdapter.java | 44 convertView = newView(); 50 private View newView() { method in class:SingleRecipientArrayAdapter
|
H A D | RecipientAlternatesAdapter.java | 442 convertView = newView(); 486 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:RecipientAlternatesAdapter 487 return newView(); 490 private View newView() { method in class:RecipientAlternatesAdapter
|
/frameworks/base/core/java/android/widget/ |
H A D | ResourceCursorAdapter.java | 99 * @see android.widget.CursorAdapter#newView(android.content.Context, 103 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:ResourceCursorAdapter
|
H A D | CursorAdapter.java | 250 v = newView(mContext, mCursor, parent); 283 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); method in class:CursorAdapter 294 return newView(context, cursor, parent); 299 * @param view Existing view, returned earlier by newView
|
H A D | AdapterViewAnimator.java | 543 View newView = mAdapter.getView(adapterPosition, null, this); 551 if (newView != null) { 552 fl.addView(newView);
|
H A D | SuggestionsAdapter.java | 281 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:SuggestionsAdapter 282 View v = super.newView(context, cursor, parent); 487 View v = newView(mContext, mCursor, parent);
|
H A D | RemoteViewsAdapter.java | 1210 View newView = rv.apply(context, parent, mRemoteViewsOnClickHandler); 1211 newView.setTagInternal(com.android.internal.R.id.rowTypeId, 1213 layout.addView(newView);
|
/frameworks/support/v4/java/android/support/v4/widget/ |
H A D | ResourceCursorAdapter.java | 101 * @see android.widget.CursorAdapter#newView(android.content.Context, 105 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:ResourceCursorAdapter
|
H A D | CursorAdapter.java | 252 v = newView(mContext, mCursor, parent); 285 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); method in class:CursorAdapter 296 return newView(context, cursor, parent); 301 * @param view Existing view, returned earlier by newView
|
/frameworks/ex/common/java/com/android/common/widget/ |
H A D | CompositeCursorAdapter.java | 391 view = newView(mContext, partition, cursor, position, parent); 401 protected abstract View newView(Context context, int partition, Cursor cursor, int position, method in class:CompositeCursorAdapter
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
H A D | SuggestionsAdapter.java | 241 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:SuggestionsAdapter 242 View v = super.newView(context, cursor, parent); 447 View v = newView(mContext, mCursor, parent);
|
/frameworks/ex/common/tests/src/com/android/common/widget/ |
H A D | CompositeCursorAdapterTest.java | 58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position, method in class:CompositeCursorAdapterTest.TestCompositeCursorAdapter
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
H A D | KeyguardHostView.java | 976 KeyguardSecurityView newView = getSecurityView(securityMode); 1000 newView.onResume(KeyguardSecurityView.VIEW_REVEALED); 1001 newView.setKeyguardCallback(mCallback); 1003 final boolean needsInput = newView.needsInput();
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
H A D | StaggeredGridView.java | 765 View newView = obtainView(position, child); 766 if (newView != child) { 768 addView(newView, i); 769 child = newView;
|
/frameworks/base/core/java/android/animation/ |
H A D | LayoutTransition.java | 720 * @param newView The view being added to or removed from the parent. May be null if the 726 private void runChangeTransition(final ViewGroup parent, View newView, final int changeReason) { argument 771 if (child != newView) {
|
/frameworks/ex/common/java/com/android/common/contacts/ |
H A D | BaseEmailAddressAdapter.java | 314 protected View newView(Context context, int partitionIndex, Cursor cursor, method in class:BaseEmailAddressAdapter
|
/frameworks/base/core/java/com/android/internal/app/ |
H A D | AlertController.java | 909 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 747 void setLayoutParams(WindowManager.LayoutParams attrs, boolean newView) { argument 771 if (newView) {
|