Searched refs:isMultiWindowMode (Results 1 – 7 of 7) sorted by relevance
288 BaseDraggingActivity.fromContext(context).getDeviceProfile().isMultiWindowMode); in getDepth()297 float getDepth(DEVICE_PROFILE_CONTEXT context, boolean isMultiWindowMode) { in getDepth() argument298 if (isMultiWindowMode) { in getDepth()
92 public final boolean isMultiWindowMode; field in DeviceProfile278 SparseArray<DotRenderer> dotRendererCache, boolean isMultiWindowMode, in DeviceProfile() argument285 this.isMultiWindowMode = isMultiWindowMode; in DeviceProfile()294 isScalableGrid = inv.isScalable && !isVerticalBarLayout() && !isMultiWindowMode; in DeviceProfile()762 .setMultiWindowMode(isMultiWindowMode) in toBuilder()985 && !isMultiWindowMode) {1569 writer.println(prefix + "\tisMultiWindowMode:" + isMultiWindowMode);1812 public Builder setMultiWindowMode(boolean isMultiWindowMode) {1813 mIsMultiWindowMode = isMultiWindowMode;
46 protected var isMultiWindowMode: Boolean = false variable in com.android.launcher3.FakeInvariantDeviceProfileTest66 isMultiWindowMode, in newDP()
718 final float finalWindowRadius = mDeviceProfile.isMultiWindowMode in getOpeningWindowAnimators()914 final float finalWindowRadius = mDeviceProfile.isMultiWindowMode in getOpeningWindowAnimatorsForWidget()1223 float cornerRadius = mDeviceProfile.isMultiWindowMode ? 0 : in getUnlockWindowAnimator()1356 mDeviceProfile.isMultiWindowMode ? 0 : getWindowCornerRadius(mLauncher), in getClosingWindowAnimators()1450 float windowCornerRadius = mDeviceProfile.isMultiWindowMode in getFallbackClosingWindowAnimators()
268 boolean hideForExistingMultiWindow = activity.getDeviceProfile().isMultiWindowMode;
905 orientationState.setMultiWindowMode(dp.isMultiWindowMode);
561 if (!getDeviceProfile().isMultiWindowMode) { in createTouchControllers()