HomeSort by relevance Sort by last modified time
    Searched full:windowtype (Results 1 - 14 of 14) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 43 String name, int windowType, int layoutParamsFlags, boolean canReceiveKeys,
63 mWindowLayer = getLayerLw(windowType);
66 mWindowHandle.layoutParamsType = windowType;
106 private int getLayerLw(int windowType) {
107 return mService.mPolicy.windowTypeToLayerLw(windowType)
WindowToken.java 38 final int windowType;
77 windowType = type;
83 pw.print(prefix); pw.print("windowType="); pw.print(windowType);
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 26 IBinder windowToken, int windowType, boolean isPreview,
WallpaperService.java     [all...]
  /external/libvorbis/lib/
codec_internal.h 49 int windowtype; member in struct:__anon9667
info.c 331 ci->mode_param[i]->windowtype=oggpack_read(opb,16);
335 if(ci->mode_param[i]->windowtype>=VI_WINDOWB)goto err_out;
536 oggpack_write(opb,ci->mode_param[i]->windowtype,16);
  /external/chromium/chrome/browser/sessions/
session_service.h 190 enum WindowType {
239 WindowType type);
404 static WindowType WindowTypeForBrowserType(Browser::Type type);
405 static Browser::Type BrowserTypeForWindowType(WindowType type);
session_service.cc 714 WindowType type) {
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.h 287 @interface BrowserWindowController(WindowType)
318 @end // @interface BrowserWindowController(WindowType)
browser_window_controller.mm     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 377 'WhatsThisHelpID','Width','WindowList','WindowNTIList','WindowState','WindowType',
  /external/chromium/chrome/browser/ui/
browser.h 73 // SessionService::WindowType mirrors these values. If you add to this
74 // enum, look at SessionService::WindowType to see if it needs to be
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 381 String name, int windowType, int layoutParamsFlags, boolean canReceiveKeys,
    [all...]

Completed in 1422 milliseconds