Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTimePickerClockDelegate.java531 private void setHourInternal(int hour, @ChangeSource int source, boolean announce,
539 updateHeaderHour(hour, announce);
785 private void updateHeaderHour(int hourOfDay, boolean announce) {
789 if (announce) {
794 private void updateHeaderMinute(int minuteOfHour, boolean announce) {
797 if (announce) {
890 private void setCurrentItemShowing(int index, boolean animateCircle, boolean announce) {
894 if (announce) {
898 if (announce) {
DDatePickerCalendarDelegate.java306 private void onCurrentDateChanged(boolean announce) { in onCurrentDateChanged() argument
320 if (announce) { in onCurrentDateChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinBasedInputView.java165 protected void resetPasswordText(boolean animate, boolean announce) { in resetPasswordText() argument
166 mPasswordEntry.reset(animate, announce); in resetPasswordText()
DKeyguardAbsKeyInputView.java225 protected abstract void resetPasswordText(boolean animate, boolean announce); in resetPasswordText() argument
DPasswordTextView.java294 public void reset(boolean animated, boolean announce) { in reset() argument
323 if (announce) { in reset()
DKeyguardPasswordView.java241 protected void resetPasswordText(boolean animate, boolean announce) { in resetPasswordText() argument