Searched refs:announce (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | TimePickerClockDelegate.java | 531 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) {
|
D | DatePickerCalendarDelegate.java | 306 private void onCurrentDateChanged(boolean announce) { in onCurrentDateChanged() argument 320 if (announce) { in onCurrentDateChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPinBasedInputView.java | 163 protected void resetPasswordText(boolean animate, boolean announce) { in resetPasswordText() argument 164 mPasswordEntry.reset(animate, announce); in resetPasswordText()
|
D | KeyguardAbsKeyInputView.java | 224 protected abstract void resetPasswordText(boolean animate, boolean announce); in resetPasswordText() argument
|
D | PasswordTextView.java | 292 public void reset(boolean animated, boolean announce) { in reset() argument 321 if (announce) { in reset()
|
D | KeyguardPasswordView.java | 241 protected void resetPasswordText(boolean animate, boolean announce) { in resetPasswordText() argument
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | TimePickerDialog.java | 420 private void setHour(int value, boolean announce) { 435 if (announce) { 452 boolean announce) { 462 if (announce) { 469 if (announce) {
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
D | DatePickerDialog.java | 337 private void updateDisplay(boolean announce) { in updateDisplay() argument 355 if (announce) { in updateDisplay()
|