Home
last modified time | relevance | path

Searched refs:childrenOnly (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h273 float frameScale = 1.0, bool childrenOnly = false) = 0;
281 bool childrenOnly = false) {
283 ui::PixelFormat::RGBA_8888, sourceCrop, {}, frameScale, childrenOnly);
/frameworks/base/core/java/android/view/
DIWindowSession.aidl116 void prepareToReplaceWindows(IBinder appToken, boolean childrenOnly); in prepareToReplaceWindows() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java180 public void prepareToReplaceWindows(IBinder appToken, boolean childrenOnly) { in prepareToReplaceWindows() argument
181 mService.setWillReplaceWindows(appToken, childrenOnly); in prepareToReplaceWindows()
DWindowManagerService.java6491 void setWillReplaceWindows(IBinder token, boolean childrenOnly) { in setWillReplaceWindows() argument
6505 if (childrenOnly) { in setWillReplaceWindows()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp172 bool childrenOnly) { in captureLayers() argument
184 data.writeBool(childrenOnly); in captureLayers()
1119 bool childrenOnly = data.readBool(); in onTransact() local
1123 sourceCrop, excludeHandles, frameScale, childrenOnly); in onTransact()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5759 float frameScale, bool childrenOnly) { in captureLayers() argument
5766 bool childrenOnly) in captureLayers() argument
5772 mChildrenOnly(childrenOnly) {} in captureLayers()
5897 LayerRenderArea renderArea(this, parent, crop, reqWidth, reqHeight, reqDataspace, childrenOnly); in captureLayers()
5898 auto traverseLayers = [parent, childrenOnly, in captureLayers()
5903 } else if (childrenOnly && layer == parent.get()) { in captureLayers()
DSurfaceFlinger.h430 float frameScale, bool childrenOnly) override;