Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 5 of 5) 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/util/
DTraceHelper.java43 public static void beginSection(String sectionName) { in beginSection()
61 public static void partitionSection(String sectionName, String partition) { in partitionSection()
80 public static void endSection(String sectionName) { in endSection()
86 public static void endSection(String sectionName, String msg) { in endSection()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java57 public String sectionName; field in AlphabeticalAppsList.FastScrollSectionInfo
63 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo()
81 public String sectionName = null; field in AlphabeticalAppsList.AdapterItem
91 public static AdapterItem asApp(int pos, String sectionName, AppInfo appInfo, in asApp()
266 String sectionName = getAndUpdateCachedSectionName(info.title); in onAppsUpdated() local
328 String sectionName = getAndUpdateCachedSectionName(info.title); in refillAdapterItems() local
442 String sectionName = mCachedSectionNames.get(title); in getAndUpdateCachedSectionName() local
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DAlphabeticIndexCompat.java48 String sectionName = mBaseIndex.getBucketLabel(mBaseIndex.getBucketIndex(s)); in computeSectionName() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java288 String sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset() local