Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsColumnLayout.java139 int dialogSize; in shouldSnapToPowerButton() local
144 dialogSize = wrapper.getMeasuredHeight(); in shouldSnapToPowerButton()
147 dialogSize = wrapper.getMeasuredWidth(); in shouldSnapToPowerButton()
150 return dialogSize + offsetSize < screenSize; in shouldSnapToPowerButton()