Searched refs:mTitleSectionName (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/search/ |
D | SimpleWidgetsSearchAlgorithmTest.java | 122 mCalendarHeaderEntry.mTitleSectionName, in filter_shouldMatchOnAppName() 127 mCameraHeaderEntry.mTitleSectionName, in filter_shouldMatchOnAppName() 143 mCalendarHeaderEntry.mTitleSectionName, in filter_shouldMatchOnWidgetLabel() 147 mCalendarHeaderEntry.mTitleSectionName, in filter_shouldMatchOnWidgetLabel() 151 mCameraHeaderEntry.mTitleSectionName, in filter_shouldMatchOnWidgetLabel() 155 mCameraHeaderEntry.mTitleSectionName, in filter_shouldMatchOnWidgetLabel()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/model/ |
D | WidgetsListContentEntry.java | 76 mTitleSectionName, in withMaxSpanSize() 95 && mTitleSectionName.equals(otherEntry.mTitleSectionName) in equals()
|
D | WidgetsListBaseEntry.java | 35 public final String mTitleSectionName; field in WidgetsListBaseEntry 42 mTitleSectionName = titleSectionName; in WidgetsListBaseEntry()
|
D | WidgetsListHeaderEntry.java | 116 && mTitleSectionName.equals(otherEntry.mTitleSectionName) in equals() 127 mTitleSectionName, in withWidgetListShown()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/search/ |
D | SimpleWidgetsSearchAlgorithm.java | 75 headerEntry.mTitleSectionName, matchedWidgetItems)); in getFilteredWidgets() 77 headerEntry.mTitleSectionName, matchedWidgetItems)); in getFilteredWidgets()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/model/ |
D | WidgetsListContentEntryTest.java | 108 assertThat(widgetsListRowEntry.mTitleSectionName).isEqualTo("T"); in unsortedWidgets_diffLabels_shouldSortWidgetItems() 132 assertThat(widgetsListRowEntry.mTitleSectionName).isEqualTo("T"); in unsortedWidgets_sameLabels_differentSize_shouldSortWidgetItems() 159 assertThat(widgetsListRowEntry.mTitleSectionName).isEqualTo("T"); in unsortedWidgets_hodgepodge_shouldSortWidgetItems()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsListAdapter.java | 167 return mVisibleEntries.get(pos).mTitleSectionName; in getSectionName()
|