Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/include/ui/
H A DSize.h134 using CommonLowestType = in clamp() local
148 std::max(static_cast<CommonLowestType>(fromLowest), in clamp()
149 static_cast<CommonLowestType>(toLowest)); in clamp()
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DSize.h134 using CommonLowestType = in clamp() local
148 std::max(static_cast<CommonLowestType>(fromLowest), in clamp()
149 static_cast<CommonLowestType>(toLowest)); in clamp()
/aosp12/frameworks/native/include/ui/
H A DSize.h134 using CommonLowestType = in clamp() local
148 std::max(static_cast<CommonLowestType>(fromLowest), in clamp()
149 static_cast<CommonLowestType>(toLowest)); in clamp()