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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java126 public FrameLayout.LayoutParams getRequestLayoutParams(boolean isLandscape) { argument
130 isLandscape ? (Gravity.CENTER_VERTICAL | Gravity.RIGHT)
155 boolean isLandscape = isLandscapePhone(mContext);
157 inflateView(isLandscape);
162 if (isLandscape) {
201 private void inflateView(boolean isLandscape) { argument
205 mLayout = (ViewGroup) View.inflate(getContext(), isLandscape
240 addView(mLayout, getRequestLayoutParams(isLandscape));

Completed in 73 milliseconds