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

  /external/webrtc/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 571 void RunVideoRenderTests(void* window, VideoRenderType windowType) {
580 windowType);
591 if (TestFullscreenStream(renderModule, window, windowType) != 0) {
633 VideoRenderType windowType = kRenderWindows;
638 VideoRenderType windowType = kRenderX11;
642 RunVideoRenderTests(window, windowType);
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 27 IBinder windowToken, int windowType, boolean isPreview,
WallpaperService.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspWindow.java 35 public DspWindow(int windowType, int size, int overlap) {
36 init(windowType, size, overlap);
39 public DspWindow(int windowType, int size) {
40 init(windowType, size, size / 2);
43 public void init(int windowType, int size, int overlap) {
52 if (fillWindow(mBuffer, windowType, mOverlap)) {
53 mWindowType = windowType;
  /frameworks/base/services/core/java/com/android/server/wm/
WindowToken.java 41 final int windowType;
76 windowType = type;
91 pw.print(prefix); pw.print("windowType="); pw.print(windowType);
InputConsumerImpl.java 78 private int getLayerLw(int windowType) {
79 return mService.mPolicy.windowTypeToLayerLw(windowType)
AccessibilityController.java 391 final int windowType = windowState.mAttrs.type;
392 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null
393 && !policy.canMagnifyWindow(windowType)) {
    [all...]
WindowManagerService.java     [all...]
WindowSurfacePlacer.java 442 if (token.windowType == TYPE_WALLPAPER) {
    [all...]
  /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;
  /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/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 145 public VolumeDialog(Context context, int windowType, VolumeDialogController controller,
150 mWindowType = windowType;
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 782 milliseconds