Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFECompositionState.h205 Rect cursorFrame; member
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp1436 mLayerFEState.cursorFrame = kDefaultCursorFrame; in OutputLayerWriteCursorPositionToHWCTest()
1467 mLayerFEState.cursorFrame = Rect{3000, 3000, 3016, 3016}; in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp753 Rect frame = layerFEState->cursorFrame; in writeCursorPositionToHWC()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp1019 snapshot.cursorFrame = snapshot.geomLayerTransform.transform(bounds); in updateLayerBounds()
/frameworks/native/services/surfaceflinger/
DLayer.cpp727 snapshot->cursorFrame = frame; in prepareCursorCompositionState()