Home
last modified time | relevance | path

Searched refs:QSScrollLayout (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSScrollLayout.java40 public class QSScrollLayout extends NestedScrollView { class
48 public QSScrollLayout(Context context, View... children) { in QSScrollLayout() method in QSScrollLayout
128 private static final Property<QSScrollLayout, Float> CONTENT_TRANS_Y =
129 new Property<QSScrollLayout, Float>(Float.class, "qsScrollLayoutContentTransY") {
131 public Float get(QSScrollLayout qsScrollLayout) {
136 public void set(QSScrollLayout qsScrollLayout, Float y) {
183 ObjectAnimator.ofFloat(QSScrollLayout.this, CONTENT_TRANS_Y, 0) in reset()