HomeSort by relevance Sort by last modified time
    Searched refs:mWindowType (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 40 final int mWindowType;
75 mWindowType = windowType;
171 lp.type = mWindowType;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspWindow.java 21 private int mWindowType = WINDOW_RECTANGULAR;
53 mWindowType = windowType;
  /frameworks/base/core/java/android/view/
SurfaceView.java 124 int mWindowType = WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA;
319 if (mWindowType == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
346 if (mWindowType != WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
358 if (mWindowType != WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
380 mWindowType = isMediaOverlay
400 mWindowType = WindowManager.LayoutParams.TYPE_APPLICATION_PANEL;
404 mWindowType = WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA;
435 mWindowType = type;
520 mLayout.type = mWindowType;
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 292 private final int mWindowType;
299 mWindowType = windowType;
308 getWindow().setType(mWindowType);
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java 345 private final int mWindowType;
352 mWindowType = windowType;
361 getWindow().setType(mWindowType);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 648 mLayout.type = mIWallpaperEngine.mWindowType;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 124 private final int mWindowType;
152 mWindowType = windowType;
192 lp.type = mWindowType;
    [all...]

Completed in 253 milliseconds