Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DLegacySizeSpecSource.kt68 val shorterLength: Int = Math.min(getDisplayBounds().width(), in getMaxSize() constant
126 val shorterLength: Int = Math.min(getDisplayBounds().width(), in getMinSize() constant
DPhoneSizeSpecSource.kt94 val shorterLength: Int = Math.min(displayBounds.width() - totalHorizontalPadding, in getMaxSize() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipTouchHandlerTest.java155 final int shorterLength = Math.min(mPipBoundsState.getDisplayBounds().width(), in updateMovementBounds_minMaxBounds() local