HomeSort by relevance Sort by last modified time
    Searched refs:DividerView (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
Divider.java 41 private DividerView mView;
66 public DividerView getView() {
71 mView = (DividerView)
DividerHandleView.java 121 ? DividerView.TOUCH_ANIMATION_DURATION
122 : DividerView.TOUCH_RELEASE_ANIMATION_DURATION);
DividerView.java 79 public class DividerView extends FrameLayout implements OnTouchListener,
253 public DividerView(Context context) {
257 public DividerView(Context context, @Nullable AttributeSet attrs) {
261 public DividerView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) {
265 public DividerView(Context context, @Nullable AttributeSet attrs, int defStyleAttr,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
ShortcutKeyDispatcher.java 43 import com.android.systemui.stackdivider.DividerView;
109 DividerView dividerView = getComponent(Divider.class).getView();
110 DividerSnapAlgorithm snapAlgorithm = dividerView.getSnapAlgorithm();
111 int dividerPosition = dividerView.getCurrentPosition();
117 dividerView.startDragging(true /* animate */, false /* touching */);
118 dividerView.stopDragging(target.position, 0f, true /* avoidDismissStart */,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 73 import com.android.systemui.stackdivider.DividerView;
163 DividerView.INVALID_RECENTS_GROW_TARGET);
535 // Make sure we inform DividerView before we actually start the activity so we can change
545 DividerView.INVALID_RECENTS_GROW_TARGET);
    [all...]

Completed in 2336 milliseconds