Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h270 float frameScale = 1.0, bool childrenOnly = false) = 0;
278 bool childrenOnly = false) {
280 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.java6451 void setWillReplaceWindows(IBinder token, boolean childrenOnly) { in setWillReplaceWindows() argument
6465 if (childrenOnly) { in setWillReplaceWindows()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp172 bool childrenOnly) { in captureLayers() argument
184 data.writeBool(childrenOnly); in captureLayers()
1118 bool childrenOnly = data.readBool(); in onTransact() local
1122 sourceCrop, excludeHandles, frameScale, childrenOnly); in onTransact()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5645 float frameScale, bool childrenOnly) { in captureLayers() argument
5652 bool childrenOnly) in captureLayers() argument
5658 mChildrenOnly(childrenOnly) {} in captureLayers()
5783 LayerRenderArea renderArea(this, parent, crop, reqWidth, reqHeight, reqDataspace, childrenOnly); in captureLayers()
5784 auto traverseLayers = [parent, childrenOnly, in captureLayers()
5789 } else if (childrenOnly && layer == parent.get()) { in captureLayers()
DSurfaceFlinger.h415 float frameScale, bool childrenOnly) override;