Searched refs:sectionName (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AlphabeticalAppsList.java | 65 public String sectionName; field in AlphabeticalAppsList.FastScrollSectionInfo 71 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo() argument 72 this.sectionName = sectionName; in FastScrollSectionInfo() 89 public String sectionName = null; field in AlphabeticalAppsList.AdapterItem 99 public static AdapterItem asPredictedApp(int pos, String sectionName, AppInfo appInfo, in asPredictedApp() argument 101 AdapterItem item = asApp(pos, sectionName, appInfo, appIndex); in asPredictedApp() 106 public static AdapterItem asApp(int pos, String sectionName, AppInfo appInfo, in asApp() argument 111 item.sectionName = sectionName; in asApp() 117 public static AdapterItem asDiscoveryItem(int pos, String sectionName, AppInfo appInfo, in asDiscoveryItem() argument 122 item.sectionName = sectionName; in asDiscoveryItem() [all …]
|
D | AllAppsFastScrollHelper.java | 118 mCurrentFastScrollSection = info.sectionName; in smoothSnapToPosition() 127 mTargetFastScrollSection = info.sectionName; in smoothSnapToPosition() 214 mCurrentFastScrollSection.equals(item.sectionName) && in updateTrackedViewsFastScrollFocusState()
|
D | AllAppsRecyclerView.java | 322 return lastInfo.sectionName; in scrollToPositionAtProgress()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | Trace.java | 37 abstract void beginSection(String sectionName); in beginSection() argument 66 public static void beginSection(String sectionName) { in beginSection() argument 68 LogUtil.v(TAG, "beginSection() " + sectionName); in beginSection() 70 sTrace.beginSection(sectionName); in beginSection() 93 void beginSection(String sectionName) { in beginSection() argument 94 android.os.Trace.beginSection(sectionName); in beginSection() 108 void beginSection(String sectionName) { in beginSection() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | RecyclerViewFastScroller.java | 272 String sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset() local 273 if (!sectionName.equals(mPopupSectionName)) { in updateFastScrollSectionNameAndThumbOffset() 274 mPopupSectionName = sectionName; in updateFastScrollSectionNameAndThumbOffset() 275 mPopupView.setText(sectionName); in updateFastScrollSectionNameAndThumbOffset() 277 animatePopupVisibility(!sectionName.isEmpty()); in updateFastScrollSectionNameAndThumbOffset()
|
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
D | AlphabeticIndexCompat.java | 58 String sectionName = mBaseIndex.getBucketLabel(mBaseIndex.getBucketIndex(s)); in computeSectionName() local 59 if (Utilities.trim(sectionName).isEmpty() && s.length() > 0) { in computeSectionName() 77 return sectionName; in computeSectionName()
|