Home
last modified time | relevance | path

Searched refs:cursorFrame (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFECompositionState.h216 Rect cursorFrame; member
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp1558 mLayerFEState.cursorFrame = kDefaultCursorFrame; in OutputLayerWriteCursorPositionToHWCTest()
1589 mLayerFEState.cursorFrame = Rect{3000, 3000, 3016, 3016}; in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp924 Rect frame = layerState->cursorFrame; in writeCursorPositionToHWC()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp1113 snapshot.cursorFrame = snapshot.geomLayerTransform.transform(bounds); in updateLayerBounds()