Searched refs:getBackgroundAlpha (Results 1 – 3 of 3) sorted by relevance
258 && mCurrentView.getBackgroundAlpha() > mDeleteSlope in onTouchEvent()286 if (mExited || mCurrentView.getBackgroundAlpha() < mDeleteSlope) { in checkEndState()
264 public float getBackgroundAlpha() { in getBackgroundAlpha() method in StateView
586 background.setAlpha((int) (getBackgroundAlpha(y) * 255)); in onScroll()608 private float getBackgroundAlpha(int y) { in getBackgroundAlpha() method in NotificationPanelViewController