Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DTransform.h92 Rect makeBounds(int w, int h) const;
/frameworks/native/libs/ui/include/ui/
DTransform.h92 Rect makeBounds(int w, int h) const;
/frameworks/native/libs/ui/include_vndk/ui/
DTransform.h92 Rect makeBounds(int w, int h) const;
/frameworks/native/libs/ui/
DTransform.cpp246 Rect Transform::makeBounds(int w, int h) const { in makeBounds() function in android::ui::Transform