/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
D | CollapsedAlarmViewHolder.kt | 183 val newView: View = newHolder.itemView in <lambda>() constant 184 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in <lambda>() 206 val newView: View = itemView in <lambda>() constant 207 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in <lambda>() 214 (newView as ViewGroup).offsetDescendantRectToMyCoords(arrow, newArrowRect) in <lambda>()
|
D | CollapsedAlarmViewHolder.java | 198 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()
|
D | ExpandedAlarmViewHolder.kt | 323 val newView: View = newHolder.itemView in <lambda>() constant 329 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in <lambda>() 384 val newView: View = itemView in <lambda>() constant 385 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in <lambda>() 389 val backgroundAnimator: Animator = ObjectAnimator.ofPropertyValuesHolder(newView, in <lambda>() 396 (newView as ViewGroup).offsetDescendantRectToMyCoords(arrow, newArrowRect) in <lambda>()
|
D | ExpandedAlarmViewHolder.java | 351 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/apps/Calendar/src/com/android/calendar/ |
D | StickyHeaderListView.java | 269 boolean newView = false; in updateStickyHeader() 280 newView = true; in updateStickyHeader() 290 newView = true; in updateStickyHeader() 327 if (newView) { in updateStickyHeader()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/ |
D | ApplicationViewHolderTest.java | 48 mView = ApplicationViewHolder.newView(new FrameLayout(mContext)); in seUp() 102 mView = ApplicationViewHolder.newView(new FrameLayout(mContext), true); in twoTouchTarget() 110 mView = ApplicationViewHolder.newView(new FrameLayout(mContext), true); in updateSwitch()
|
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ |
D | ApplicationViewHolder.java | 62 static View newView(ViewGroup parent) { in newView() method in ApplicationViewHolder 63 return newView(parent, false /* twoTarget */); in newView() 66 static View newView(ViewGroup parent, boolean twoTarget) { in newView() method in ApplicationViewHolder
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/manageapplications/ |
D | ApplicationViewHolder.java | 62 static View newView(ViewGroup parent) { in newView() method in ApplicationViewHolder 63 return newView(parent, false /* twoTarget */); in newView() 66 static View newView(ViewGroup parent, boolean twoTarget) { in newView() method in ApplicationViewHolder
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuView.java | 260 View newView = super.focusSearch(focused, direction); in getUpDownFocus() local 262 MenuRowView newFocusedParent = getParentMenuRowView(newView); in getUpDownFocus() 286 return newView; in getUpDownFocus()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ViewImage.java | 822 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/ |
D | LegacyPhoneNumberListAdapter.java | 77 protected ContactListItemView newView( in newView() method in LegacyPhoneNumberListAdapter 80 super.newView(context, partition, cursor, position, parent); in newView()
|
D | PostalAddressListAdapter.java | 113 protected ContactListItemView newView( in newView() method in PostalAddressListAdapter 115 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
|
D | EmailAddressListAdapter.java | 123 protected ContactListItemView newView( in newView() method in EmailAddressListAdapter 125 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
|
D | MultiSelectEmailAddressesListAdapter.java | 135 protected ContactListItemView newView( in newView() method in MultiSelectEmailAddressesListAdapter 137 … final ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
|
D | MultiSelectPhoneNumbersListAdapter.java | 135 protected ContactListItemView newView( in newView() method in MultiSelectPhoneNumbersListAdapter 137 … final ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
|
D | JoinContactListAdapter.java | 166 protected ContactListItemView newView( in newView() method in JoinContactListAdapter 171 return super.newView(context, partition, cursor, position, parent); in newView()
|
D | ContactListAdapter.java | 220 protected ContactListItemView newView( in newView() method in ContactListAdapter 222 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView()
|
D | HeaderEntryContactListAdapter.java | 63 itemView = newView(getContext(), 0, getCursor(0), 0, parent); in getView()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
D | GalleryGridAdapter.java | 66 view = newView(context, getCursor(), parent); in getView() 91 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in GalleryGridAdapter
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersAdapter.java | 138 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/Launcher3/src/com/android/launcher3/util/ |
D | FocusLogic.java | 545 View newView = nextPage.getChildAt(column, row); 546 if (newView != null) { 547 return newView;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | WordListPreference.java | 103 final View newView = super.onCreateView(parent); in onCreateView() 104 return mInterfaceState.addToCacheAndReturnView(newView); in onCreateView()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsContainerView.java | 411 View newView = LayoutInflater.from(getContext()).inflate(layout, this, false); in replaceRVContainer() local 412 addView(newView, index); in replaceRVContainer() 414 mViewPager = (AllAppsPagedView) newView; in replaceRVContainer()
|
/packages/apps/Launcher3/src/com/android/launcher3/qsb/ |
D | QsbContainerView.java | 352 return mViewFactory.newView(context); in onCreateView() 366 QsbWidgetHostView newView(Context context); in newView() method
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | GalleryGridAdapter.java | 58 public View newView(final Context context, final Cursor cursor, final ViewGroup parent) { in newView() method in GalleryGridAdapter
|