Home
last modified time | relevance | path

Searched refs:mWindowType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DSoftInputWindow.java40 final int mWindowType; field in SoftInputWindow
75 mWindowType = windowType; in SoftInputWindow()
171 lp.type = mWindowType; in initDockWindow()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java345 private final int mWindowType; field in VirtualDisplayTest.TestPresentation
352 mWindowType = windowType; in TestPresentation()
361 getWindow().setType(mWindowType); in onCreate()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java85 private final int mWindowType; field in WindowSurfaceController
99 mWindowType = windowType; in WindowSurfaceController()
518 mWindowSession.onWindowSurfaceVisibilityChanged(this, mSurfaceShown, mWindowType); in setShown()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java663 mLayout.type = mIWallpaperEngine.mWindowType; in updateSurface()
1096 final int mWindowType; field in WallpaperService.IWallpaperEngineWrapper
1111 mWindowType = windowType; in IWallpaperEngineWrapper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java128 private int mWindowType; field in VolumeDialogImpl
165 mWindowType = windowType; in init()
203 lp.type = mWindowType; in initDialog()