Searched defs:childrenOnly (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp137 float frameScale, bool childrenOnly) {
143 data.writeBool(childrenOnly);
635 bool childrenOnly = data.readBool(); local
638 childrenOnly);
135 captureLayers(const sp<IBinder>& layerHandleBinder, sp<GraphicBuffer>* outBuffer, const Rect& sourceCrop, float frameScale, bool childrenOnly) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java230 public void prepareToReplaceWindows(IBinder appToken, boolean childrenOnly) { argument
231 mService.setWillReplaceWindows(appToken, childrenOnly);
H A DWindowManagerService.java6810 * @param childrenOnly Whether to mark only child windows for replacement
6817 void setWillReplaceWindows(IBinder token, boolean childrenOnly) { argument
6831 if (childrenOnly) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4729 float frameScale, bool childrenOnly) {
4735 int32_t reqWidth, int32_t reqHeight, bool childrenOnly)
4740 mChildrenOnly(childrenOnly) {}
4788 // In the "childrenOnly" case we reparent the children to a screenshot
4826 LayerRenderArea renderArea(this, parent, crop, reqWidth, reqHeight, childrenOnly);
4828 auto traverseLayers = [parent, childrenOnly](const LayerVector::Visitor& visitor) {
4832 } else if (childrenOnly && layer == parent.get()) {
4727 captureLayers(const sp<IBinder>& layerHandleBinder, sp<GraphicBuffer>* outBuffer, const Rect& sourceCrop, float frameScale, bool childrenOnly) argument
4734 LayerRenderArea(SurfaceFlinger* flinger, const sp<Layer>& layer, const Rect crop, int32_t reqWidth, int32_t reqHeight, bool childrenOnly) argument

Completed in 96 milliseconds