Home
last modified time | relevance | path

Searched refs:WIDE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java34 private static final boolean WIDE = true; field in SlotView
112 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 …]
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DDigitalWellBeingToast.java160 forceFormatWidth ? formatWidthHourAndMinute : FormatWidth.WIDE) in getReadableDuration()
168 , forceFormatWidth ? formatWidthHourAndMinute : FormatWidth.WIDE) in getReadableDuration()
179 Locale.getDefault(), forceFormatWidth ? formatWidthHourAndMinute : FormatWidth.WIDE) in getReadableDuration()
/packages/apps/DocumentsUI/src/com/android/documentsui/util/
DFormatUtils.java45 MeasureFormat formatter = MeasureFormat.getInstance(Locale.getDefault(), FormatWidth.WIDE); in formatDuration()
/packages/modules/DnsResolver/
DNOTICE1 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.