Home
last modified time | relevance | path

Searched defs:scaleRectAboutCenter (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipPinchResizingAlgorithm.java125 private void scaleRectAboutCenter(Rect r, float scale) { in scaleRectAboutCenter() method in PipPinchResizingAlgorithm
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java346 public static void scaleRectAboutCenter(Rect r, float scale) { in scaleRectAboutCenter() method in Utilities