Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java258 && mCurrentView.getBackgroundAlpha() > mDeleteSlope in onTouchEvent()
286 if (mExited || mCurrentView.getBackgroundAlpha() < mDeleteSlope) { in checkEndState()
DStateView.java264 public float getBackgroundAlpha() { in getBackgroundAlpha() method in StateView
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java586 background.setAlpha((int) (getBackgroundAlpha(y) * 255)); in onScroll()
608 private float getBackgroundAlpha(int y) { in getBackgroundAlpha() method in NotificationPanelViewController