Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DFloatRect.h24 constexpr FloatRect(float _left, float _top, float _right, float _bottom) in FloatRect() argument
25 : left(_left), top(_top), right(_right), bottom(_bottom) {} in FloatRect()