Home
last modified time | relevance | path

Searched refs:getController (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java76 getController().getSourceProvider(ITYPE_STATUS_BAR).setWindow(statusBar, null, null); in testStripForDispatch_notOwn()
77 statusBar.setControllableInsetProvider(getController().getSourceProvider(ITYPE_STATUS_BAR)); in testStripForDispatch_notOwn()
78 assertNotNull(getController().getInsetsForDispatch(app).peekSource(ITYPE_STATUS_BAR)); in testStripForDispatch_notOwn()
86 statusBar.setControllableInsetProvider(getController().getSourceProvider(ITYPE_STATUS_BAR)); in testStripForDispatch_own()
87 final InsetsState state = getController().getInsetsForDispatch(statusBar); in testStripForDispatch_own()
100 getController().getSourceProvider(ITYPE_STATUS_BAR).setWindow(statusBar, null, null); in testStripForDispatch_navBar()
101 getController().getSourceProvider(ITYPE_NAVIGATION_BAR).setWindow(navBar, null, null); in testStripForDispatch_navBar()
102 getController().getSourceProvider(ITYPE_IME).setWindow(ime, null, null); in testStripForDispatch_navBar()
103 assertNull(getController().getInsetsForDispatch(navBar).peekSource(ITYPE_IME)); in testStripForDispatch_navBar()
104 assertNull(getController().getInsetsForDispatch(navBar).peekSource(ITYPE_STATUS_BAR)); in testStripForDispatch_navBar()
[all …]
/frameworks/base/core/java/android/window/
DTaskOrganizer.java46 getController().registerTaskOrganizer(mInterface, windowingMode); in registerOrganizer()
56 getController().unregisterTaskOrganizer(mInterface); in unregisterOrganizer()
85 return getController().createRootTask(displayId, windowingMode); in createRootTask()
95 return getController().deleteRootTask(task); in deleteRootTask()
107 return getController().getChildTasks(parent, activityTypes); in getChildTasks()
119 return getController().getRootTasks(displayId, activityTypes); in getRootTasks()
130 return getController().getImeTarget(display); in getImeTarget()
143 getController().setLaunchRoot(displayId, root); in setLaunchRoot()
156 getController().setInterceptBackPressedOnTaskRoot(mInterface, interceptBackPressed); in setInterceptBackPressedOnTaskRoot()
185 private static ITaskOrganizerController getController() { in getController() method in TaskOrganizer
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityShortcutControllerTest.java216 assertFalse(getController().isAccessibilityShortcutAvailable(false)); in testShortcutAvailable_enabledButNoServiceWhenCreated_shouldReturnFalse()
224 assertTrue(getController().isAccessibilityShortcutAvailable(false)); in testShortcutAvailable_enabledWithValidServiceWhenCreated_shouldReturnTrue()
232 assertFalse(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenButDisabledThere_shouldReturnFalse()
240 assertTrue(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenAndEnabledThere_shouldReturnTrue()
252 assertFalse(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset()
254 assertTrue(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset()
262 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenServiceIdBecomesNull_shouldReturnFalse()
273 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenServiceIdBecomesNonNull_shouldReturnTrue()
283 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenShortcutBecomesEnabled_shouldReturnTrue()
294 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenLockscreenBecomesDisabled_shouldReturnFalse()
[all …]
/frameworks/native/libs/vibrator/include/vibrator/
DExternalVibration.h46 sp<IExternalVibrationController> getController() { return mController; } in getController() function
/frameworks/base/media/java/android/media/session/
DISession.aidl34 ISessionController getController(); in getController() method
DMediaSession.java199 mSessionToken = new Token(Process.myUid(), mBinder.getController()); in MediaSession()
432 public @NonNull MediaController getController() { in getController() method in MediaSession
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DPhotoViewActivity.java49 public PhotoViewController getController() { in getController() method in PhotoViewActivity
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DPhotoViewActivity.java49 public PhotoViewController getController() { in getController() method in PhotoViewActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaControlPanel.java329 final MediaController controller = getController(); in bind()
369 public MediaController getController() { in getController() method in MediaControlPanel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpController.java155 mRemoteInputManager.getController().isSpinning(key) in stopAlerting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.java148 mRemoteInputManager.getController().isSpinning(entryKey)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.java82 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java91 when(notificationRemoteInputManager.getController()) in setup()
DStatusBarNotificationActivityStarterTest.java149 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
DStatusBarTest.java304 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setup()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java49 mController = session.getController(); in NotificationHelper()
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java178 return ((ActivityInterface) getActivity()).getController(); in getCallbacks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java190 remoteInputManager.getController().addCallback( in StatusBarNotificationPresenter()
DStatusBar.java1128 return !mRemoteInputManager.getController().isRemoteInputActive(); in makeStatusBarView()
1299 mRemoteInputManager.getController().addCallback(mNotificationShadeWindowController); in setUpPresenter()
1455 mRemoteInputManager.getController().addCallback(mStatusBarKeyguardViewManager); in startKeyguard()
2746 if (mRemoteInputManager.getController() != null) {
2747 mRemoteInputManager.getController().closeRemoteInputs();
DStatusBarNotificationActivityStarter.java234 RemoteInputController controller = mRemoteInputManager.getController(); in onNotificationClicked()
DNavigationBarFragment.java263 return !mNotificationRemoteInputManager.getController().isRemoteInputActive();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java171 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java508 public RemoteInputController getController() { in getController() method in NotificationRemoteInputManager
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java89 public PhotoViewController getController(); in getController() method
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java802 public ISessionController getController() throws RemoteException { in getController() method in MediaSessionRecord.SessionStub

12