Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibrationEffect.java282 if (!hasNonZeroEntry(mTimings)) { in validate()
342 private static boolean hasNonZeroEntry(long[] vals) { in hasNonZeroEntry() method in VibrationEffect.Waveform