/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 319 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/ |
D | ZOrderingTests.java | 88 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/ |
D | OutputLayer.h | 35 MOCK_CONST_METHOD0(getLayer, compositionengine::Layer&());
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | OutputLayer.h | 50 virtual Layer& getLayer() const = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Output.cpp | 213 if (outputLayer && &outputLayer->getLayer() == layer) { in getOutputLayerForLayer() 224 if (outputLayer && &outputLayer->getLayer() == layer.get()) { in getOrCreateOutputLayer()
|
D | OutputLayer.cpp | 79 compositionengine::Layer& OutputLayer::getLayer() const { in getLayer() function in android::compositionengine::impl::OutputLayer
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | OutputLayer.h | 40 compositionengine::Layer& getLayer() const override;
|
/frameworks/native/services/surfaceflinger/ |
D | MonitoredProducer.h | 75 sp<Layer> getLayer() const;
|
D | Client.cpp | 94 const auto& layer = (static_cast<MonitoredProducer*>(parent.get()))->getLayer(); in createWithSurfaceParent()
|
D | MonitoredProducer.cpp | 161 sp<Layer> MonitoredProducer::getLayer() const { in getLayer() function in android::MonitoredProducer
|
D | SurfaceInterceptor.cpp | 153 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()
|
D | SurfaceInterceptor.h | 119 const sp<const Layer> getLayer(const wp<const IBinder>& weakHandle);
|
D | SurfaceFlinger.cpp | 1811 layer->getLayerFE().latchCompositionState(layer->getLayer().editState().frontEnd, in calculateWorkingSet() 4034 (static_cast<MonitoredProducer*>(gbp.get()))->getLayer(); in setClientStateLocked()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerClient.h | 144 Layer getLayer(size_t index) const;
|
D | FakeComposerClient.cpp | 615 Layer FakeComposerClient::getLayer(size_t index) const { in getLayer() function in FakeComposerClient
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityCache.java | 247 sortedWindows.put(window.getLayer(), window); in getWindows()
|
D | AccessibilityWindowInfo.java | 176 public int getLayer() { in getLayer() method in AccessibilityWindowInfo
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfaceController.java | 497 int getLayer() { in getLayer() method in WindowSurfaceController
|
/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | AccessibilityCacheTest.java | 160 windowInfo2.setLayer(windowInfo1.getLayer() + 1); in setWindowsThenGetWindows_returnsInDecreasingLayerOrder()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 3352 window.setLayer(windowCount - 1 - window.getLayer()); in updateWindowsLocked()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35170 method public int getLayer();
|
/frameworks/base/api/ |
D | current.txt | 52406 method public int getLayer();
|