/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotServiceErrorReceiver.java | 35 WindowManager wm = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE); in onReceive()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | TooltipPopup.java | 73 WindowManager wm = (WindowManager)mContext.getSystemService(Context.WINDOW_SERVICE); in show() 82 WindowManager wm = (WindowManager)mContext.getSystemService(Context.WINDOW_SERVICE); in hide()
|
/aosp14/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/ |
H A D | InstrumentationUiAutomatorBridge.java | 41 mContext.getSystemService(Service.WINDOW_SERVICE); in getDefaultDisplay()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/ |
H A D | DragToDismissBubbleScreenTest.kt | 50 private val wm = context.getSystemService(Context.WINDOW_SERVICE) as WindowManager
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | WindowContext.java | 99 if (WINDOW_SERVICE.equals(name)) { in getSystemService()
|
H A D | WindowProviderService.java | 231 if (WINDOW_SERVICE.equals(name)) { in getSystemService()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorContext.java | 75 if (Context.WINDOW_SERVICE.equals(name)) { in getSystemService()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuViewLayerControllerTest.java | 79 mContext.addMockSystemService(Context.WINDOW_SERVICE, mWindowManager); in setUp()
|
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
H A D | ShellUiAutomatorBridge.java | 105 IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE)); in getRotation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameServiceProviderInstanceFactoryImpl.java | 64 (WindowManagerService) ServiceManager.getService(Context.WINDOW_SERVICE), in create()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | MirrorWindowControlTest.java | 64 getContext().addMockSystemService(Context.WINDOW_SERVICE, mWindowManager); in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | MirrorWindowControl.java | 77 mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE); in MirrorWindowControl()
|
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
H A D | MainActivity.java | 59 mWindowManager = (WindowManager)getSystemService(Context.WINDOW_SERVICE); in onCreate()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
H A D | DismissView.kt | 82 context.getSystemService(Context.WINDOW_SERVICE) as WindowManager
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
H A D | WirelessChargingAnimation.java | 203 mWM = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE); in handleShow()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
H A D | BiometricContextProvider.java | 66 (WindowManager) context.getSystemService(Context.WINDOW_SERVICE), in defaultProvider()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipDismissTargetHandler.java | 96 mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE); in PipDismissTargetHandler()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ScreenshotTests.java | 145 ServiceManager.getService(Context.WINDOW_SERVICE)); in testCaptureDisplay()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceControlViewHost.java | 537 (WindowManagerImpl) mViewRoot.mContext.getSystemService(Context.WINDOW_SERVICE); in addWindowToken()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | PolicyEnforcerCallbacks.java | 274 .asInterface(ServiceManager.getService(Context.WINDOW_SERVICE))
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | OverlayDisplayWindow.java | 110 Context.WINDOW_SERVICE); in OverlayDisplayWindow()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | PopupWindow.java | 318 mWindowManager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE); in PopupWindow() 425 mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE); in PopupWindow() 688 mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE); in setContentView()
|
H A D | ZoomButtonsController.java | 207 mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE); in ZoomButtonsController()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/ |
H A D | QrCamera.java | 198 (WindowManager) mContext.get().getSystemService(Context.WINDOW_SERVICE); in startPreview()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | ScreenMediaRecorder.java | 141 WindowManager wm = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE); in prepare()
|