Home
last modified time | relevance | path

Searched refs:mLayerProps (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.h166 FrameRate getSetFrameRateVote() const { return mLayerProps.setFrameRateVote; } in getSetFrameRateVote()
167 bool isVisible() const { return mLayerProps.visible; } in isVisible()
168 int32_t getFrameRateSelectionPriority() const { return mLayerProps.frameRateSelectionPriority; } in getFrameRateSelectionPriority()
170 FloatRect getBounds() const { return mLayerProps.bounds; } in getBounds()
172 ui::Transform getTransform() const { return mLayerProps.transform; } in getTransform()
292 LayerProps mLayerProps; variable
H A DLayerInfo.cpp52 mLayerProps = props; in setLastPresentTime()