Merge "Make some things public for reuse." into udc-qpr-dev
This commit is contained in:
@@ -183,7 +183,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
|||||||
private static final String CONTROL_REMOTE_APP_TRANSITION_PERMISSION =
|
private static final String CONTROL_REMOTE_APP_TRANSITION_PERMISSION =
|
||||||
"android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS";
|
"android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS";
|
||||||
|
|
||||||
private static final long APP_LAUNCH_DURATION = 500;
|
public static final long APP_LAUNCH_DURATION = 500;
|
||||||
|
|
||||||
private static final long APP_LAUNCH_ALPHA_DURATION = 50;
|
private static final long APP_LAUNCH_ALPHA_DURATION = 50;
|
||||||
private static final long APP_LAUNCH_ALPHA_START_DELAY = 25;
|
private static final long APP_LAUNCH_ALPHA_START_DELAY = 25;
|
||||||
|
|||||||
@@ -159,6 +159,10 @@ public class TaskOverlayFactory implements ResourceBasedOverride {
|
|||||||
return mActionsView;
|
return mActionsView;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public TaskThumbnailView getThumbnailView() {
|
||||||
|
return mThumbnailView;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the current task is interactive for the user
|
* Called when the current task is interactive for the user
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user