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

  /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);
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 27 IBinder windowToken, int windowType, boolean isPreview,
WallpaperService.java     [all...]
  /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...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 69 int windowType, int gravity, boolean takesFocus) {
75 mWindowType = windowType;
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 397 String name, int windowType, int layoutParamsFlags, int layoutParamsPrivateFlags,
    [all...]
  /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;
  /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...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js 420 * and 'windowType' keys.
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 349 milliseconds