Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java423 int mUiMode; field in PhoneWindowManager
1560 mUiMode = context.getResources().getInteger( in init()
5997 mUiMode = uiModeService.getCurrentModeType();
6429 outInsets.bottom = getNavigationBarHeight(displayRotation, mUiMode); in getNonDecorInsetsLw()
6431 outInsets.right = getNavigationBarWidth(displayRotation, mUiMode); in getNonDecorInsetsLw()
6967 mUiMode = mUiModeManager.getCurrentModeType(); in updateUiMode()
7009 if (mUiMode == Configuration.UI_MODE_TYPE_CAR) { in createHomeDockIntent()
7013 } else if (mUiMode == Configuration.UI_MODE_TYPE_DESK) { in createHomeDockIntent()
7017 } else if (mUiMode == Configuration.UI_MODE_TYPE_WATCH in createHomeDockIntent()
7592 pw.print(prefix); pw.print("mUiMode="); pw.print(mUiMode); in dump()