Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java151 private int mUnlockMoveDistance; field in NotificationPanelView
288 mUnlockMoveDistance = getResources().getDimensionPixelOffset(R.dimen.unlock_move_distance); in loadDimens()
1658 boolean active = getMaxPanelHeight() - getExpandedHeight() > mUnlockMoveDistance; in updateUnlockIcon()