Home
last modified time | relevance | path

Searched refs:mDeviceProfile (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java150 private DeviceProfile mDeviceProfile; field in QuickstepAppTransitionManagerImpl
174 mDeviceProfile = mLauncher.getDeviceProfile(); in QuickstepAppTransitionManagerImpl()
193 mDeviceProfile = dp; in onDeviceProfileChanged()
318 Rect bounds = new Rect(0, 0, mDeviceProfile.widthPx, mDeviceProfile.heightPx); in getWindowTargetBounds()
500 if (mDeviceProfile.isVerticalBarLayout()) { in getOpeningWindowAnimators()
510 final float windowRadius = mDeviceProfile.isMultiWindowMode in getOpeningWindowAnimators()
533 if (mDeviceProfile.isVerticalBarLayout()) { in getOpeningWindowAnimators()
576 if (mDeviceProfile.isVerticalBarLayout()) { in getOpeningWindowAnimators()
636 float cornerRadius = mDeviceProfile.isMultiWindowMode ? 0 :
663 float windowCornerRadius = mDeviceProfile.isMultiWindowMode
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java84 protected DeviceProfile mDeviceProfile; field in WidgetCell
98 mDeviceProfile = mActivity.getDeviceProfile(); in WidgetCell()
108 mCellSize = (int) (mDeviceProfile.allAppsCellWidthPx * WIDTH_SCALE); in setContainerWidth()
188 mDeviceProfile.allAppsIconSizePx))); in applyPreview()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java49 protected DeviceProfile mDeviceProfile; field in TestInformationHandler
56 mDeviceProfile = InvariantDeviceProfile.INSTANCE. in init()
157 mDeviceProfile.allAppsCellHeightPx); in call()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java79 protected DeviceProfile mDeviceProfile; field in BaseActivity
114 return mDeviceProfile; in getDeviceProfile()
221 mDPChangeListeners.get(i).onDeviceProfileChanged(mDeviceProfile); in dispatchDeviceProfileChanged()
DBaseDraggingActivity.java242 if (mDeviceProfile.isVerticalBarLayout()) { in onDeviceProfileInitiated()
244 mDeviceProfile.updateIsSeascape(this); in onDeviceProfileInitiated()
251 if (mDeviceProfile.updateIsSeascape(this)) { in onDeviceRotationChanged()
DLauncher.java431 onIdpChanged(mDeviceProfile.inv); in onConfigurationChanged()
440 onIdpChanged(mDeviceProfile.inv); in reload()
455 ? RotationMode.NORMAL : UiFactory.getRotationMode(mDeviceProfile); in reapplyUi()
506 mDeviceProfile = idp.getDeviceProfile(this); in initDeviceProfile()
513 mDeviceProfile = mDeviceProfile.getMultiWindowProfile(this, mwSize); in initDeviceProfile()
516 if (supportsFakeLandscapeUI() && mDeviceProfile.isVerticalBarLayout()) { in initDeviceProfile()
517 mStableDeviceProfile = mDeviceProfile.inv.portraitProfile; in initDeviceProfile()
518 mRotationMode = UiFactory.getRotationMode(mDeviceProfile); in initDeviceProfile()
530 mDeviceProfile.updateInsets(insets); in updateInsets()
550 return mStableDeviceProfile == null ? mDeviceProfile : mStableDeviceProfile; in getWallpaperDeviceProfile()
[all …]
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DQuickstepTestInformationHandler.java27 LayoutUtils.getDefaultSwipeHeight(mContext, mDeviceProfile); in call()
34 LayoutUtils.getShelfTrackingDistance(mContext, mDeviceProfile); in call()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseRecentsActivity.java95 mDeviceProfile = createDeviceProfile(); in initDeviceProfile()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java107 mDeviceProfile = mIdp.getDeviceProfile(getApplicationContext()); in onCreate()