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

  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 26 IBinder windowToken, int windowType, boolean isPreview,
WallpaperService.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowToken.java 37 final int windowType;
76 windowType = type;
82 pw.print(prefix); pw.print("windowType="); pw.print(windowType);
FakeWindowImpl.java 43 String name, int windowType, int layoutParamsFlags, int layoutParamsPrivateFlags,
63 mWindowLayer = getLayerLw(windowType);
67 mWindowHandle.layoutParamsType = windowType;
107 private int getLayerLw(int windowType) {
108 return mService.mPolicy.windowTypeToLayerLw(windowType)
DisplayMagnifier.java 220 final int windowType = windowState.mAttrs.type;
221 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null
222 && !policy.canMagnifyWindow(windowType)) {
WindowManagerService.java     [all...]
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 189 final int color, final int windowType, final int windowFlags) {
201 color, windowType, windowFlags);
255 int color, int windowType, int windowFlags) {
258 mWindowType = windowType;
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 404 String name, int windowType, int layoutParamsFlags, int layoutParamsPrivateFlags,
    [all...]
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java 283 final int color, final int windowType, final int windowFlags) {
295 color, windowType, windowFlags);
349 int color, int windowType, int windowFlags) {
352 mWindowType = windowType;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 178 milliseconds