Home
last modified time | relevance | path

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

12

/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/core/
DCarUi.java92 public static Insets getInsets(Activity activity) { in getInsets() method in CarUi
95 return controller.getInsets(); in getInsets()
112 Insets result = getInsets(activity); in requireInsets()
DBaseLayoutController.java99 /* package */ Insets getInsets() { in getInsets() method in BaseLayoutController
100 return mInsetsUpdater.getInsets(); in getInsets()
255 Insets getInsets() { in getInsets() method in BaseLayoutController.InsetsUpdater
DCarUiInstaller.java122 Insets insets = controller.getInsets(); in onCreate()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java40 swipeHeight -= dp.getInsets().bottom; in getDefaultSwipeHeight()
54 int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getShelfTrackingDistance()
DSplitScreenBounds.java76 Insets insets = wm.getWindowInsets().getInsets(Type.systemBars()); in createDefaultWindowBounds()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java181 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi()
187 mTopOffset = dp.getInsets().top - mDragHandleSize.y; in reInitUi()
252 boolean forceChange = mShelfTop <= mLauncher.getDeviceProfile().getInsets().top / 2f; in updateSysUiColors()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java374 final int top = getMeasuredHeight() - mDragHandleSize.y - grid.getInsets().bottom; in updateDragHandleBounds()
380 left = width - grid.getInsets().right - mDragHandleSize.x in updateDragHandleBounds()
383 left = grid.getInsets().left + mDragHandlePaddingInVerticalBarLayout; in updateDragHandleBounds()
DSnackbar.java83 Rect insets = activity.getDeviceProfile().getInsets(); in show()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java211 public Rect getInsets(Rect fallback) { in getInsets() method in TaskThumbnailView
484 Rect activityInsets = dp.getInsets(); in updateThumbnailMatrix()
513 Rect splitScreenInsets = dp.getInsets(); in updateThumbnailMatrix()
DTaskMenuView.java235 Rect insets = mActivity.getDragLayer().getInsets(); in orientAroundTaskView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java83 .getInsets(WindowInsets.Type.systemBars()); in SwipeUpGestureTutorialController()
179 new Rect(0, 0, dp.widthPx, dp.heightPx), dp.getInsets()); in initDp()
DTutorialFragment.java112 Insets systemInsets = insets.getInsets(WindowInsets.Type.systemBars()); in onCreateView()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java60 Rect insets = launcher.getDragLayer().getInsets(); in getWorkspaceScaleAndTranslation()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java262 Rect insets = dragLayer.getInsets(); in orientAboutObject()
371 Rect insets = dragLayer.getInsets(); in onLayout()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerBaseFragment.java64 Insets insets = CarUi.getInsets(requireActivity()); in onViewCreated()
/packages/apps/Launcher3/src/com/android/launcher3/
DInsettableFrameLayout.java17 public Rect getInsets() { in getInsets() method in InsettableFrameLayout
DBaseDraggingActivity.java292 Insets insets = wm.getWindowInsets().getInsets(Type.systemBars()); in getMultiWindowDisplaySize()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DFallbackActivityInterface.java62 Rect targetInsets = dp.getInsets(); in getSwipeUpDestinationAndLength()
DLauncherActivityInterface.java79 Rect targetInsets = dp.getInsets(); in getSwipeUpDestinationAndLength()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java164 if (ev.getY() > (mLauncher.getDragLayer().getHeight() - dp.getInsets().bottom)) { in canInterceptTouch()
DPortraitStatesTouchController.java347 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getHotseatTop()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DWorkspaceTouchListener.java95 Rect insets = dp.getInsets(); in onTouch()
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/preference/
DListPreferenceFragment.java170 Insets insets = CarUi.getInsets(getActivity()); in onStart()
DMultiSelectListPreferenceFragment.java165 Insets insets = CarUi.getInsets(getActivity()); in onStart()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsFullSheet.java175 if (getPopupContainer().getInsets().bottom > 0) { in open()

12