Searched refs:mUiMode (Results 1 – 1 of 1) sorted by relevance
432 int mUiMode; field in PhoneWindowManager1570 mUiMode = context.getResources().getInteger( in init()6150 mUiMode = uiModeService.getCurrentModeType();6586 outInsets.bottom = getNavigationBarHeight(displayRotation, mUiMode); in getNonDecorInsetsLw()6588 outInsets.right = getNavigationBarWidth(displayRotation, mUiMode); in getNonDecorInsetsLw()6590 outInsets.left = getNavigationBarWidth(displayRotation, mUiMode); in getNonDecorInsetsLw()7124 mUiMode = mUiModeManager.getCurrentModeType(); in updateUiMode()7166 if (mUiMode == Configuration.UI_MODE_TYPE_CAR) { in createHomeDockIntent()7170 } else if (mUiMode == Configuration.UI_MODE_TYPE_DESK) { in createHomeDockIntent()7174 } else if (mUiMode == Configuration.UI_MODE_TYPE_WATCH in createHomeDockIntent()[all …]