Home
last modified time | relevance | path

Searched refs:getInsets (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/core/
DCarUi.java74 public static Insets getInsets(Activity activity) { in getInsets() method in CarUi
77 return controller.getInsets(); in getInsets()
94 Insets result = getInsets(activity); in requireInsets()
DBaseLayoutController.java95 /* 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/
DLayoutUtils.java48 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/
DScrimView.java300 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()
DSnackbar.java83 Rect insets = launcher.getDeviceProfile().getInsets(); in show()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityControllerHelper.java84 Rect targetInsets = dp.getInsets(); in getSwipeUpDestinationAndLength()
347 Rect fallbackInsets = launcher.getDeviceProfile().getInsets();
348 float extraTranslationY = runningTaskView.getThumbnail().getInsets(fallbackInsets).top;
DFallbackActivityControllerHelper.java66 Rect targetInsets = dp.getInsets(); in getSwipeUpDestinationAndLength()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java167 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/
DClipAnimationHelper.java289 Rect fallback = dl.getInsets(); in fromTaskThumbnailView()
290 mSourceInsets.set(ttv.getInsets(fallback)); in fromTaskThumbnailView()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java57 Rect insets = launcher.getDragLayer().getInsets(); in getWorkspaceScaleAndTranslation()
/packages/apps/Launcher3/src/com/android/launcher3/
DInsettableFrameLayout.java17 public Rect getInsets() { in getInsets() method in InsettableFrameLayout
DHotseat.java83 insets = grid.getInsets(); in setInsets()
DDeviceProfile.java446 public Rect getInsets() { in getInsets() method in DeviceProfile
DLauncher.java532 Rect r = mStableDeviceProfile.getInsets(); in updateInsets()
DWorkspace.java302 rotationMode.mapRect(stableGrid.getInsets(), mInsets); in setInsets()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java169 if (ev.getY() > (mLauncher.getDragLayer().getHeight() - dp.getInsets().bottom)) { in canInterceptTouch()
DPortraitStatesTouchController.java321 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getHotseatTop()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DWorkspaceTouchListener.java94 Rect insets = dp.getInsets(); in onTouch()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsFullSheet.java167 if (getPopupContainer().getInsets().bottom > 0) { in open()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java129 <= mLauncher.getDeviceProfile().getInsets().top / 2; in setProgress()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java222 Rect insets = mActivity.getDragLayer().getInsets(); in orientAroundTaskView()
DTaskThumbnailView.java187 public Rect getInsets(Rect fallback) { in getInsets() method in TaskThumbnailView
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java242 Rect insets = dragLayer.getInsets(); in orientAboutObject()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java727 public float getInsets() { in getInsets() method in MaterialProgressDrawable.Ring