Searched defs:amOrPm (Results 1 – 4 of 4) sorted by relevance
70 public void initialize(Context context, int amOrPm) { in initialize()116 public void setAmOrPm(int amOrPm) { in setAmOrPm()
314 public void setAmOrPm(int amOrPm) { in setAmOrPm()705 int amOrPm = getIsCurrentlyAmOrPm(); in onTouch() local
171 void updateTextInputValues(int localizedHour, int minute, int amOrPm, boolean is24Hour, in updateTextInputValues()
498 final int amOrPm = (hour == 0 || (hour % 24) < 12) ? AM : PM; in setCurrentHourInternal() local599 public boolean setAmOrPm(int amOrPm) { in setAmOrPm()1289 private int hour12To24(int hour12, int amOrPm) { in hour12To24()