Home
last modified time | relevance | path

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

123

/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
DWearableListView.java167 int oldLeft, int oldTop, int oldRight, int oldBottom) {
870 int oldTop = getCentralViewTop() + mInitialOffset; in onLayoutChildren() local
904 oldTop = getChildAt(0).getTop(); in onLayoutChildren()
921 oldTop = getChildAt(index).getTop(); in onLayoutChildren()
923 while (oldTop > getPaddingTop() && position > 0) { in onLayoutChildren()
925 oldTop -= getItemHeight(); in onLayoutChildren()
927 if (position == 0 && oldTop > getCentralViewTop()) { in onLayoutChildren()
931 oldTop = getCentralViewTop(); in onLayoutChildren()
938 oldTop = getCentralViewTop() - getItemHeight(); in onLayoutChildren()
941 performLayoutChildren(recycler, state, parentBottom, oldTop); in onLayoutChildren()
/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/Car/libs/car-ui-lib/referencedesign/sharedlibrary/src/main/java/com/chassis/car/ui/sharedlibrary/toolbar/
DBaseLayoutInstaller.java175 int oldLeft, int oldTop, int oldRight, int oldBottom) -> { in InsetsUpdater()
176 if (left != oldLeft || top != oldTop in InsetsUpdater()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/sharedlibrarysupport/
DSharedLibraryFactoryStub.java183 int oldLeft, int oldTop, int oldRight, int oldBottom) -> { in InsetsUpdater()
184 if (left != oldLeft || top != oldTop in InsetsUpdater()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DPreviewPager.java138 int oldLeft, int oldTop, int oldRight, int oldBottom) { in PreviewPager()
187 int oldLeft, int oldTop, int oldRight, int oldBottom) { in forceCardWidth()
DLockScreenPreviewer.java82 int oldLeft, int oldTop, int oldRight, int oldBottom) { in LockScreenPreviewer()
/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/
DTextureViewHelper.java104 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
118 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
/packages/apps/Camera2/src/com/android/camera/widget/
DCling.java39 int oldLeft, int oldTop, int oldRight, int oldBottom) {
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardController.java124 int oldLeft, int oldTop, int oldRight, int oldBottom) {
128 int oldH = oldBottom - oldTop;
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DBummerView.java95 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onAttachedToWindow()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DFontScalePreviewFragment.java80 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentGridItemView.java73 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onFinishInflate()
/packages/apps/ThemePicker/src/com/android/customization/picker/
DBasePreviewAdapter.java120 int oldLeft, int oldTop, int oldRight, int oldBottom) { in setCard()
DWallpaperPreviewer.java84 int oldLeft, int oldTop, int oldRight, int oldBottom) { in WallpaperPreviewer()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DTemperatureTextAnimator.java72 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in TemperatureTextAnimator()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java282 int oldTop, in onCreateView()
301 int oldTop, in onCreateView()
320 int oldTop, in onCreateView()
/packages/apps/Messaging/src/com/android/messaging/ui/
DPersonItemView.java139 final int bottom, final int oldLeft, final int oldTop, final int oldRight, in onLayoutChange() argument
DVCardDetailFragment.java79 final int bottom, final int oldLeft, final int oldTop, final int oldRight, in onCreateView()
DAttachmentPreview.java88 final int bottom, final int oldLeft, final int oldTop, final int oldRight, in onFinishInflate()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridItemView.java103 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onFinishInflate()
/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentModule.java252 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java81 int oldLeft, int oldTop, int oldRight, int oldBottom) {

123