Searched refs:isLandscape (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java115 public FrameLayout.LayoutParams getRequestLayoutParams(boolean isLandscape) { argument
119 isLandscape ? (Gravity.CENTER_VERTICAL | Gravity.RIGHT)
144 boolean isLandscape = isLandscapePhone(mContext);
146 inflateView(isLandscape);
151 if (isLandscape) {
190 private void inflateView(boolean isLandscape) { argument
194 mLayout = (ViewGroup) View.inflate(getContext(), isLandscape
228 addView(mLayout, getRequestLayoutParams(isLandscape));
H A DRecentsConfiguration.java68 boolean isLandscape; field in class:RecentsConfiguration
191 isLandscape = res.getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE;
316 return !launchedWithNoRecentTasks && (!hasTransposedNavBar || !isLandscape);
325 if (isLandscape && hasTransposedSearchBar) {
342 if (isLandscape && hasTransposedSearchBar) {
H A DRecents.java522 if (mConfig.isLandscape && mConfig.hasTransposedNavBar) {

Completed in 335 milliseconds