Home
last modified time | relevance | path

Searched refs:SplitInstructionsView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DSplitInstructionsView.java44 public class SplitInstructionsView extends FrameLayout { class
48 public static final FloatProperty<SplitInstructionsView> UNFOLD =
49 new FloatProperty<SplitInstructionsView>("SplitInstructionsUnfold") {
51 public void setValue(SplitInstructionsView splitInstructionsView, float v) {
56 public Float get(SplitInstructionsView splitInstructionsView) {
61 public SplitInstructionsView(Context context) { in SplitInstructionsView() method in SplitInstructionsView
65 public SplitInstructionsView(Context context, @Nullable AttributeSet attrs) { in SplitInstructionsView() method in SplitInstructionsView
69 public SplitInstructionsView(Context context, AttributeSet attrs, int defStyleAttr) { in SplitInstructionsView() method in SplitInstructionsView
74 public static SplitInstructionsView getSplitInstructionsView(StatefulActivity launcher) { in getSplitInstructionsView()
76 final SplitInstructionsView splitInstructionsView = in getSplitInstructionsView()
[all …]
DRecentsView.java3255 SplitInstructionsView splitInstructionsView = in createInitialSplitSelectAnimation()
3256 SplitInstructionsView.getSplitInstructionsView(mActivity); in createInitialSplitSelectAnimation()
6039 public SplitInstructionsView getSplitInstructionsView() {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt39 import com.android.quickstep.views.SplitInstructionsView
249 val splitInstructionsView = SplitInstructionsView.getSplitInstructionsView(launcher) in getShowSplitInstructionsAnim()
261 anim.addFloat(splitInstructionsView, SplitInstructionsView.UNFOLD, 0.1f, 1f, in getShowSplitInstructionsAnim()
DSplitSelectStateController.java97 import com.android.quickstep.views.SplitInstructionsView;
142 private SplitInstructionsView mSplitInstructionsView;
698 public void setSplitInstructionsView(SplitInstructionsView splitInstructionsView) { in setSplitInstructionsView()
708 public SplitInstructionsView getSplitInstructionsView() { in getSplitInstructionsView()