Searched refs:canBeRoot (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | FpsReporterTest.cpp | 83 LayerCreationArgs createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, 122 LayerCreationArgs FpsReporterTest::createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, in createArgs() argument 127 args.addToRoot = canBeRoot; in createArgs()
|
D | LayerHierarchyTest.h | 58 LayerCreationArgs createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, in createArgs() argument 62 args.addToRoot = canBeRoot; in createArgs()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | RequestedLayerState.cpp | 54 canBeRoot(args.addToRoot), in RequestedLayerState() 66 canBeRoot = false; in RequestedLayerState() 281 canBeRoot = false; in merge() 438 return canBeRoot && parentId == UNASSIGNED_LAYER_ID; in isRoot()
|
D | RequestedLayerState.h | 105 bool canBeRoot = false; member
|
D | LayerHierarchy.cpp | 226 } else if (layer->canBeRoot) { in attachToParent()
|