Searched refs:isMultiWindowMode (Results 1 – 9 of 9) sorted by relevance
46 public final boolean isMultiWindowMode; field in DeviceProfile136 int width, int height, boolean isLandscape, boolean isMultiWindowMode) { in DeviceProfile() argument140 this.isMultiWindowMode = isMultiWindowMode; in DeviceProfile()240 isMultiWindowMode); in copy()322 && !isMultiWindowMode) { in updateIconSize()
812 boolean isMultiWindowMode = mActivity.getDeviceProfile().isMultiWindowMode; in setFullscreenProgress()813 RectF insets = thumbnail.getInsetsToDrawInFullscreen(isMultiWindowMode); in setFullscreenProgress()820 float fullscreenCornerRadius = isMultiWindowMode ? 0 : mWindowCornerRadius; in setFullscreenProgress()
214 public RectF getInsetsToDrawInFullscreen(boolean isMultiWindowMode) { in getInsetsToDrawInFullscreen() argument216 return isMultiWindowMode ? EMPTY_RECT_F : mClippedInsets; in getInsetsToDrawInFullscreen()
158 if (dp.isMultiWindowMode) { in getOnClickListener()228 return !activity.getDeviceProfile().isMultiWindowMode
501 final float windowRadius = mDeviceProfile.isMultiWindowMode in getOpeningWindowAnimators()627 float cornerRadius = mDeviceProfile.isMultiWindowMode ? 0 :654 float windowCornerRadius = mDeviceProfile.isMultiWindowMode
55 && !launcher.getDeviceProfile().isMultiWindowMode in createTouchControllers()
63 if (dp.isMultiWindowMode) { in calculateTaskSize()
103 || mLauncher.getDeviceProfile().isMultiWindowMode; in homeScreenCanRotate()
153 mUseRoundedCornersOnWindows = mSupportsRoundedCornersOnWindows && !dp.isMultiWindowMode; in prepareAnimation()