Home
last modified time | relevance | path

Searched refs:CentralSurfaces (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java82 private final CentralSurfaces mCentralSurfaces;
122 CentralSurfaces centralSurfaces, in CentralSurfacesCommandQueueCallbacks()
224 if (CentralSurfaces.SPEW) { in animateExpandNotificationsPanel()
225 Log.d(CentralSurfaces.TAG, in animateExpandNotificationsPanel()
233 if (CentralSurfaces.SPEW) { in animateExpandSettingsPanel()
234 Log.d(CentralSurfaces.TAG, in animateExpandSettingsPanel()
250 mCentralSurfaces.resendMessage(CentralSurfaces.MSG_DISMISS_KEYBOARD_SHORTCUTS_MENU); in dismissKeyboardShortcutsMenu()
304 if (CentralSurfaces.SPEW) { in handleSystemKey()
305 Log.d(CentralSurfaces.TAG, "handleNavigationKey: " + key); in handleSystemKey()
341 if (CentralSurfaces.DEBUG_CAMERA_LIFT) { in onCameraLaunchGestureDetected()
[all …]
DLegacyActivityStarterInternalImpl.kt72 private val centralSurfacesOptLazy: Lazy<Optional<CentralSurfaces>>, in <lambda>()
97 private val centralSurfaces: CentralSurfaces? in <lambda>()
152 ActivityOptions(CentralSurfaces.getActivityOptions(displayId, adapter)) in <lambda>()
293 CentralSurfaces.getActivityOptions(displayId, animationAdapter) in <lambda>()
407 .startActivities(CentralSurfaces.getActivityOptions(displayId, adapter), userHandle) in <lambda>()
DScreenOffAnimationController.kt42 centralSurfaces: CentralSurfaces, in initialize()
206 centralSurfaces: CentralSurfaces, in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DCommunalTouchHandler.java32 import com.android.systemui.statusbar.phone.CentralSurfaces;
43 private final Optional<CentralSurfaces> mCentralSurfaces;
56 Optional<CentralSurfaces> centralSurfaces, in CommunalTouchHandler()
97 private void handleSessionStart(CentralSurfaces surfaces, TouchSession session) { in handleSessionStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java20 import com.android.systemui.statusbar.phone.CentralSurfaces;
36 CentralSurfaces bindsCentralSurfaces(CentralSurfacesImpl impl); in bindsCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowStateController.kt28 import com.android.systemui.statusbar.phone.CentralSurfaces
87 if (CentralSurfaces.DEBUG_WINDOW_STATE) { in windowIsShowing()
88 Log.d(CentralSurfaces.TAG, "Status bar " + windowStateToString(state)) in windowIsShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStartCentralSurfacesModule.kt20 import com.android.systemui.statusbar.phone.CentralSurfaces
32 @ClassKey(CentralSurfaces::class)
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeSurfaceImpl.kt20 import com.android.systemui.statusbar.phone.CentralSurfaces
26 centralSurfaces: CentralSurfaces, in initDependencies()
DShadeSurface.kt22 import com.android.systemui.statusbar.phone.CentralSurfaces
37 centralSurfaces: CentralSurfaces,
DShadeController.java25 import com.android.systemui.statusbar.phone.CentralSurfaces;
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DShadeTouchHandler.java31 import com.android.systemui.statusbar.phone.CentralSurfaces;
43 private final Optional<CentralSurfaces> mSurfaces;
54 ShadeTouchHandler(Optional<CentralSurfaces> centralSurfaces, in ShadeTouchHandler()
DBouncerSwipeTouchHandler.java44 import com.android.systemui.statusbar.phone.CentralSurfaces;
88 private final Optional<CentralSurfaces> mCentralSurfaces;
207 Optional<CentralSurfaces> centralSurfaces, in BouncerSwipeTouchHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DPhoneStateMonitor.java39 import com.android.systemui.statusbar.phone.CentralSurfaces;
72 private final Lazy<Optional<CentralSurfaces>> mCentralSurfacesOptionalLazy;
80 Lazy<Optional<CentralSurfaces>> centralSurfacesOptionalLazy, in PhoneStateMonitor()
185 .map(CentralSurfaces::isBouncerShowing).orElse(false); in isBouncerShowing()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java29 import com.android.systemui.statusbar.phone.CentralSurfaces;
187 void registerCentralSurfaces(CentralSurfaces centralSurfaces, in registerCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DTargetSdkResolver.kt28 import com.android.systemui.statusbar.phone.CentralSurfaces
57 val pmUser = CentralSurfaces.getPackageManagerForUser(context, sbn.user.identifier) in getApplicationInfoFromExtras()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentExecutorTest.kt29 import com.android.systemui.statusbar.phone.CentralSurfaces
73 .closeSystemWindows(CentralSurfaces.SYSTEM_DIALOG_REASON_SCREENSHOT) in launchIntent_callsCloseSystemWindows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
DExpandableNotificationRowComponent.java29 import com.android.systemui.statusbar.phone.CentralSurfaces;
107 PackageManager pmUser = CentralSurfaces.getPackageManagerForUser( in provideAppName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/
DCommunalSceneStartable.kt36 import com.android.systemui.statusbar.phone.CentralSurfaces in <lambda>()
75 centralSurfacesOpt: Optional<CentralSurfaces>, in <lambda>()
87 private val centralSurfaces: CentralSurfaces? by centralSurfacesOpt in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/camera/
DCameraGestureHelper.kt36 import com.android.systemui.statusbar.phone.CentralSurfaces
50 private val centralSurfaces: CentralSurfaces,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DCentralSurfacesKosmos.kt25 val Kosmos.centralSurfaces by Fixture { mock<CentralSurfaces>() } in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/touch/
DCommunalTouchHandlerTest.java37 import com.android.systemui.statusbar.phone.CentralSurfaces;
56 CentralSurfaces mCentralSurfaces;
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DShadeTouchHandlerTest.java40 import com.android.systemui.statusbar.phone.CentralSurfaces;
57 CentralSurfaces mCentralSurfaces;
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentExecutor.kt43 import com.android.systemui.statusbar.phone.CentralSurfaces
89 CentralSurfaces.SYSTEM_DIALOG_REASON_SCREENSHOT in launchIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt34 import com.android.systemui.statusbar.phone.CentralSurfaces in <lambda>()
87 centralSurfaces: CentralSurfaces, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSysuiStatusBarStateController.java26 import com.android.systemui.statusbar.phone.CentralSurfaces;

123