Searched refs:DOCKED_TOP (Results 1 – 4 of 4) sorted by relevance
23 import static android.view.WindowManager.DOCKED_TOP;42 case DOCKED_TOP: in calculateBoundsForPosition()52 sanitizeStackBounds(outRect, dockSide == DOCKED_LEFT || dockSide == DOCKED_TOP); in calculateBoundsForPosition()89 case DOCKED_TOP: in calculatePositionForBounds()113 case DOCKED_TOP: in invertDockSide()118 return DOCKED_TOP; in invertDockSide()138 return displayWidth > displayHeight ? DOCKED_LEFT : DOCKED_TOP; in getDockSide()
25 import static android.view.WindowManager.DOCKED_TOP;557 isLandscape ? DOCKED_LEFT : DOCKED_TOP /* dockSide */); in getSnapAlgorithm()900 mDismissingSide = isLandscape ? DOCKED_LEFT : DOCKED_TOP; in applyDividerPosition()912 mShrinkSide = isLandscape ? DOCKED_LEFT : DOCKED_TOP; in applyDividerPosition()954 if (dockSide == WindowManager.DOCKED_TOP) {967 case DOCKED_TOP:980 case DOCKED_TOP:1005 case DOCKED_TOP:
152 int DOCKED_TOP = 2; field
65257 Landroid/view/WindowManager;->DOCKED_TOP:I