Home
last modified time | relevance | path

Searched refs:IconRecentsView (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java18 import static com.android.quickstep.views.IconRecentsView.CONTENT_ALPHA;
24 import com.android.quickstep.views.IconRecentsView;
32 BaseRecentsViewStateController<IconRecentsView> {
36 launcher.<IconRecentsView>getOverviewPanel().setRecentsToActivityHelper( in RecentsViewStateController()
41 FloatProperty<IconRecentsView> getContentAlphaProperty() { in getContentAlphaProperty()
DRecentsUiFactory.java31 import com.android.quickstep.views.IconRecentsView;
78 IconRecentsView recentsView = launcher.getOverviewPanel(); in resetOverview()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DFallbackActivityControllerHelper.java19 import static com.android.quickstep.views.IconRecentsView.CONTENT_ALPHA;
30 import com.android.quickstep.views.IconRecentsView;
52 IconRecentsView rv = activity.getOverviewPanel(); in prepareRecentsUI()
99 public IconRecentsView getVisibleRecentsView() { in getVisibleRecentsView()
DLauncherActivityControllerHelper.java27 import com.android.quickstep.views.IconRecentsView;
43 activity.<IconRecentsView>getOverviewPanel().setUsingRemoteAnimation(true); in prepareRecentsUI()
79 public IconRecentsView getVisibleRecentsView() {
91 launcher.<IconRecentsView>getOverviewPanel().setUsingRemoteAnimation(false);
DOverviewCommandHelper.java33 import com.android.quickstep.views.IconRecentsView;
94 IconRecentsView recents = (IconRecentsView) mHelper.getVisibleRecentsView(); in handleCommand()
169 IconRecentsView recents = mHelper.getVisibleRecentsView(); in handleCommand()
DAppToOverviewAnimationProvider.java20 import static com.android.quickstep.views.IconRecentsView.REMOTE_APP_TO_OVERVIEW_DURATION;
35 import com.android.quickstep.views.IconRecentsView;
51 private IconRecentsView mRecentsView;
161 IconRecentsView recentsView = mRecentsView; in toActivityOptions()
DRecentsActivity.java24 import com.android.quickstep.views.IconRecentsView;
32 private IconRecentsView mIconRecentsView;
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DGoLauncherAppTransitionManagerImpl.java7 import static com.android.quickstep.views.IconRecentsView.CONTENT_ALPHA;
16 import com.android.quickstep.views.IconRecentsView;
50 IconRecentsView overview = mLauncher.getOverviewPanel(); in composeViewContentAnimator()
83 IconRecentsView recentsView = mLauncher.getOverviewPanel(); in onCreateAnimation()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/states/
DOverviewState.java44 import com.android.quickstep.views.IconRecentsView;
72 IconRecentsView recentsView = launcher.getOverviewPanel(); in onStateEnabled()
82 IconRecentsView recentsView = launcher.getOverviewPanel(); in onStateDisabled()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java90 public final class IconRecentsView extends FrameLayout implements Insettable { class
92 public static final FloatProperty<IconRecentsView> CONTENT_ALPHA =
93 new FloatProperty<IconRecentsView>("contentAlpha") {
95 public void setValue(IconRecentsView view, float v) {
105 public Float get(IconRecentsView view) {
179 public IconRecentsView(Context context, AttributeSet attrs) { in IconRecentsView() method in IconRecentsView