Searched refs:adjustViewForTwoPaneLandscape (Results 1 – 2 of 2) sorted by relevance
143 adjustViewForTwoPaneLandscape(); in onConversationListLayout()202 adjustViewForTwoPaneLandscape(); in showSearchActionBar()205 mSearchActionView.adjustViewForTwoPaneLandscape(false /* do not align */, 0); in showSearchActionBar()256 private void adjustViewForTwoPaneLandscape() { in adjustViewForTwoPaneLandscape() method in MaterialSearchViewController259 mSearchActionView.adjustViewForTwoPaneLandscape(shouldAlignWithTl(), in adjustViewForTwoPaneLandscape()
113 public void adjustViewForTwoPaneLandscape(boolean alignWithTl, int xEnd) { in adjustViewForTwoPaneLandscape() method in MaterialSearchActionView