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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
ExpandHelperTest.java 42 private ExpandHelper mExpandHelper;
51 () -> mExpandHelper = new ExpandHelper(context, mCallback, 10, 100));
59 mExpandHelper.startExpanding(mRow, 0);
60 mExpandHelper.finishExpanding(false, 0);
61 mExpandHelper.startExpanding(mRow, 0);
62 ObjectAnimator scaleAnimation = mExpandHelper.getScaleAnimation();
64 mExpandHelper.updateExpansion();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 117 private ExpandHelper mExpandHelper;
395 mExpandHelper = new ExpandHelper(getContext(), this,
397 mExpandHelper.setEventSource(this);
398 mExpandHelper.setScrollAdapter(this);
    [all...]

Completed in 172 milliseconds