Home
last modified time | relevance | path

Searched refs:getLayer (Results 1 – 22 of 22) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp319 EXPECT_CALL(*outputLayer1, getLayer()).WillOnce(ReturnRef(layer)); in TEST_F()
323 EXPECT_CALL(*outputLayer1, getLayer()).WillOnce(ReturnRef(otherLayer)); in TEST_F()
324 EXPECT_CALL(*outputLayer2, getLayer()).WillOnce(ReturnRef(layer)); in TEST_F()
328 EXPECT_CALL(*outputLayer1, getLayer()).WillOnce(ReturnRef(otherLayer)); in TEST_F()
329 EXPECT_CALL(*outputLayer2, getLayer()).WillOnce(ReturnRef(otherLayer)); in TEST_F()
353 EXPECT_CALL(*existingOutputLayer, getLayer()).WillOnce(ReturnRef(otherLayer)); in TEST_F()
357 EXPECT_EQ(layer.get(), &result->getLayer()); in TEST_F()
369 EXPECT_CALL(*existingOutputLayer, getLayer()).WillOnce(ReturnRef(*layer)); in TEST_F()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DZOrderingTests.java88 private int getLayer(SurfaceControl sc) { in getLayer() method in ZOrderingTests.LayerRecordingTransaction
198 assertThat(t.getLayer(leftTop)).isGreaterThan(0); in assertZOrderGreaterThan()
200 assertThat(t.getLayer(rightTop)).isLessThan(0); in assertZOrderGreaterThan()
202 assertThat(t.getLayer(leftTop)).isGreaterThan(t.getLayer(rightTop)); in assertZOrderGreaterThan()
422 assertThat(t.getLayer(childList.get(i).getSurfaceControl())) in testAssignWindowLayers_ForPostivelyZOrderedSubtype()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutputLayer.h35 MOCK_CONST_METHOD0(getLayer, compositionengine::Layer&());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutputLayer.h50 virtual Layer& getLayer() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp213 if (outputLayer && &outputLayer->getLayer() == layer) { in getOutputLayerForLayer()
224 if (outputLayer && &outputLayer->getLayer() == layer.get()) { in getOrCreateOutputLayer()
DOutputLayer.cpp79 compositionengine::Layer& OutputLayer::getLayer() const { in getLayer() function in android::compositionengine::impl::OutputLayer
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayer.h40 compositionengine::Layer& getLayer() const override;
/frameworks/native/services/surfaceflinger/
DMonitoredProducer.h75 sp<Layer> getLayer() const;
DClient.cpp94 const auto& layer = (static_cast<MonitoredProducer*>(parent.get()))->getLayer(); in createWithSurfaceParent()
DMonitoredProducer.cpp161 sp<Layer> MonitoredProducer::getLayer() const { in getLayer() function in android::MonitoredProducer
DSurfaceInterceptor.cpp153 const sp<const Layer> SurfaceInterceptor::getLayer(const wp<const IBinder>& weakHandle) { in getLayer() function in android::impl::SurfaceInterceptor
326 const sp<const Layer> layer(getLayer(state.surface)); in addSurfaceChangesLocked()
373 otherLayer = (static_cast<MonitoredProducer*>(gbp.get()))->getLayer(); in addSurfaceChangesLocked()
DSurfaceInterceptor.h119 const sp<const Layer> getLayer(const wp<const IBinder>& weakHandle);
DSurfaceFlinger.cpp1811 layer->getLayerFE().latchCompositionState(layer->getLayer().editState().frontEnd, in calculateWorkingSet()
4034 (static_cast<MonitoredProducer*>(gbp.get()))->getLayer(); in setClientStateLocked()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.h144 Layer getLayer(size_t index) const;
DFakeComposerClient.cpp615 Layer FakeComposerClient::getLayer(size_t index) const { in getLayer() function in FakeComposerClient
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java247 sortedWindows.put(window.getLayer(), window); in getWindows()
DAccessibilityWindowInfo.java176 public int getLayer() { in getLayer() method in AccessibilityWindowInfo
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java497 int getLayer() { in getLayer() method in WindowSurfaceController
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java160 windowInfo2.setLayer(windowInfo1.getLayer() + 1); in setWindowsThenGetWindows_returnsInDecreasingLayerOrder()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3352 window.setLayer(windowCount - 1 - window.getLayer()); in updateWindowsLocked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35170 method public int getLayer();
/frameworks/base/api/
Dcurrent.txt52406 method public int getLayer();