Searched refs:DividerView (Results 1 – 5 of 5) sorted by relevance
41 private DividerView mView;66 public DividerView getView() { in getView()71 mView = (DividerView) in addDivider()
121 ? DividerView.TOUCH_ANIMATION_DURATION in animateToTarget()122 : DividerView.TOUCH_RELEASE_ANIMATION_DURATION); in animateToTarget()
78 public class DividerView extends FrameLayout implements OnTouchListener, class229 public DividerView(Context context) { in DividerView() method in DividerView233 public DividerView(Context context, @Nullable AttributeSet attrs) { in DividerView() method in DividerView237 public DividerView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in DividerView() method in DividerView241 public DividerView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, in DividerView() method in DividerView
43 import com.android.systemui.stackdivider.DividerView;109 DividerView dividerView = getComponent(Divider.class).getView(); in handleDockKey()
73 import com.android.systemui.stackdivider.DividerView;163 DividerView.INVALID_RECENTS_GROW_TARGET);545 DividerView.INVALID_RECENTS_GROW_TARGET); in dockTopTask()876 if (growTarget == DividerView.INVALID_RECENTS_GROW_TARGET) { in getWindowRectOverride()