Home
last modified time | relevance | path

Searched refs:otherLayer (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DLayerTrustedPresentationListener_test.cpp119 auto otherLayer = makeLayer(); in TEST_F() local
120 t.show(otherLayer) in TEST_F()
121 .setPosition(otherLayer, 100, 100) in TEST_F()
122 .setLayer(otherLayer, INT32_MAX) in TEST_F()
134 auto otherLayer = makeLayer(); in TEST_F() local
135 t.show(otherLayer) in TEST_F()
136 .setPosition(otherLayer, 100, 100) in TEST_F()
137 .setLayer(otherLayer, INT32_MAX) in TEST_F()
138 .setFlags(otherLayer, 0, layer_state_t::eLayerOpaque) in TEST_F()
193 auto otherLayer = makeLayer(); in TEST_F() local
[all …]
/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
DCleanArchitectureDependencyViolationDetector.kt117 fun mayDependOn(otherLayer: Layer): Boolean { in <lambda>()
118 return this == otherLayer || canDependOn.contains(otherLayer) in <lambda>()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DPredictor.h63 const auto& otherLayer = other.mLayers[l]; in compare() local
66 auto comparisonOpt = thisLayer.compare(otherLayer); in compare()
70 comparisonOpt ? " " : "Identical", otherLayer.getId(), in compare()
71 otherLayer.getName().c_str()); in compare()