Searched refs:isSearchExpanded (Results 1 – 7 of 7) sorted by relevance
104 private boolean shouldShow(State state, boolean isSearchExpanded) { in shouldShow() argument110 && isSearchExpanded; in shouldShow()119 if (!shouldShow(activity.getDisplayState(), activity.isSearchExpanded())) { in updateView()
317 if (!mActivity.isSearchExpanded()) { in onHiddenProfileStatusChange()
98 mTestEnv.isSearchExpanded = false; in setUp()202 mTestEnv.isSearchExpanded = true; in testUpdateView_twoUsers_isSearching_shouldHide()363 public boolean isSearchExpanded = false; field in ProfileTabsTest.TestEnvironment381 public boolean isSearchExpanded() { in isSearchExpanded() method in ProfileTabsTest.TestEnvironment382 return isSearchExpanded; in isSearchExpanded()
259 if (mEnv.isSearchExpanded()) { in update()347 return mState.stack.isRecents() && !mEnv.isSearchExpanded() && mShowSearchBar; in shouldShowSearchBar()383 boolean isSearchExpanded(); in isSearchExpanded() method
261 && !mEnv.isSearchExpanded() in shouldShow()
909 public boolean isSearchExpanded() { in isSearchExpanded() method in BaseActivity
290 when(mActivity.isSearchExpanded()).thenReturn(true); in testUpdateView_crossProfileSearch_hideRow()312 when(mActivity.isSearchExpanded()).thenReturn(false); in testUpdateView_notCrossProfileSearch_showRow()