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.java39 public class QSScrollLayout extends NestedScrollView { class
47 public QSScrollLayout(Context context, View... children) { in QSScrollLayout() method in QSScrollLayout
127 private static final Property<QSScrollLayout, Float> CONTENT_TRANS_Y =
128 new Property<QSScrollLayout, Float>(Float.class, "qsScrollLayoutContentTransY") {
130 public Float get(QSScrollLayout qsScrollLayout) {
135 public void set(QSScrollLayout qsScrollLayout, Float y) {
182 ObjectAnimator.ofFloat(QSScrollLayout.this, CONTENT_TRANS_Y, 0) in reset()