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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java115 public FrameLayout.LayoutParams getRequestLayoutParams(boolean isLandscape) { method in class:ScreenPinningRequest
228 addView(mLayout, getRequestLayoutParams(isLandscape));
264 mLayout.setLayoutParams(getRequestLayoutParams(isLandscapePhone(mContext)));

Completed in 40 milliseconds