Searched refs:announce (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | TimePickerClockDelegate.java | 471 private void setHourInternal(int hour, @ChangeSource int source, boolean announce) { 477 updateHeaderHour(hour, announce); 718 private void updateHeaderHour(int hourOfDay, boolean announce) { 722 if (announce) { 727 private void updateHeaderMinute(int minuteOfHour, boolean announce) { 730 if (announce) { 787 private void setCurrentItemShowing(int index, boolean animateCircle, boolean announce) { 791 if (announce) { 795 if (announce) {
|
D | DatePickerCalendarDelegate.java | 311 private void onCurrentDateChanged(boolean announce) { in onCurrentDateChanged() argument 325 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 | 210 protected abstract void resetPasswordText(boolean animate, boolean announce); in resetPasswordText() argument
|
D | KeyguardPasswordView.java | 230 protected void resetPasswordText(boolean animate, boolean announce) { in resetPasswordText() argument
|
D | PasswordTextView.java | 270 public void reset(boolean animated, boolean announce) { in reset() argument 299 if (announce) { in reset()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | TimePickerDialog.java | 417 private void setHour(int value, boolean announce) { 432 if (announce) { 449 boolean announce) { 459 if (announce) { 466 if (announce) {
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
D | DatePickerDialog.java | 334 private void updateDisplay(boolean announce) { in updateDisplay() argument 352 if (announce) { in updateDisplay()
|