Searched refs:showHours (Results 1 – 5 of 5) sorted by relevance
56 boolean showHours = TimeUnit.MILLISECONDS.toHours(mMaxProgress) > 0; in getCurrentTimeText()57 return formatTime(mProgress, showHours); in getCurrentTimeText()64 boolean showHours = TimeUnit.MILLISECONDS.toHours(mMaxProgress) > 0; in getMaxTimeText()65 return formatTime(mMaxProgress, showHours); in getMaxTimeText()76 private static String formatTime(long millis, boolean showHours) { in formatTime() argument80 if (showHours) { in formatTime()
84 val showHours = hours > 0 regex89 if (showHours) {
89 val showHours = hours > 0 regex94 or (if (showHours) 2 else 0)
460 showHours(animate); in setCurrentItemShowing()616 public void showHours(boolean animate) { in showHours() method in RadialTimePickerView
72183 Landroid/widget/RadialTimePickerView;->showHours(Z)V