Searched refs:DockRegion (Results 1 – 1 of 1) sorted by relevance
34 class DockRegion { class121 return isLandscape ? DockRegion.TABLET_LANDSCAPE : DockRegion.TABLET_PORTRAIT; in getDockStatesForCurrentOrientation()123 return isLandscape ? DockRegion.PHONE_LANDSCAPE : DockRegion.PHONE_PORTRAIT; in getDockStatesForCurrentOrientation()