Home
last modified time | relevance | path

Searched refs:newView (Results 1 – 25 of 45) sorted by relevance

12

/packages/apps/TV/src/com/android/tv/menu/
DMenuView.java250 View newView = super.focusSearch(focused, direction); in focusSearch() local
252 MenuRowView newFocusedParent = getParentMenuRowView(newView); in focusSearch()
263 return newView; in focusSearch()
265 View newView = super.focusSearch(focused, direction); in focusSearch() local
267 MenuRowView newFocusedParent = getParentMenuRowView(newView); in focusSearch()
279 return newView; in focusSearch()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DCollapsedAlarmViewHolder.java198 final View newView = newHolder.itemView; in createExpandingAnimator() local
199 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in createExpandingAnimator()
221 final View newView = itemView; in createCollapsingAnimator() local
222 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in createCollapsingAnimator()
229 ((ViewGroup) newView).offsetDescendantRectToMyCoords(arrow, newArrowRect); in createCollapsingAnimator()
DExpandedAlarmViewHolder.java351 final View newView = newHolder.itemView; in createCollapsingAnimator() local
357 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView); in createCollapsingAnimator()
412 final View newView = itemView; in createExpandingAnimator() local
413 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView); in createExpandingAnimator()
417 final Animator backgroundAnimator = ObjectAnimator.ofPropertyValuesHolder(newView, in createExpandingAnimator()
424 ((ViewGroup) newView).offsetDescendantRectToMyCoords(arrow, newArrowRect); in createExpandingAnimator()
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DCursorFactoryListAdapter.java34 public View newView(Context context, ViewGroup parent); in newView() method
49 public View newView(Context context, ViewGroup parent) { in newView() method in CursorFactoryListAdapter.ResourceViewFactory
67 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CursorFactoryListAdapter
68 View view = mViewFactory.newView(context, parent); in newView()
/packages/apps/Calendar/src/com/android/calendar/
DStickyHeaderListView.java269 boolean newView = false; in updateStickyHeader()
280 newView = true; in updateStickyHeader()
290 newView = true; in updateStickyHeader()
327 if (newView) { in updateStickyHeader()
/packages/apps/Car/Dialer/src/com/android/car/dialer/
DStrequentsItemAnimator.java343 final View newView = newHolder != null ? newHolder.itemView : null; in animateChangeImpl() local
368 if (newView != null) { in animateChangeImpl()
369 final ViewPropertyAnimatorCompat newViewAnimation = ViewCompat.animate(newView); in animateChangeImpl()
380 ViewCompat.setAlpha(newView, 1); in animateChangeImpl()
381 ViewCompat.setTranslationX(newView, 0); in animateChangeImpl()
382 ViewCompat.setTranslationY(newView, 0); in animateChangeImpl()
/packages/apps/Gallery/src/com/android/camera/
DViewImage.java822 ImageViewTouchBase newView = in loadNextImage()
824 newView.setVisibility(View.VISIBLE); in loadNextImage()
825 newView.setImageRotateBitmapResetBase(bitmap, true); in loadNextImage()
826 newView.bringToFront(); in loadNextImage()
839 newView.startAnimation(aIn); in loadNextImage()
840 newView.setVisibility(View.VISIBLE); in loadNextImage()
/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyPhoneNumberListAdapter.java77 protected ContactListItemView newView( in newView() method in LegacyPhoneNumberListAdapter
80 super.newView(context, partition, cursor, position, parent); in newView()
DPostalAddressListAdapter.java113 protected ContactListItemView newView( in newView() method in PostalAddressListAdapter
115 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
DEmailAddressListAdapter.java123 protected ContactListItemView newView( in newView() method in EmailAddressListAdapter
125 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
DJoinContactListAdapter.java166 protected ContactListItemView newView( in newView() method in JoinContactListAdapter
171 return super.newView(context, partition, cursor, position, parent); in newView()
DMultiSelectPhoneNumbersListAdapter.java135 protected ContactListItemView newView( in newView() method in MultiSelectPhoneNumbersListAdapter
137 … final ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
DMultiSelectEmailAddressesListAdapter.java135 protected ContactListItemView newView( in newView() method in MultiSelectEmailAddressesListAdapter
137 … final ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
DContactListAdapter.java220 protected ContactListItemView newView( in newView() method in ContactListAdapter
222 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
DPhoneNumberListAdapter.java374 protected ContactListItemView newView( in newView() method in PhoneNumberListAdapter
376 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java570 View newView = nextPage.getChildAt(column, row);
571 if (newView != null) {
572 return newView;
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DGalleryGridAdapter.java66 view = newView(context, getCursor(), parent); in getView()
91 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in GalleryGridAdapter
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactEntryAdapter.java237 v = newView(position, parent); in getView()
251 protected abstract View newView(int position, ViewGroup parent); in newView() method in ContactEntryAdapter
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java138 protected ContactListItemView newView(Context context, int partition, Cursor cursor, in newView() method in GroupMembersAdapter
141 super.newView(context, partition, cursor, position, parent); in newView()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DDialerPhoneNumberListAdapter.java124 protected ContactListItemView newView( in newView() method in DialerPhoneNumberListAdapter
126 final ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListAdapter.java64 protected ContactListItemView newView( in newView() method in ContactListAdapter
66 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DWordListPreference.java103 final View newView = super.onCreateView(parent); in onCreateView()
104 return mInterfaceState.addToCacheAndReturnView(newView); in onCreateView()
/packages/apps/Music/src/com/android/music/
DMediaPickerActivity.java223 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in MediaPickerActivity.PickListAdapter
224 View v = super.newView(context, cursor, parent); in newView()
/packages/apps/Car/Media/src/com/android/car/media/
DMediaPlaybackFragment.java695 private boolean needViewChange(ViewType newView) { in needViewChange() argument
696 if (mCurrentView != null && mCurrentView == newView) { in needViewChange()
699 mCurrentView = newView; in needViewChange()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java284 v = newView(parent); in getView()
292 public View newView(ViewGroup parent) { in newView() method in RunningProcessesView.ServiceListAdapter

12