Revert "Revert "Moving DeviceProfile properties into DevicePrope..."
Revert submission 33716851-revert-33672643-DataDeviceProfile1-XHYRAPLEBK Reason for revert: Error is fixed Reverted changes: /q/submissionid:33716851-revert-33672643-DataDeviceProfile1-XHYRAPLEBK Change-Id: Ib86824134955903c11e51e52dbfd6368aba1cd50
This commit is contained in:
committed by
Sebastian Franco
parent
1bec329180
commit
e1d31e5406
+1
-1
@@ -220,7 +220,7 @@ public class QuickstepAtomicAnimationFactory extends
|
||||
} else if (fromState == NORMAL && toState == ALL_APPS) {
|
||||
AllAppsSwipeController.applyNormalToAllAppsAnimConfig(mContainer, config);
|
||||
} else if (fromState == OVERVIEW && toState == OVERVIEW_SPLIT_SELECT) {
|
||||
SplitAnimationTimings timings = mContainer.getDeviceProfile().isTablet
|
||||
SplitAnimationTimings timings = mContainer.getDeviceProfile().getDeviceProperties().isTablet()
|
||||
? SplitAnimationTimings.TABLET_OVERVIEW_TO_SPLIT
|
||||
: SplitAnimationTimings.PHONE_OVERVIEW_TO_SPLIT;
|
||||
config.setInterpolator(ANIM_OVERVIEW_ACTIONS_FADE, clampToProgress(LINEAR,
|
||||
|
||||
Reference in New Issue
Block a user