Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java259 private int mSmallestScreenWidthDp; field in GlobalActionsDialogLite
412 mSmallestScreenWidthDp = resources.getConfiguration().smallestScreenWidthDp; in GlobalActionsDialogLite()
779 && (newConfig.smallestScreenWidthDp != mSmallestScreenWidthDp in onConfigChanged()
781 mSmallestScreenWidthDp = newConfig.smallestScreenWidthDp; in onConfigChanged()