Searched refs:isLandscape (Results 1 – 3 of 3) sorted by relevance
115 public FrameLayout.LayoutParams getRequestLayoutParams(boolean isLandscape) { in getRequestLayoutParams() argument119 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() argument194 mLayout = (ViewGroup) View.inflate(getContext(), isLandscape in inflateView()228 addView(mLayout, getRequestLayoutParams(isLandscape)); in inflateView()
68 boolean isLandscape; field in RecentsConfiguration191 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()
523 if (mConfig.isLandscape && mConfig.hasTransposedNavBar) { in reloadHeaderBarLayout()