Home
last modified time | relevance | path

Searched defs:stateController (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayStateControllerTest.java76 final DreamOverlayStateController stateController = getDreamOverlayStateController(true); in testStateChange_overlayActive() local
97 final DreamOverlayStateController stateController = getDreamOverlayStateController(true); in testCallback() local
122 final DreamOverlayStateController stateController = getDreamOverlayStateController(true); in testNotifyOnCallbackAdd() local
135 final DreamOverlayStateController stateController = getDreamOverlayStateController(false); in testNotifyOnCallbackAddOverlayDisabled() local
149 final DreamOverlayStateController stateController = getDreamOverlayStateController(true); in testComplicationFilteringWhenShouldShowComplications() local
188 final DreamOverlayStateController stateController = getDreamOverlayStateController(true); in testComplicationFilteringWhenShouldHideComplications() local
234 final DreamOverlayStateController stateController = getDreamOverlayStateController(true); in testComplicationWithNoTypeNotFiltered() local
244 final DreamOverlayStateController stateController = getDreamOverlayStateController(true); in testComplicationsNotShownForLowLight() local
260 final DreamOverlayStateController stateController = getDreamOverlayStateController(true); in testNotifyLowLightChanged() local
275 final DreamOverlayStateController stateController = getDreamOverlayStateController(true); in testNotifyLowLightExit() local
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationCollectionLiveData.java53 public ComplicationCollectionLiveData(DreamOverlayStateController stateController) { in ComplicationCollectionLiveData()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/callbacks/
H A DAssistantAttentionCallback.java36 public AssistantAttentionCallback(DreamOverlayStateController stateController) { in AssistantAttentionCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicPrivacyController.java48 StatusBarStateController stateController) { in DynamicPrivacyController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayContainerViewController.java180 DreamOverlayStateController stateController, in DreamOverlayContainerViewController()
H A DDreamOverlayService.java162 DreamOverlayStateController stateController, in DreamOverlayService()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DImeInsetsSourceProvider.java69 InsetsStateController stateController, DisplayContent displayContent) { in ImeInsetsSourceProvider()
H A DInsetsPolicy.java98 InsetsPolicy(InsetsStateController stateController, DisplayContent displayContent) { in InsetsPolicy()
709 ControlTarget(InsetsStateController stateController, Handler handler, String name) { in ControlTarget()
H A DInsetsSourceProvider.java122 InsetsSourceProvider(InsetsSource source, InsetsStateController stateController, in InsetsSourceProvider()
H A DWindowState.java3815 final InsetsStateController stateController = in notifyInsetsControlChanged() local
H A DDisplayContent.java6957 final InsetsStateController stateController = getInsetsStateController(); in notifyInsetsControlChanged() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java112 StatusBarStateController stateController, in HeadsUpAppearanceController()