Searched defs:shorterLength (Results 1 – 3 of 3) sorted by relevance
68 val shorterLength: Int = Math.min(getDisplayBounds().width(), in getMaxSize() constant126 val shorterLength: Int = Math.min(getDisplayBounds().width(), in getMinSize() constant
94 val shorterLength: Int = Math.min(displayBounds.width() - totalHorizontalPadding, in getMaxSize() constant
155 final int shorterLength = Math.min(mPipBoundsState.getDisplayBounds().width(), in updateMovementBounds_minMaxBounds() local