Home
last modified time | relevance | path

Searched refs:visibleRegion (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation_test.ts45 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 1}]},
96 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 1}]},
143 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 1}]},
172 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 1}]},
202 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 1}]},
258 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 1}]},
308 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 1}]},
360 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 1}]},
410 visibleRegion: null,
459 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 0}]},
[all …]
Dvisibility_properties_computation.ts200 const visibleRegion = layer.getEagerPropertyByName('visibleRegion'); constant
202 visibleRegion === undefined ||
203 visibleRegion.getAllChildren().length === 0
207 hasVisibleRegion = !this.hasValidEmptyVisibleRegion(visibleRegion);
213 private hasValidEmptyVisibleRegion(visibleRegion: PropertyTreeNode): boolean {
214 const visibleRegionRectsNode = visibleRegion.getChildByName('rect');