Home
last modified time | relevance | path

Searched refs:mStateController (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java66 private final InsetsStateController mStateController; field in InsetsPolicy
78 mStateController.getControlsForDispatch(this);
115 mStateController = stateController; in InsetsPolicy()
144 mStateController.onBarControlTargetChanged( in updateBarControlTarget()
158 final InsetsSourceProvider provider = mStateController.peekSourceProvider(type); in isHidden()
206 mStateController.getSourceProvider(type).setClientVisible(false); in hideTransient()
222 final InsetsState originalState = mStateController.getInsetsForWindow(target); in getInsetsForWindow()
231 final InsetsState originalState = mStateController.getInsetsForWindowMetrics(attrs); in getInsetsForWindowMetrics()
290 mStateController.onInsetsModified(caller); in onInsetsModified()
309 if ((mStateController.isFakeTarget(type, caller) in checkAbortTransient()
[all …]
H A DInsetsSourceProvider.java75 private final InsetsStateController mStateController; field in InsetsSourceProvider
126 mStateController = stateController; in InsetsSourceProvider()
294 mStateController.notifyControlChanged(mControlTarget); in onPostLayout()
627 mStateController.notifyControlRevoked(mControlTarget, InsetsSourceProvider.this); in onAnimationCancelled()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DStateControllerTest.java66 private StateController mStateController; field in StateControllerTest
125 mStateController = new TestStateController(mJobSchedulerService); in setUp()
149 assertFalse(mStateController.wouldBeReadyWithConstraintLocked(job, 1)); in testWouldBeReadyWithConstraintLocked()
153 assertFalse(mStateController.wouldBeReadyWithConstraintLocked(job, 1)); in testWouldBeReadyWithConstraintLocked()
157 assertTrue(mStateController.wouldBeReadyWithConstraintLocked(job, 1)); in testWouldBeReadyWithConstraintLocked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicPrivacyController.java41 private final StatusBarStateController mStateController; field in DynamicPrivacyController
53 mStateController = stateController; in DynamicPrivacyController()
106 int state = mStateController.getState(); in isInLockedDownShade()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java80 @Mock private StatusBarStateController mStateController; field in NotificationRemoteInputManagerTest
107 mStateController, in setUp()