Home
last modified time | relevance | path

Searched refs:sizeInt (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerSnapAlgorithm.java374 int sizeInt = (int) Math.floor(size); in addRatio16_9Targets() local
375 int topPosition = start + sizeInt; in addRatio16_9Targets()
376 int bottomPosition = end - sizeInt - mDividerSize; in addRatio16_9Targets()