Searched refs:_right (Results 1 - 1 of 1) sorted by relevance

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

Completed in 40 milliseconds