Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java136 public static float normalizeAdaptiveIcon(Drawable d, int size, @Nullable RectF outBounds) { in normalizeAdaptiveIcon()
239 public synchronized float getScale(@NonNull Drawable d, @Nullable RectF outBounds, in getScale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DRoundedLine.java108 public void getBounds(final Rect outBounds) { in getBounds()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java436 public void getIconBounds(Rect outBounds) { in getIconBounds()
440 public static void getIconBounds(View iconView, Rect outBounds, int iconSize) { in getIconBounds()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java200 public void getPreviewBounds(Rect outBounds) { in getPreviewBounds()
DPreviewBackground.java157 void getBounds(Rect outBounds) { in getBounds()