Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DTrace.java37 abstract void beginSection(String sectionName); in beginSection()
66 public static void beginSection(String sectionName) { in beginSection()
93 void beginSection(String sectionName) { in beginSection()
108 void beginSection(String sectionName) { in beginSection()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java69 public String sectionName; field in AlphabeticalAppsList.FastScrollSectionInfo
75 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo()
97 public String sectionName = null; field in AlphabeticalAppsList.AdapterItem
118 public static AdapterItem asPredictedApp(int pos, SectionInfo section, String sectionName, in asPredictedApp()
125 public static AdapterItem asApp(int pos, SectionInfo section, String sectionName, in asApp()
353 String sectionName = getAndUpdateCachedSectionName(info.title); in onAppsUpdated() local
458 String sectionName = getAndUpdateCachedSectionName(info.title); in updateAdapterItems() local
637 String sectionName = mCachedSectionNames.get(title); in getAndUpdateCachedSectionName() local
DAllAppsGridAdapter.java195 String sectionName = nextItem.sectionName; in onDraw() local
262 private PointF getAndCacheSectionBounds(String sectionName) { in getAndCacheSectionBounds()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DAlphabeticIndexCompat.java119 String sectionName = getBucketLabel(getBucketIndex(s)); in computeSectionName() local
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerViewFastScrollPopup.java67 public void setSectionName(String sectionName) { in setSectionName()
DBaseRecyclerViewFastScrollBar.java208 String sectionName = mRv.scrollToPositionAtProgress((boundedY - top) / in handleTouchEvent() local