Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java155 boolean isLandscape = isLandscapePhone(mContext); in onAttachedToWindow()
195 private boolean isLandscapePhone(Context context) { in isLandscapePhone() method in ScreenPinningRequest.RequestWindowView
271 inflateView(isLandscapePhone(mContext)); in onConfigurationChanged()
278 mLayout.setLayoutParams(getRequestLayoutParams(isLandscapePhone(mContext)));