/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacks.java | 82 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 …]
|
D | LegacyActivityStarterInternalImpl.kt | 72 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>()
|
D | ScreenOffAnimationController.kt | 42 centralSurfaces: CentralSurfaces, in initialize() 206 centralSurfaces: CentralSurfaces, in initialize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
D | CommunalTouchHandler.java | 32 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/ |
D | StatusBarPhoneModule.java | 20 import com.android.systemui.statusbar.phone.CentralSurfaces; 36 CentralSurfaces bindsCentralSurfaces(CentralSurfacesImpl impl); in bindsCentralSurfaces()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/ |
D | StatusBarWindowStateController.kt | 28 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/ |
D | StartCentralSurfacesModule.kt | 20 import com.android.systemui.statusbar.phone.CentralSurfaces 32 @ClassKey(CentralSurfaces::class)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeSurfaceImpl.kt | 20 import com.android.systemui.statusbar.phone.CentralSurfaces 26 centralSurfaces: CentralSurfaces, in initDependencies()
|
D | ShadeSurface.kt | 22 import com.android.systemui.statusbar.phone.CentralSurfaces 37 centralSurfaces: CentralSurfaces,
|
D | ShadeController.java | 25 import com.android.systemui.statusbar.phone.CentralSurfaces;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/ |
D | ShadeTouchHandler.java | 31 import com.android.systemui.statusbar.phone.CentralSurfaces; 43 private final Optional<CentralSurfaces> mSurfaces; 54 ShadeTouchHandler(Optional<CentralSurfaces> centralSurfaces, in ShadeTouchHandler()
|
D | BouncerSwipeTouchHandler.java | 44 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/ |
D | PhoneStateMonitor.java | 39 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/ |
D | KeyguardViewController.java | 29 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/ |
D | TargetSdkResolver.kt | 28 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/ |
D | ActionIntentExecutorTest.kt | 29 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/ |
D | ExpandableNotificationRowComponent.java | 29 import com.android.systemui.statusbar.phone.CentralSurfaces; 107 PackageManager pmUser = CentralSurfaces.getPackageManagerForUser( in provideAppName()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ |
D | CommunalSceneStartable.kt | 36 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/ |
D | CameraGestureHelper.kt | 36 import com.android.systemui.statusbar.phone.CentralSurfaces 50 private val centralSurfaces: CentralSurfaces,
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesKosmos.kt | 25 val Kosmos.centralSurfaces by Fixture { mock<CentralSurfaces>() } in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/touch/ |
D | CommunalTouchHandlerTest.java | 37 import com.android.systemui.statusbar.phone.CentralSurfaces; 56 CentralSurfaces mCentralSurfaces;
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/ |
D | ShadeTouchHandlerTest.java | 40 import com.android.systemui.statusbar.phone.CentralSurfaces; 57 CentralSurfaces mCentralSurfaces;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ActionIntentExecutor.kt | 43 import com.android.systemui.statusbar.phone.CentralSurfaces 89 CentralSurfaces.SYSTEM_DIALOG_REASON_SCREENSHOT in launchIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FoldAodAnimationController.kt | 34 import com.android.systemui.statusbar.phone.CentralSurfaces in <lambda>() 87 centralSurfaces: CentralSurfaces, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SysuiStatusBarStateController.java | 26 import com.android.systemui.statusbar.phone.CentralSurfaces;
|