Home
last modified time | relevance | path

Searched refs:oldTop (Results 1 – 25 of 37) sorted by relevance

12

/packages/apps/PackageInstaller/src/android/support/wearable/view/
DWearableListView.java166 int oldLeft, int oldTop, int oldRight, int oldBottom) {
869 int oldTop = getCentralViewTop() + mInitialOffset; in onLayoutChildren() local
903 oldTop = getChildAt(0).getTop(); in onLayoutChildren()
920 oldTop = getChildAt(index).getTop(); in onLayoutChildren()
922 while (oldTop > getPaddingTop() && position > 0) { in onLayoutChildren()
924 oldTop -= getItemHeight(); in onLayoutChildren()
926 if (position == 0 && oldTop > getCentralViewTop()) { in onLayoutChildren()
930 oldTop = getCentralViewTop(); in onLayoutChildren()
937 oldTop = getCentralViewTop() - getItemHeight(); in onLayoutChildren()
940 performLayoutChildren(recycler, state, parentBottom, oldTop); in onLayoutChildren()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
DGrantPermissionsViewHandlerImpl.java188 int oldLeft, int oldTop, int oldRight, int oldBottom) { in attachNewContent()
196 final int oldDynamicHeight = oldBottom - oldTop - mButtonBar.getHeight(); in attachNewContent()
202 final int translationY = (oldTop - top) + translationCompensatingScale; in attachNewContent()
/packages/apps/DevCamera/src/com/android/devcamera/
DNormalizedFace.java87 float oldTop = bounds.top; in mirrorInY() local
89 bounds.bottom = 1f - oldTop; in mirrorInY()
/packages/apps/Camera2/src/com/android/camera/
DTextureViewHelper.java103 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
117 mOnLayoutChangeListener.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop, in onLayoutChange()
DVideoUI.java64 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in onPreviewLayoutChanged() argument
DPhotoUI.java102 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in onPreviewLayoutChanged() argument
/packages/apps/Camera2/src/com/android/camera/ui/
DPreviewStatusListener.java50 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom); in onPreviewLayoutChanged() argument
DZoomView.java183 int oldLeft, int oldTop, int oldRight, int oldBottom) { in ZoomView()
/packages/apps/Camera2/src/com/android/camera/widget/
DCling.java39 int oldLeft, int oldTop, int oldRight, int oldBottom) {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DBummerView.java95 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onAttachedToWindow()
/packages/experimental/Bummer/src/com/android/dreams/bummer/
DBummerView.java95 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onAttachedToWindow()
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentGridItemView.java73 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onFinishInflate()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridItemView.java88 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onFinishInflate()
DMediaPickerPanel.java112 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onFinishInflate()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java189 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/packages/apps/Messaging/src/com/android/messaging/ui/
DVCardDetailFragment.java79 final int bottom, final int oldLeft, final int oldTop, final int oldRight, in onCreateView()
DPersonItemView.java139 final int bottom, final int oldLeft, final int oldTop, final int oldRight, in onLayoutChange() argument
DAttachmentPreview.java86 final int bottom, final int oldLeft, final int oldTop, final int oldRight, in onFinishInflate()
/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentModule.java252 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsDialogBuilder.java358 int oldLeft, int oldTop, int oldRight, int oldBottom) { in addAndAnimateNewContent()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmClockFragment.java432 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java497 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java160 final int bottom, final int oldLeft, final int oldTop, final int oldRight, in doOnceAfterLayoutChange()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java549 int oldTop, int oldRight, int oldBottom) {
552 oldTop, oldRight, oldBottom);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java424 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument

12