Searched refs:DividerView (Results 1 – 5 of 5) sorted by relevance
43 private DividerView mView;70 public DividerView getView() { in getView()83 mView = (DividerView) in addDivider()
121 ? DividerView.TOUCH_ANIMATION_DURATION in animateToTarget()122 : DividerView.TOUCH_RELEASE_ANIMATION_DURATION); in animateToTarget()
82 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
45 import com.android.systemui.stackdivider.DividerView;119 DividerView dividerView = getComponent(Divider.class).getView(); in handleDockKey()
91 import com.android.systemui.stackdivider.DividerView;241 DividerView.INVALID_RECENTS_GROW_TARGET);637 DividerView.INVALID_RECENTS_GROW_TARGET); in dockTopTask()1036 if (growTarget == DividerView.INVALID_RECENTS_GROW_TARGET) { in getWindowRectOverride()