Searched defs:windowType (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialog.java31 void init(int windowType, Callback callback); argument
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java69 int windowType, int gravity, boolean takesFocus) {
75 mWindowType = windowType;
67 SoftInputWindow(Context context, String name, int theme, Callback callback, KeyEvent.Callback keyEventCallback, KeyEvent.DispatcherState dispatcherState, int windowType, int gravity, boolean takesFocus) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConsumerImpl.java114 private int getLayerLw(int windowType) { argument
115 return mService.mPolicy.getWindowLayerFromTypeLw(windowType)
H A DWindowToken.java55 final int windowType; field in class:WindowToken
120 windowType = type;
306 pw.print(prefix); pw.print("windowType="); pw.print(windowType);
345 int layer = mService.mPolicy.getWindowLayerFromTypeLw(windowType,
H A DWindowSurfaceController.java92 int flags, WindowStateAnimator animator, int windowType, int ownerUid) {
102 mWindowType = windowType;
112 .setMetadata(windowType, ownerUid);
91 WindowSurfaceController(SurfaceSession s, String name, int w, int h, int format, int flags, WindowStateAnimator animator, int windowType, int ownerUid) argument
H A DAccessibilityController.java1312 private static boolean isReportedWindowType(int windowType) { argument
1313 return (windowType != WindowManager.LayoutParams.TYPE_WALLPAPER
1314 && windowType != WindowManager.LayoutParams.TYPE_BOOT_PROGRESS
1315 && windowType != WindowManager.LayoutParams.TYPE_DISPLAY_OVERLAY
1316 && windowType != WindowManager.LayoutParams.TYPE_DRAG
1317 && windowType != WindowManager.LayoutParams.TYPE_INPUT_CONSUMER
1318 && windowType != WindowManager.LayoutParams.TYPE_POINTER
1319 && windowType != TYPE_MAGNIFICATION_OVERLAY
1320 && windowType != WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY
1321 && windowType !
[all...]
H A DWindowStateAnimator.java450 WindowSurfaceController createSurfaceLocked(int windowType, int ownerUid) { argument
459 windowType = SurfaceControl.WINDOW_TYPE_DONT_SCREENSHOT;
514 windowType, ownerUid);
H A DWindowManagerService.java1116 static boolean excludeWindowTypeFromTapOutTask(int windowType) { argument
1117 switch (windowType) {
1264 if (token.windowType != TYPE_INPUT_METHOD) {
1270 if (token.windowType != TYPE_VOICE_INTERACTION) {
1276 if (token.windowType != TYPE_WALLPAPER) {
1282 if (token.windowType != TYPE_DREAM) {
1288 if (token.windowType != TYPE_ACCESSIBILITY_OVERLAY) {
1297 if (addToastWindowRequiresToken && token.windowType != TYPE_TOAST) {
1303 if (token.windowType != TYPE_QS_DIALOG) {
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java285 final int color, final int windowType, final int windowFlags) {
297 color, windowType, windowFlags);
351 int color, int windowType, int windowFlags) {
354 mWindowType = windowType;
284 assertDisplayCanShowPresentation(String message, final Display display, final int color, final int windowType, final int windowFlags) argument
350 TestPresentation(Context context, Display display, int color, int windowType, int windowFlags) argument
/frameworks/native/include/layerproto/
H A DLayerProtoParser.h113 int32_t windowType; member in class:android::surfaceflinger::LayerProtoParser::Layer
/frameworks/native/services/surfaceflinger/
H A DClient.cpp151 const sp<IBinder>& parentHandle, int32_t windowType, int32_t ownerUid,
188 int32_t windowType; member in class:android::MessageCreateLayer
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);
148 createSurface( const String8& name, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, const sp<IBinder>& parentHandle, int32_t windowType, int32_t ownerUid, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
191 MessageCreateLayer(SurfaceFlinger* flinger, const String8& name, Client* client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, int32_t windowType, int32_t ownerUid, sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent) argument
H A DSurfaceFlinger.cpp3514 int32_t windowType, int32_t ownerUid, sp<IBinder>* handle,
3552 if (windowType == 441731) {
3553 windowType = 2024; // TYPE_NAVIGATION_BAR_PANEL
3557 layer->setInfo(windowType, ownerUid);
3510 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, int32_t windowType, int32_t ownerUid, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent) argument
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h113 int32_t windowType; member in class:android::surfaceflinger::LayerProtoParser::Layer
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DCarVolumeDialogImpl.java123 public void init(int windowType, Callback callback) { argument
H A DVolumeDialogImpl.java161 public void init(int windowType, Callback callback) { argument
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp623 int32_t windowType,
627 createSurfaceChecked(name, w, h, format, &s, flags, parent, windowType, ownerUid);
639 int32_t windowType,
654 windowType, ownerUid, &handle, &gbp);
616 createSurface( const String8& name, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, SurfaceControl* parent, int32_t windowType, int32_t ownerUid) argument
631 createSurfaceChecked( const String8& name, uint32_t w, uint32_t h, PixelFormat format, sp<SurfaceControl>* outSurface, uint32_t flags, SurfaceControl* parent, int32_t windowType, int32_t ownerUid) argument
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1255 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1259 mWindowType = windowType;
1435 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1437 windowType, isPreview, reqWidth, reqHeight, padding);
1253 IWallpaperEngineWrapper(WallpaperService context, IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
1434 attach(IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp115 jint windowType, jint ownerUid) {
121 String8(name.c_str()), w, h, format, &surface, flags, parent, windowType, ownerUid);
113 nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj, jstring nameStr, jint w, jint h, jint format, jint flags, jlong parentObject, jint windowType, jint ownerUid) argument
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java523 public boolean isTopLevelWindow(int windowType) { argument
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java64 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) { argument
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);
63 nativeCreate(SurfaceSession session, String name, int w, int h, int format, int flags, long parentObject, int windowType, int ownerUid) argument
568 SurfaceControl(SurfaceSession session, String name, int w, int h, int format, int flags, SurfaceControl parent, int windowType, int ownerUid) argument
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2760 private int getTypeForWindowManagerWindowType(int windowType) { argument
2761 switch (windowType) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1660 * @param windowType The window type.
1663 public boolean isTopLevelWindow(int windowType); argument
H A DPhoneWindowManager.java8532 public boolean isTopLevelWindow(int windowType) { argument
8533 if (windowType >= WindowManager.LayoutParams.FIRST_SUB_WINDOW
8534 && windowType <= WindowManager.LayoutParams.LAST_SUB_WINDOW) {
8535 return (windowType == WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG);

Completed in 564 milliseconds