| /packages/apps/Contacts/src/com/android/contacts/list/ |
| JoinContactListAdapter.java | 169 protected ContactListItemView newView( 174 return super.newView(context, partition, cursor, position, parent);
|
| PostalAddressListAdapter.java | 115 protected ContactListItemView newView( 117 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
|
| /packages/apps/Music/src/com/android/music/ |
| MediaPickerActivity.java | 242 public View newView(Context context, Cursor cursor, ViewGroup parent) { 243 View v = super.newView(context, cursor, parent);
|
| AlbumBrowserActivity.java | 576 public View newView(Context context, Cursor cursor, ViewGroup parent) { 577 View v = super.newView(context, cursor, parent);
|
| MusicPicker.java | 216 public View newView(Context context, Cursor cursor, ViewGroup parent) { 217 View v = super.newView(context, cursor, parent);
|
| /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
| ContactEntryAdapter.java | 237 v = newView(position, parent); 251 protected abstract View newView(int position, ViewGroup parent);
|
| ContactFragment.java | 702 protected View newView(int position, ViewGroup parent) {
|
| /development/samples/ApiDemos/src/com/example/android/apis/content/ |
| ChangedContacts.java | 284 public View newView(Context context, Cursor cursor, ViewGroup parent) { 314 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| /development/samples/training/threadsample/src/com/example/android/threadsample/ |
| PhotoThumbnailFragment.java | 407 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) {
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| KeyguardUserSwitcher.java | 198 View newView = mAdapter.getView(i, oldView, mUserSwitcher); 201 mUserSwitcher.addView(newView); 202 } else if (oldView != newView) { 205 mUserSwitcher.addView(newView, i);
|
| /frameworks/ex/common/java/com/android/common/widget/ |
| CompositeCursorAdapter.java | 400 view = newView(mContext, partition, cursor, position, parent); 410 protected abstract View newView(Context context, int partition, Cursor cursor, int position,
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| CursorAdapterTest.java | 394 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
| ContactsListFragment.java | 691 * Overrides newView() to inflate the list item views. 694 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) { [all...] |
| /frameworks/opt/chips/src/com/android/ex/chips/ |
| RecipientAlternatesAdapter.java | 581 convertView = mDropdownChipLayouter.newView(AdapterType.RECIPIENT_ALTERNATES); 603 public View newView(Context context, Cursor cursor, ViewGroup parent) { 604 return mDropdownChipLayouter.newView(AdapterType.RECIPIENT_ALTERNATES);
|
| /frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
| DefaultItemAnimator.java | 336 final View newView = newHolder != null ? newHolder.itemView : null; 361 if (newView != null) { 363 final ViewPropertyAnimatorCompat newViewAnimation = ViewCompat.animate(newView); 373 ViewCompat.setAlpha(newView, 1); 374 ViewCompat.setTranslationX(newView, 0); 375 ViewCompat.setTranslationY(newView, 0);
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
| ContactListAdapter.java | 197 protected ContactListItemView newView( 199 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
|
| PhoneNumberListAdapter.java | 293 protected ContactListItemView newView( 295 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| ChromeClientImpl.cpp | 241 WebViewImpl* newView = toWebViewImpl( 243 if (!newView) 245 return newView->page();
|
| /frameworks/base/core/java/android/widget/ |
| SuggestionsAdapter.java | 283 public View newView(Context context, Cursor cursor, ViewGroup parent) { 284 final View v = super.newView(context, cursor, parent); 494 View v = newView(mContext, mCursor, parent);
|
| /frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
| KeyguardSecurityContainer.java | 429 KeyguardSecurityView newView = getSecurityView(securityMode); 437 newView.onResume(KeyguardSecurityView.VIEW_REVEALED); 438 newView.setKeyguardCallback(mCallback); 454 securityMode != SecurityMode.None && newView.needsInput());
|
| /frameworks/ex/common/java/com/android/common/contacts/ |
| BaseEmailAddressAdapter.java | 314 protected View newView(Context context, int partitionIndex, Cursor cursor,
|
| /frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
| SuggestionsAdapter.java | 243 public View newView(Context context, Cursor cursor, ViewGroup parent) { 244 final View v = super.newView(context, cursor, parent); 453 View v = newView(mContext, mCursor, parent);
|
| /packages/apps/Mms/src/com/android/mms/ui/ |
| MessageListAdapter.java | 219 public View newView(Context context, Cursor cursor, ViewGroup parent) {
|
| /packages/apps/Settings/src/com/android/settings/applications/ |
| RunningProcessesView.java | 290 v = newView(parent); 298 public View newView(ViewGroup parent) {
|
| /packages/apps/Settings/src/com/android/settings/notification/ |
| NotificationAppList.java | 245 v = newView(parent, r); 253 public View newView(ViewGroup parent, Row r) {
|