Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragPositioningCallbackUtility.java105 final int candidateBottom = repositionTaskBounds.bottom + (int) delta.y; in changeBounds() local
106 repositionTaskBounds.bottom = (candidateBottom < stableBounds.bottom) in changeBounds()
107 ? candidateBottom : oldBottom; in changeBounds()