Searched refs:WIDE (Results 1 – 4 of 4) sorted by relevance
34 private static final boolean WIDE = true; field in SlotView112 int position = WIDE in setCenterIndex()120 int visibleBegin = WIDE ? mScrollX : mScrollY; in makeSlotVisible()121 int visibleLength = WIDE ? getWidth() : getHeight(); in makeSlotVisible()123 int slotBegin = WIDE ? rect.left : rect.top; in makeSlotVisible()124 int slotEnd = WIDE ? rect.right : rect.bottom; in makeSlotVisible()182 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return; in updateScrollPosition()183 if (WIDE) { in updateScrollPosition()437 if (WIDE) { in getSlotRect()512 if (WIDE) { in initLayoutParameters()[all …]
160 forceFormatWidth ? formatWidthHourAndMinute : FormatWidth.WIDE) in getReadableDuration()168 , forceFormatWidth ? formatWidthHourAndMinute : FormatWidth.WIDE) in getReadableDuration()179 Locale.getDefault(), forceFormatWidth ? formatWidthHourAndMinute : FormatWidth.WIDE) in getReadableDuration()
45 MeasureFormat formatter = MeasureFormat.getInstance(Locale.getDefault(), FormatWidth.WIDE); in formatDuration()
1 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.