Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DPrimitiveSegment.java74 return vibrator.areAllPrimitivesSupported(mPrimitiveId); in areVibrationFeaturesSupported()
/aosp14/frameworks/base/core/java/android/os/
H A DVibrator.java632 public final boolean areAllPrimitivesSupported( in areAllPrimitivesSupported() method in Vibrator
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java165 .areAllPrimitivesSupported(PRIMITIVE_SPIN); in RumblePack()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java574 if (vibratorOptional.isPresent() && vibratorOptional.get().areAllPrimitivesSupported( in getCameraGestureVibrationEffect()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java6032 if (mVibrator.areAllPrimitivesSupported(
6077 if (mVibrator.areAllPrimitivesSupported(primitiveId)) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt34064 method public final boolean areAllPrimitivesSupported(@NonNull int...);