Home
last modified time | relevance | path

Searched refs:VibratorHelper (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DVibratorHelperTest.java50 VibratorHelper mVibratorHelper;
57 mVibratorHelper = new VibratorHelper(getContext()); in setUp()
63 VibratorHelper.createWaveformVibration(CUSTOM_PATTERN, /* insistent= */ true)); in createWaveformVibration_insistent_createsRepeatingVibration()
65 VibratorHelper.createPwleWaveformVibration(PWLE_PATTERN, /* insistent= */ true)); in createWaveformVibration_insistent_createsRepeatingVibration()
71 VibratorHelper.createWaveformVibration(CUSTOM_PATTERN, /* insistent= */ false)); in createWaveformVibration_nonInsistent_createsSingleShotVibration()
73 VibratorHelper.createPwleWaveformVibration(PWLE_PATTERN, /* insistent= */ false)); in createWaveformVibration_nonInsistent_createsSingleShotVibration()
78 assertNull(VibratorHelper.createWaveformVibration(null, false)); in createWaveformVibration_invalidPattern_returnsNullAndDoesNotCrash()
79 assertNull(VibratorHelper.createWaveformVibration(new long[0], false)); in createWaveformVibration_invalidPattern_returnsNullAndDoesNotCrash()
80 assertNull(VibratorHelper.createWaveformVibration(new long[] { 0, 0 }, false)); in createWaveformVibration_invalidPattern_returnsNullAndDoesNotCrash()
82 assertNull(VibratorHelper.createPwleWaveformVibration(null, false)); in createWaveformVibration_invalidPattern_returnsNullAndDoesNotCrash()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DVibratorHelper.java45 public class VibratorHelper { class
64 public VibratorHelper(@Nullable Vibrator vibrator) { in VibratorHelper() method in VibratorHelper
72 public VibratorHelper(@Nullable Vibrator vibrator, Executor executor) { in VibratorHelper() method in VibratorHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsHapticsSimulator.kt23 import com.android.systemui.statusbar.VibratorHelper
35 val vibrator: VibratorHelper,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/haptics/
DFakeVibratorHelper.kt23 import com.android.systemui.statusbar.VibratorHelper
29 class FakeVibratorHelper : VibratorHelper(EmptyVibrator(), FakeExecutor(FakeSystemClock())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardQuickAffordanceViewBinder.kt42 import com.android.systemui.statusbar.VibratorHelper in <lambda>()
76 vibratorHelper: VibratorHelper?, in <lambda>()
133 vibratorHelper: VibratorHelper?, in <lambda>()
291 private val vibratorHelper: VibratorHelper?, in <lambda>()
DKeyguardQuickAffordanceOnTouchListener.kt32 import com.android.systemui.statusbar.VibratorHelper
38 private val vibratorHelper: VibratorHelper?,
DKeyguardSettingsViewBinder.kt37 import com.android.systemui.statusbar.VibratorHelper in <lambda>()
49 vibratorHelper: VibratorHelper, in <lambda>()
DDeviceEntryIconViewBinder.kt40 import com.android.systemui.statusbar.VibratorHelper in <lambda>()
65 vibratorHelper: VibratorHelper, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/
DShadeControllerKosmos.kt32 import com.android.systemui.statusbar.VibratorHelper
52 vibratorHelper = mock<VibratorHelper>(), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/
DSeekbarHapticPlugin.kt23 import com.android.systemui.statusbar.VibratorHelper
41 vibratorHelper: VibratorHelper,
DSliderHapticFeedbackProvider.kt25 import com.android.systemui.statusbar.VibratorHelper
40 private val vibratorHelper: VibratorHelper,
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DSettingsMenuSection.kt37 import com.android.systemui.statusbar.VibratorHelper in <lambda>()
46 private val vibratorHelper: VibratorHelper, in <lambda>()
DBottomAreaSection.kt44 import com.android.systemui.statusbar.VibratorHelper in <lambda>()
54 private val vibratorHelper: VibratorHelper, in <lambda>()
125 vibratorHelper: VibratorHelper, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/qs/
DQSLongPressEffect.kt23 import com.android.systemui.statusbar.VibratorHelper
41 private val vibratorHelper: VibratorHelper?,
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/slider/
DSeekbarHapticPluginTest.kt25 import com.android.systemui.statusbar.VibratorHelper
52 @Mock private lateinit var vibratorHelper: VibratorHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessSliderController.java40 import com.android.systemui.statusbar.VibratorHelper;
285 private final VibratorHelper mVibratorHelper;
293 VibratorHelper vibratorHelper, in Factory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAlignShortcutsToUdfpsSection.kt37 import com.android.systemui.statusbar.VibratorHelper
49 private val vibratorHelper: VibratorHelper,
DDefaultSettingsPopupMenuSection.kt42 import com.android.systemui.statusbar.VibratorHelper
53 private val vibratorHelper: VibratorHelper,
DDefaultShortcutsSection.kt40 import com.android.systemui.statusbar.VibratorHelper in <lambda>()
53 private val vibratorHelper: VibratorHelper, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.kt32 import com.android.systemui.statusbar.VibratorHelper in <lambda>()
73 vibratorHelper: VibratorHelper? = null, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DVibratorHelperTest.kt40 lateinit var vibratorHelper: VibratorHelper
44 vibratorHelper = VibratorHelper(vibrator, executor) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/
DVolumeModule.java30 import com.android.systemui.statusbar.VibratorHelper;
117 VibratorHelper vibratorHelper, in provideVolumeDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogControllerImplTest.java51 import com.android.systemui.statusbar.VibratorHelper;
90 private VibratorHelper mVibrator;
237 VibratorHelper optionalVibrator, in TestableVolumeDialogControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerSceneImpl.kt32 import com.android.systemui.statusbar.VibratorHelper in <lambda>()
60 private val vibratorHelper: VibratorHelper, in <lambda>()
/frameworks/base/services/core/java/com/android/server/notification/
DVibratorHelper.java42 public final class VibratorHelper { class
55 public VibratorHelper(Context context) { in VibratorHelper() method in VibratorHelper

123