Searched refs:mLowProfile (Results 1 – 2 of 2) sorted by relevance
184 private boolean mLowProfile = true; field in DreamService537 if (mLowProfile != lowProfile) { in setLowProfile()538 mLowProfile = lowProfile; in setLowProfile()540 applySystemUiVisibilityFlags(mLowProfile ? flag : 0, flag); in setLowProfile()551 return getSystemUiVisibilityFlagValue(View.SYSTEM_UI_FLAG_LOW_PROFILE, mLowProfile); in isLowProfile()1053 (mLowProfile ? View.SYSTEM_UI_FLAG_LOW_PROFILE : 0), in attach()
63098 Landroid/service/dreams/DreamService;->mLowProfile:Z