Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java117 private final VibratorHelper mVibratorHelper; field in NavigationBarEdgePanel
249 mVibratorHelper = Dependency.get(VibratorHelper.class); in NavigationBarEdgePanel()
539 mVibratorHelper.vibrate(VibrationEffect.EFFECT_CLICK); in triggerBack()
616 mVibratorHelper.vibrate(VibrationEffect.EFFECT_TICK); in handleMoveEvent()
DPanelView.java114 private final VibratorHelper mVibratorHelper; field in PanelView
219 mVibratorHelper = Dependency.get(VibratorHelper.class); in PanelView()
429 mVibratorHelper.vibrate(VibrationEffect.EFFECT_TICK); in maybeVibrateOnOpening()
DStatusBar.java604 protected VibratorHelper mVibratorHelper; field in StatusBar
674 mVibratorHelper = Dependency.get(VibratorHelper.class); in start()
1135 mVibratorHelper = Dependency.get(VibratorHelper.class); in getDependencies()
1866 mVibratorHelper.vibrate(VibrationEffect.EFFECT_TICK); in handleSystemKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java247 @Inject Lazy<VibratorHelper> mVibratorHelper; field in Dependency
427 mProviders.put(VibratorHelper.class, mVibratorHelper::get); in start()