Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java61 Rect insets = dp.getInsets(); in calculateTaskSize()
118 int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getShelfTrackingDistance()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java297 final int top = getMeasuredHeight() - mDragHandleSize - grid.getInsets().bottom; in updateDragHandleBounds()
303 left = width - grid.getInsets().right - mDragHandleSize; in updateDragHandleBounds()
305 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.java87 Rect targetInsets = dp.getInsets(); in getSwipeUpDestinationAndLength()
400 Rect fallbackInsets = launcher.getDeviceProfile().getInsets();
401 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.java157 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi()
163 mTopOffset = dp.getInsets().top - mShelfOffset; in reInitUi()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java275 Rect fallback = dl.getInsets(); in fromTaskThumbnailView()
276 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/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java128 if (ev.getY() > (mLauncher.getDragLayer().getHeight() - dp.getInsets().bottom)) { in canInterceptTouch()
DPortraitStatesTouchController.java300 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in isTouchOverHotseat()
/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java83 insets = grid.getInsets(); in setInsets()
DInsettableFrameLayout.java17 public Rect getInsets() { in getInsets() method in InsettableFrameLayout
DDeviceProfile.java417 public Rect getInsets() { in getInsets() method in DeviceProfile
DLauncher.java520 Rect r = mStableDeviceProfile.getInsets(); in updateInsets()
DWorkspace.java304 rotationMode.mapRect(stableGrid.getInsets(), mInsets); in setInsets()
/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.java132 <= mLauncher.getDeviceProfile().getInsets().top / 2; in setProgress()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java220 Rect insets = mActivity.getDragLayer().getInsets(); in orientAroundTaskView()
DTaskThumbnailView.java177 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