Searched refs:DividerView (Results 1 – 5 of 5) sorted by relevance
40 public class Divider extends SystemUI implements DividerView.DividerCallbacks {44 private DividerView mView;74 public DividerView getView() { in getView()87 mView = (DividerView) in addDivider()
121 ? DividerView.TOUCH_ANIMATION_DURATION in animateToTarget()122 : DividerView.TOUCH_RELEASE_ANIMATION_DURATION); in animateToTarget()
73 public class DividerView extends FrameLayout implements OnTouchListener, class255 public DividerView(Context context) { in DividerView() method in DividerView259 public DividerView(Context context, @Nullable AttributeSet attrs) { in DividerView() method in DividerView263 public DividerView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in DividerView() method in DividerView267 public DividerView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, in DividerView() method in DividerView
34 import com.android.systemui.stackdivider.DividerView;93 DividerView dividerView = getComponent(Divider.class).getView(); in handleDockKey()
92 import com.android.systemui.stackdivider.DividerView;269 DividerView.INVALID_RECENTS_GROW_TARGET);696 mHandler.post(() -> toggleRecents(DividerView.INVALID_RECENTS_GROW_TARGET)); in setWaitingForTransitionStart()1072 if (growTarget == DividerView.INVALID_RECENTS_GROW_TARGET) { in getWindowRectOverride()