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

1 2 3

  /frameworks/base/services/core/java/com/android/server/wm/
FakeWindowImpl.java 41 String name, int windowType, int layoutParamsFlags,
61 mWindowLayer = getLayerLw(windowType);
64 mWindowHandle.layoutParamsType = windowType;
104 private int getLayerLw(int windowType) {
105 return mService.mPolicy.windowTypeToLayerLw(windowType)
WindowToken.java 38 final int windowType;
77 windowType = type;
92 pw.print(prefix); pw.print("windowType="); pw.print(windowType);
AccessibilityController.java 377 final int windowType = windowState.mAttrs.type;
378 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null
379 && !policy.canMagnifyWindow(windowType)) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.h 32 enum WindowType {
41 base::RefCountedMemory* GetNewTabHTML(WindowType win_type);
42 base::RefCountedMemory* GetNewTabCSS(WindowType win_type);
62 static WindowType GetWindowType(
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.h 16 void RunVideoRenderTests(void* window, webrtc::VideoRenderType windowType);
testAPI_mac.mm 63 VideoRenderType windowType = kRenderCocoa;
66 RunVideoRenderTests(window, windowType);
testAPI.cc 574 void RunVideoRenderTests(void* window, VideoRenderType windowType) {
583 windowType);
594 if (TestFullscreenStream(renderModule, window, windowType) != 0) {
636 VideoRenderType windowType = kRenderWindows;
641 VideoRenderType windowType = kRenderX11;
645 RunVideoRenderTests(window, windowType);
  /external/chromium_org/ui/views/widget/
widget_aura_utils.h 15 ui::wm::WindowType GetAuraWindowTypeForWidgetType(
widget_aura_utils.cc 11 ui::wm::WindowType GetAuraWindowTypeForWidgetType(
  /external/chromium_org/chrome/browser/apps/
app_window_registry_util.h 23 // AppWindow::WindowType, or 0 for any window type.
  /external/chromium_org/ui/wm/public/
window_types.h 13 enum WindowType {
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 27 IBinder windowToken, int windowType, boolean isPreview,
  /external/chromium_org/ui/aura/test/
test_windows.h 30 ui::wm::WindowType type,
test_windows.cc 41 ui::wm::WindowType type,
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 69 int windowType, int gravity, boolean takesFocus) {
75 mWindowType = windowType;
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 230 final int color, final int windowType, final int windowFlags) {
242 color, windowType, windowFlags);
296 int color, int windowType, int windowFlags) {
299 mWindowType = windowType;
  /external/chromium_org/ash/test/
ash_test_base.h 81 ui::wm::WindowType type,
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_constants.cc 50 const char kWindowTypeLongKey[] = "windowType";
  /external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.cc 108 NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType(
theme_source.cc 46 NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType(
  /external/libvorbis/lib/
codec_internal.h 49 int windowtype; member in struct:__anon29351
  /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;
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.h 53 enum WindowType {
103 void SetEnabled(WindowType window_type, bool enable);
  /external/chromium_org/chrome/browser/sessions/
session_service.h 220 enum WindowType {
274 WindowType type);
439 static WindowType WindowTypeForBrowserType(Browser::Type type);
440 static Browser::Type BrowserTypeForWindowType(WindowType type);
  /external/chromium_org/extensions/browser/app_window/
app_window.h 91 enum WindowType {
146 WindowType window_type;
222 WindowType window_type() const { return window_type_; }
487 WindowType window_type_;

Completed in 6067 milliseconds

1 2 3