/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/core/ |
D | CarUi.java | 74 public static Insets getInsets(Activity activity) { in getInsets() method in CarUi 77 return controller.getInsets(); in getInsets() 94 Insets result = getInsets(activity); in requireInsets()
|
D | BaseLayoutController.java | 95 /* package */ Insets getInsets() { in getInsets() method in BaseLayoutController 96 return mInsetsUpdater.getInsets(); in getInsets() 235 Insets getInsets() { in getInsets() method in BaseLayoutController.InsetsUpdater
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | LayoutUtils.java | 48 swipeHeight -= dp.getInsets().bottom; in getDefaultSwipeHeight() 76 Rect insets = dp.getInsets(); in calculateTaskSize() 133 int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getShelfTrackingDistance()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ScrimView.java | 300 final int top = getMeasuredHeight() - mDragHandleSize - grid.getInsets().bottom; in updateDragHandleBounds() 306 left = width - grid.getInsets().right - mDragHandleSize; in updateDragHandleBounds() 308 left = mDragHandleSize + grid.getInsets().left; in updateDragHandleBounds()
|
D | Snackbar.java | 83 Rect insets = launcher.getDeviceProfile().getInsets(); in show()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | LauncherActivityControllerHelper.java | 84 Rect targetInsets = dp.getInsets(); in getSwipeUpDestinationAndLength() 347 Rect fallbackInsets = launcher.getDeviceProfile().getInsets(); 348 float extraTranslationY = runningTaskView.getThumbnail().getInsets(fallbackInsets).top;
|
D | FallbackActivityControllerHelper.java | 66 Rect targetInsets = dp.getInsets(); in getSwipeUpDestinationAndLength()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | ShelfScrimView.java | 167 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi() 173 mTopOffset = dp.getInsets().top - mShelfOffset; in reInitUi()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | ClipAnimationHelper.java | 289 Rect fallback = dl.getInsets(); in fromTaskThumbnailView() 290 mSourceInsets.set(ttv.getInsets(fallback)); in fromTaskThumbnailView()
|
/packages/apps/Launcher3/src/com/android/launcher3/states/ |
D | SpringLoadedState.java | 57 Rect insets = launcher.getDragLayer().getInsets(); in getWorkspaceScaleAndTranslation()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InsettableFrameLayout.java | 17 public Rect getInsets() { in getInsets() method in InsettableFrameLayout
|
D | Hotseat.java | 83 insets = grid.getInsets(); in setInsets()
|
D | DeviceProfile.java | 446 public Rect getInsets() { in getInsets() method in DeviceProfile
|
D | Launcher.java | 532 Rect r = mStableDeviceProfile.getInsets(); in updateInsets()
|
D | Workspace.java | 302 rotationMode.mapRect(stableGrid.getInsets(), mInsets); in setInsets()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | StatusBarTouchController.java | 169 if (ev.getY() > (mLauncher.getDragLayer().getHeight() - dp.getInsets().bottom)) { in canInterceptTouch()
|
D | PortraitStatesTouchController.java | 321 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getHotseatTop()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | WorkspaceTouchListener.java | 94 Rect insets = dp.getInsets(); in onTouch()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetsFullSheet.java | 167 if (getPopupContainer().getInsets().bottom > 0) { in open()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 129 <= mLauncher.getDeviceProfile().getInsets().top / 2; in setProgress()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskMenuView.java | 222 Rect insets = mActivity.getDragLayer().getInsets(); in orientAroundTaskView()
|
D | TaskThumbnailView.java | 187 public Rect getInsets(Rect fallback) { in getInsets() method in TaskThumbnailView
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 242 Rect insets = dragLayer.getInsets(); in orientAboutObject()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | MaterialProgressDrawable.java | 727 public float getInsets() { in getInsets() method in MaterialProgressDrawable.Ring
|