Home
last modified time | relevance | path

Searched defs:outRect (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DViewGroupFocusHelper.java37 public void viewToRect(View v, Rect outRect) { in viewToRect()
52 private void computeLocationRelativeToContainer(View child, Rect outRect) { in computeLocationRelativeToContainer()
DFocusIndicatorHelper.java212 public abstract void viewToRect(View v, Rect outRect); in viewToRect()
250 public void viewToRect(View v, Rect outRect) { in viewToRect()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java42 public static void calculateLauncherTaskSize(Context context, DeviceProfile dp, Rect outRect) { in calculateLauncherTaskSize()
52 public static void calculateFallbackTaskSize(Context context, DeviceProfile dp, Rect outRect) { in calculateFallbackTaskSize()
58 float extraVerticalSpace, @MultiWindowStrategy int multiWindowStrategy, Rect outRect) { in calculateTaskSize()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DHorizontalSpacerItemDecoration.java25 public void getItemOffsets(@NonNull Rect outRect, @NonNull View view, in getItemOffsets()
DDynamicAdaptiveIconDrawable.java247 final Rect outRect = mTmpOutRect; in updateLayerBoundsInternal() local
497 public void getHotspotBounds(Rect outRect) { in getHotspotBounds()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsView.java91 protected void getTaskSize(DeviceProfile dp, Rect outRect) { in getTaskSize()
92 LayoutUtils.calculateFallbackTaskSize(getContext(), dp, outRect); in getTaskSize() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationView.java133 public void getItemOffsets(Rect outRect, View view, RecyclerView parent, in getItemOffsets()
159 public void getItemOffsets(Rect outRect, View view, RecyclerView parent, in getItemOffsets()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DGridMarginDecoration.java56 public void getItemOffsets(Rect outRect, View view, RecyclerView parent, in getItemOffsets()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DGridSpacingItemDecoration.java48 public void getItemOffsets(Rect outRect, View view, RecyclerView parent, in getItemOffsets()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DGoActivityControlHelper.java25 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java143 protected void getTaskSize(DeviceProfile dp, Rect outRect) { in getTaskSize()
144 LayoutUtils.calculateLauncherTaskSize(getContext(), dp, outRect); in getTaskSize() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DFavoriteListFragment.java79 public void getItemOffsets(@NonNull Rect outRect, @NonNull View view, in getItemOffsets()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DFallbackActivityControllerHelper.java62 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength()
DLauncherActivityControllerHelper.java84 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTarget.java132 void getHitRectRelativeToDragLayer(Rect outRect); in getHitRectRelativeToDragLayer()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java297 private static boolean getViewScreenMeasureRect(final View view, final Rect outRect) { in getViewScreenMeasureRect()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
DArtistFragment.java187 …ect outRect, @NonNull View view, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) { in getItemOffsets()
DAlbumFragment.java176 …ect outRect, @NonNull View view, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) { in getItemOffsets()
DSeriesFragment.java176 …ect outRect, @NonNull View view, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) { in getItemOffsets()
DGenreFragment.java172 …ect outRect, @NonNull View view, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) { in getItemOffsets()
DMovieFragment.java181 …ect outRect, @NonNull View view, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) { in getItemOffsets()
DPlaylistFragment.java232 …ect outRect, @NonNull View view, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) { in getItemOffsets()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DActivityControlHelper.java52 int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect); in getSwipeUpDestinationAndLength()
/packages/apps/Car/Settings/src/com/android/car/settings/users/
DUserGridRecyclerView.java444 public void getItemOffsets(Rect outRect, View view, RecyclerView parent, in getItemOffsets()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageStraighten.java185 public static void getUntranslatedStraightenCropBounds(RectF outRect, float straightenAngle) { in getUntranslatedStraightenCropBounds()

12