Searched refs:mLowProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java182 private boolean mLowProfile = true; field in class:DreamService
500 if (mLowProfile != lowProfile) {
501 mLowProfile = lowProfile;
503 applySystemUiVisibilityFlags(mLowProfile ? flag : 0, flag);
514 return getSystemUiVisibilityFlagValue(View.SYSTEM_UI_FLAG_LOW_PROFILE, mLowProfile);
997 (mLowProfile ? View.SYSTEM_UI_FLAG_LOW_PROFILE : 0),

Completed in 244 milliseconds