Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java120 if (mIsInSearchMode && searchRecyclerView != null) {
139 private boolean mIsInSearchMode; field in WidgetsFullSheet
315 if (mIsInSearchMode) { in getRecyclerView()
470 if (mIsInSearchMode) { in onWidgetsBound()
502 if (mIsInSearchMode) return; in enterSearchMode()
512 if (!mIsInSearchMode) return; in exitSearchMode()
536 mIsInSearchMode = isInSearchMode; in setViewVisibilityBasedOnSearch()
564 if (mIsInSearchMode) { in onRecommendedWidgetsBound()
800 if (mIsInSearchMode) { in getCurrentAdapterHolderType()
869 return mIsInSearchMode; in shouldAnimateContentViewInBackSwipe()
[all …]