Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsFullSheet.java139 if (mIsInSearchMode && searchRecyclerView != null) {
154 private boolean mIsInSearchMode; field in WidgetsFullSheet
268 if (mIsInSearchMode) { in getRecyclerView()
427 if (mIsInSearchMode) { in onWidgetsBound()
459 if (mIsInSearchMode) return; in enterSearchMode()
467 if (!mIsInSearchMode) return; in exitSearchMode()
484 mIsInSearchMode = isInSearchMode; in setViewVisibilityBasedOnSearch()
512 if (mIsInSearchMode) { in onRecommendedWidgetsBound()
658 if (mIsInSearchMode) { in onConfigurationChanged()
665 if (mIsInSearchMode) { in onBackPressed()
[all …]