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

1 2 3

  /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,
  /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/packages/SystemUI/plugin/src/com/android/systemui/plugins/
VolumeDialog.java 31 void init(int windowType, Callback callback);
  /frameworks/native/services/surfaceflinger/
Client.cpp 151 const sp<IBinder>& parentHandle, int32_t windowType, int32_t ownerUid,
188 int32_t windowType;
194 sp<IBinder>* handle, int32_t windowType, int32_t ownerUid,
200 parent(parent), windowType(windowType), ownerUid(ownerUid) {
205 windowType, ownerUid, handle, gbp, parent);
212 windowType, ownerUid, gbp, &parent);
Client.h 61 const sp<IBinder>& parent, int32_t windowType, int32_t ownerUid,
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 50 uint32_t flags, const sp<IBinder>& parent, int32_t windowType,
56 windowType, ownerUid,
SurfaceComposerClient.cpp 623 int32_t windowType,
627 createSurfaceChecked(name, w, h, format, &s, flags, parent, windowType, ownerUid);
639 int32_t windowType,
654 windowType, ownerUid, &handle, &gbp);
  /frameworks/native/libs/gui/include/gui/
ISurfaceComposerClient.h 52 uint32_t flags, const sp<IBinder>& parent, int32_t windowType,
SurfaceComposerClient.h 115 int32_t windowType = -1, // from WindowManager.java (STATUS_BAR, INPUT_METHOD, etc.)
127 int32_t windowType = -1, // from WindowManager.java (STATUS_BAR, INPUT_METHOD, etc.)
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 69 int windowType, int gravity, boolean takesFocus) {
75 mWindowType = windowType;
  /frameworks/base/services/core/java/com/android/server/wm/
InputConsumerImpl.java 114 private int getLayerLw(int windowType) {
115 return mService.mPolicy.getWindowLayerFromTypeLw(windowType)
WindowToken.java 55 final int windowType;
120 windowType = type;
306 pw.print(prefix); pw.print("windowType="); pw.print(windowType);
345 int layer = mService.mPolicy.getWindowLayerFromTypeLw(windowType,
AccessibilityController.java     [all...]
WindowSurfaceController.java 92 int flags, WindowStateAnimator animator, int windowType, int ownerUid) {
102 mWindowType = windowType;
112 .setMetadata(windowType, ownerUid);
AppWindowThumbnail.java 70 .setMetadata(appToken.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 285 final int color, final int windowType, final int windowFlags) {
297 color, windowType, windowFlags);
351 int color, int windowType, int windowFlags) {
354 mWindowType = windowType;
  /cts/tests/tests/keystore/src/android/server/am/
WindowManagerState.java 203 public WindowState getWindowByPackageName(String packageName, int windowType) {
209 if (windowType != ws.getType()) {
578 private String getWindowTypeSuffix(int windowType) {
579 switch (windowType) {
  /frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
LayerProtoParser.h 113 int32_t windowType;
  /frameworks/base/core/java/android/view/
SurfaceControl.java 64 int w, int h, int format, int flags, long parentObject, int windowType, int ownerUid)
338 * A value for windowType used to indicate that the window should be omitted from screenshots
501 * @param windowType A window-type
504 public Builder setMetadata(int windowType, int ownerUid) {
509 mWindowType = windowType;
563 * @param windowType The type of the window as specified in WindowManager.java.
569 SurfaceControl parent, int windowType, int ownerUid)
591 parent != null ? parent.mNativeObject : 0, windowType, ownerUid);
    [all...]
  /frameworks/native/services/surfaceflinger/layerproto/
LayerProtoParser.cpp 122 layer->windowType = layerProto.window_type();
316 StringAppendF(&result, " windowType=%d, appId=%d", windowType, appId);
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
WindowManagerState.java 349 public WindowState getWindowByPackageName(String packageName, int windowType) {
350 final List<WindowState> windowList = getWindowsByPackageName(packageName, windowType);
898 private String getWindowTypeSuffix(int windowType) {
899 switch (windowType) {
    [all...]

Completed in 389 milliseconds

1 2 3