Home
last modified time | relevance | path

Searched refs:mWindowHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java30 final InputWindowHandle mWindowHandle; field in InputConsumerImpl
51 mWindowHandle = new InputWindowHandle(mApplicationHandle, null, Display.DEFAULT_DISPLAY); in InputConsumerImpl()
52 mWindowHandle.name = name; in InputConsumerImpl()
53 mWindowHandle.inputChannel = mServerChannel; in InputConsumerImpl()
54 mWindowHandle.layoutParamsType = WindowManager.LayoutParams.TYPE_INPUT_CONSUMER; in InputConsumerImpl()
55 mWindowHandle.layer = getLayerLw(mWindowHandle.layoutParamsType); in InputConsumerImpl()
56 mWindowHandle.layoutParamsFlags = 0; in InputConsumerImpl()
57 mWindowHandle.dispatchingTimeoutNanos = in InputConsumerImpl()
59 mWindowHandle.visible = true; in InputConsumerImpl()
60 mWindowHandle.canReceiveKeys = false; in InputConsumerImpl()
[all …]
DInputMonitor.java303 && inputWindowHandle.layer <= mService.mInputConsumer.mWindowHandle.layer) { in updateInputWindowsLw()
304 addInputWindowHandleLw(mService.mInputConsumer.mWindowHandle); in updateInputWindowsLw()
311 addInputWindowHandleLw(mService.mWallpaperInputConsumer.mWindowHandle); in updateInputWindowsLw()
345 addInputWindowHandleLw(mService.mWallpaperInputConsumer.mWindowHandle); in updateInputWindowsLw()
DWindowManagerService.java10048 mWallpaperInputConsumer.mWindowHandle.hasWallpaper = true; in createWallpaperInputConsumer()