Searched refs:IconRecentsView (Results 1 – 10 of 10) sorted by relevance
18 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()
31 import com.android.quickstep.views.IconRecentsView;78 IconRecentsView recentsView = launcher.getOverviewPanel(); in resetOverview()
19 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()
27 import com.android.quickstep.views.IconRecentsView;43 activity.<IconRecentsView>getOverviewPanel().setUsingRemoteAnimation(true); in prepareRecentsUI()79 public IconRecentsView getVisibleRecentsView() {91 launcher.<IconRecentsView>getOverviewPanel().setUsingRemoteAnimation(false);
33 import com.android.quickstep.views.IconRecentsView;94 IconRecentsView recents = (IconRecentsView) mHelper.getVisibleRecentsView(); in handleCommand()169 IconRecentsView recents = mHelper.getVisibleRecentsView(); in handleCommand()
20 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()
24 import com.android.quickstep.views.IconRecentsView;32 private IconRecentsView mIconRecentsView;
7 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()
44 import com.android.quickstep.views.IconRecentsView;72 IconRecentsView recentsView = launcher.getOverviewPanel(); in onStateEnabled()82 IconRecentsView recentsView = launcher.getOverviewPanel(); in onStateDisabled()
90 public final class IconRecentsView extends FrameLayout implements Insettable { class92 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