Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMaterialSearchViewController.java143 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 MaterialSearchViewController
259 mSearchActionView.adjustViewForTwoPaneLandscape(shouldAlignWithTl(), in adjustViewForTwoPaneLandscape()
DMaterialSearchActionView.java113 public void adjustViewForTwoPaneLandscape(boolean alignWithTl, int xEnd) { in adjustViewForTwoPaneLandscape() method in MaterialSearchActionView