Home
last modified time | relevance | path

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

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