Searched defs:mAfforanceHelper (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java69 private KeyguardAffordanceHelper mAfforanceHelper; field in class:NotificationPanelView
204 mAfforanceHelper = new KeyguardAffordanceHelper(this, getContext());
394 mAfforanceHelper.reset(true);
585 mAfforanceHelper.onTouchEvent(event);
1462 mAfforanceHelper.animateHideLeftRightIcon();
1478 mAfforanceHelper.reset(true);
1515 mAfforanceHelper.onConfigurationChanged();
1561 mAfforanceHelper.startHintAnimation(right, new Runnable() {

Completed in 27 milliseconds