Searched refs:newView (Results 1 - 16 of 16) 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.java146 convertView = newView();
190 public View newView(Context context, Cursor cursor, ViewGroup parent) { method in class:RecipientAlternatesAdapter
191 return newView();
194 private View newView() { method in class:RecipientAlternatesAdapter
/frameworks/base/policy/tests/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardViewTest.java143 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext());
145 mInjectedLockScreens.add(newView);
146 return newView;
151 final MockKeyguardScreen newView = new MockKeyguardScreen(getContext());
153 mInjectedUnlockScreens.add(newView);
154 return newView;
/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.java246 v = newView(mContext, mCursor, parent);
279 public abstract View newView(Context context, Cursor cursor, ViewGroup parent); method in class:CursorAdapter
290 return newView(context, cursor, parent);
295 * @param view Existing view, returned earlier by newView
H A DAdapterViewAnimator.java536 View newView = mAdapter.getView(adapterPosition, null, this);
544 if (newView != null) {
545 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.java981 View newView = rv.apply(context, parent);
982 newView.setTagInternal(com.android.internal.R.id.rowTypeId,
984 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.java390 view = newView(mContext, partition, cursor, position, parent);
400 protected abstract View newView(Context context, int partition, Cursor cursor, int position, method in class:CompositeCursorAdapter
/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/core/java/android/animation/
H A DLayoutTransition.java563 * @param newView The view being added to or removed from the parent.
567 private void runChangeTransition(final ViewGroup parent, View newView, final int changeReason) { argument
592 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.java892 public View newView(Context context, Cursor cursor, ViewGroup parent) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java666 void setLayoutParams(WindowManager.LayoutParams attrs, boolean newView) { argument
675 if (newView) {

Completed in 2208 milliseconds