Home
last modified time | relevance | path

Searched defs:heightOffset (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeUtils.kt165 val heightOffset = (screenBounds.height() - desiredSize.height) / 2 in positionInScreen() constant
DDesktopTasksController.kt697 val heightOffset = (displayLayout.height() - desiredHeight) / 2 in <lambda>() constant
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java1237 final float heightOffset = mSquareHeight / 2f; in handleActionDown() local