Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DRegion.h91 Region& scaleSelf(float sx, float sy);
/frameworks/native/libs/ui/include_vndk/ui/
DRegion.h91 Region& scaleSelf(float sx, float sy);
/frameworks/native/libs/ui/
DRegion.cpp338 Region& Region::scaleSelf(float sx, float sy) { in scaleSelf() function in android::Region
/frameworks/native/services/surfaceflinger/
DLayer.cpp2055 info.touchableRegion.scaleSelf(xScale, yScale); in fillInputInfo()