Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java108 private ObjectAnimator mPeekAnimator; field in PanelView
178 if (mPeekAnimator != null) { in runPeekAnimation()
179 mPeekAnimator.cancel(); in runPeekAnimation()
181 mPeekAnimator = ObjectAnimator.ofFloat(this, "expandedHeight", mPeekHeight) in runPeekAnimation()
183 mPeekAnimator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in runPeekAnimation()
184 mPeekAnimator.addListener(new AnimatorListenerAdapter() { in runPeekAnimation()
194 mPeekAnimator = null; in runPeekAnimation()
202 mPeekAnimator.start(); in runPeekAnimation()
324 || mPeekAnimator != null) { in onTouchEvent()
326 || mPeekAnimator != null || mTouchSlopExceededBeforeDown; in onTouchEvent()
[all …]