Home
last modified time | relevance | path

Searched defs:fromBottom (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSnapAlgorithm.java147 final int fromBottom = Math.abs(movementBounds.bottom - stackBounds.top); in snapRectToClosestEdge() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DFullScreenAnimation.java412 float fromBottom = toFullScreen ? 0 : mFullScreenButtonsTranslation / mScale; in startAnimation() local