Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java73 private KeyguardAffordanceHelper mAfforanceHelper; field in NotificationPanelView
218 mAfforanceHelper = new KeyguardAffordanceHelper(this, getContext()); in onFinishInflate()
448 mAfforanceHelper.reset(true); in resetViews()
649 mAfforanceHelper.onTouchEvent(event); in onTouchEvent()
1608 mAfforanceHelper.animateHideLeftRightIcon(); in onTrackingStarted()
1622 mAfforanceHelper.reset(true); in onTrackingStopped()
1659 mAfforanceHelper.onConfigurationChanged(); in onConfigurationChanged()
1665 mAfforanceHelper.onRtlPropertiesChanged(); in onRtlPropertiesChanged()
1721 mAfforanceHelper.startHintAnimation(right, new Runnable() { in onEdgeClicked()