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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DLedConfiguration.java46 public final boolean pulse; field in class:LedConfiguration
49 public LedConfiguration(int color0, int color1, boolean pulse) { argument
52 this.pulse = pulse;
58 this.pulse = that.pulse;
68 && this.pulse == that.pulse
87 this.pulse ? "p" : "", this.isTransient ? "t" : "");
99 parcel.writeBooleanArray(new boolean[] {pulse, isTransien
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmActivity.java211 final CircleView pulseView = (CircleView) mContentView.findViewById(R.id.pulse);
360 // Stop the pulse, allowing the last pulse to finish.
415 // Restart the pulse.
470 * Set animators to initial values and restart pulse on alarm button.
475 // Restart the pulse.

Completed in 96 milliseconds