Home
last modified time | relevance | path

Searched refs:outBounds (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java174 public void getIconBounds(Rect outBounds) { in getIconBounds() argument
175 super.getIconBounds(outBounds); in getIconBounds()
178 outBounds.inset(predictionInset, predictionInset); in getIconBounds()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DRoundedLine.java108 public void getBounds(final Rect outBounds) { in getBounds() argument
111 mArc1.roundOut(outBounds); in getBounds()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java432 public void getIconBounds(Rect outBounds) { in getIconBounds() argument
433 getIconBounds(this, outBounds, mIconSize); in getIconBounds()
436 public static void getIconBounds(View iconView, Rect outBounds, int iconSize) { in getIconBounds() argument
441 outBounds.set(left, top, right, bottom); in getIconBounds()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java176 void getBounds(Rect outBounds) { in getBounds() argument
181 outBounds.set(left, top, right, bottom); in getBounds()
DFolderIcon.java237 public void getPreviewBounds(Rect outBounds) { in getPreviewBounds() argument
239 mBackground.getBounds(outBounds); in getPreviewBounds()