Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationSettings.java122 MagnificationSize.FULLSCREEN
130 int FULLSCREEN = 4; field
261 setMagnifierSize(MagnificationSize.FULLSCREEN);
444 if (selectedButtonIndex == MagnificationSize.FULLSCREEN) { in updateUIControlsIfNeeded()
458 selectedButtonIndex = MagnificationSize.FULLSCREEN; in updateUIControlsIfNeeded()
480 selectedButtonIndex = MagnificationSize.FULLSCREEN; in updateUIControlsIfNeeded()
614 if (index == MagnificationSize.FULLSCREEN) { in setMagnifierSize()
697 } else if (mLastSelectedButtonIndex == MagnificationSize.FULLSCREEN) { in updateSelectedButton()
708 } else if (index == MagnificationSize.FULLSCREEN) { in updateSelectedButton()
/frameworks/native/libs/gui/include/gui/
DWindowInfo.h55 FULLSCREEN = 0x00000400, enumerator
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeEventLogger.java486 proto.write(DNDPolicyProto.FULLSCREEN, toState(mNewPolicy.showFullScreenIntents())); in getDNDPolicyProto()
/frameworks/native/libs/gui/fuzzer/
Dlibgui_surfaceComposerClient_fuzzer.cpp65 gui::WindowInfo::Flag::FULLSCREEN,
DREADME.md92 ….`gui::WindowInfo::Flag::LAYOUT_NO_LIMITS`, 10.`gui::WindowInfo::Flag::FULLSCREEN`, 11.`gui::Windo…
/frameworks/base/core/java/android/service/notification/
DZenPolicy.java1158 proto.write(DNDPolicyProto.FULLSCREEN, getVisualEffectFullScreenIntent()); in toProto()