Searched refs:mDeviceProfile (Results 1 – 9 of 9) sorted by relevance
150 private DeviceProfile mDeviceProfile; field in QuickstepAppTransitionManagerImpl174 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
84 protected DeviceProfile mDeviceProfile; field in WidgetCell98 mDeviceProfile = mActivity.getDeviceProfile(); in WidgetCell()108 mCellSize = (int) (mDeviceProfile.allAppsCellWidthPx * WIDTH_SCALE); in setContainerWidth()188 mDeviceProfile.allAppsIconSizePx))); in applyPreview()
49 protected DeviceProfile mDeviceProfile; field in TestInformationHandler56 mDeviceProfile = InvariantDeviceProfile.INSTANCE. in init()157 mDeviceProfile.allAppsCellHeightPx); in call()
79 protected DeviceProfile mDeviceProfile; field in BaseActivity114 return mDeviceProfile; in getDeviceProfile()221 mDPChangeListeners.get(i).onDeviceProfileChanged(mDeviceProfile); in dispatchDeviceProfileChanged()
242 if (mDeviceProfile.isVerticalBarLayout()) { in onDeviceProfileInitiated()244 mDeviceProfile.updateIsSeascape(this); in onDeviceProfileInitiated()251 if (mDeviceProfile.updateIsSeascape(this)) { in onDeviceRotationChanged()
431 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 …]
27 LayoutUtils.getDefaultSwipeHeight(mContext, mDeviceProfile); in call()34 LayoutUtils.getShelfTrackingDistance(mContext, mDeviceProfile); in call()
95 mDeviceProfile = createDeviceProfile(); in initDeviceProfile()
107 mDeviceProfile = mIdp.getDeviceProfile(getApplicationContext()); in onCreate()