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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java93 private KeyguardAffordanceHelper mAfforanceHelper; field in class:NotificationPanelView
259 mAfforanceHelper = new KeyguardAffordanceHelper(this, getContext());
481 mAfforanceHelper.reset(false);
728 mAfforanceHelper.onTouchEvent(event);
844 return !mAfforanceHelper.isOnAffordanceIcon(x, y);
1012 mAfforanceHelper.updatePreviews();
1841 mAfforanceHelper.animateHideLeftRightIcon();
1857 mAfforanceHelper.reset(true);
1894 mAfforanceHelper.onConfigurationChanged();
1915 mAfforanceHelper
[all...]

Completed in 27 milliseconds