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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java44 convertView = newView();
50 private View newView() { method in class:SingleRecipientArrayAdapter
H A DRecipientAlternatesAdapter.java442 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 DResourceCursorAdapter.java99 * @see android.widget.CursorAdapter#newView(android.content.Context,
103 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:ResourceCursorAdapter
H A DCursorAdapter.java250 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 DAdapterViewAnimator.java543 View newView = mAdapter.getView(adapterPosition, null, this);
551 if (newView != null) {
552 fl.addView(newView);
H A DSuggestionsAdapter.java281 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 DRemoteViewsAdapter.java1210 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 DResourceCursorAdapter.java101 * @see android.widget.CursorAdapter#newView(android.content.Context,
105 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:ResourceCursorAdapter
H A DCursorAdapter.java252 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 DCompositeCursorAdapter.java391 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 DSuggestionsAdapter.java241 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 DCompositeCursorAdapterTest.java58 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 DKeyguardHostView.java976 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 DStaggeredGridView.java765 View newView = obtainView(position, child);
766 if (newView != child) {
768 addView(newView, i);
769 child = newView;
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java720 * @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 DBaseEmailAddressAdapter.java314 protected View newView(Context context, int partitionIndex, Cursor cursor, method in class:BaseEmailAddressAdapter
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java909 public View newView(Context context, Cursor cursor, ViewGroup parent) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java747 void setLayoutParams(WindowManager.LayoutParams attrs, boolean newView) { argument
771 if (newView) {

Completed in 1918 milliseconds