Searched refs:getRequestLayoutParams (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) { method in class:ScreenPinningRequest
242 addView(mLayout, getRequestLayoutParams(isLandscape));
278 mLayout.setLayoutParams(getRequestLayoutParams(isLandscapePhone(mContext)));

Completed in 325 milliseconds