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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java98 WindowManager.LayoutParams lp = getWindowLayoutParams();
108 private WindowManager.LayoutParams getWindowLayoutParams() { method in class:ScreenPinningRequest
H A DRecentsOnboarding.java409 mWindowManager.addView(mLayout, getWindowLayoutParams(gravity, x));
475 private WindowManager.LayoutParams getWindowLayoutParams(int gravity, int x) { method in class:RecentsOnboarding
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java155 mWindowManager.addView(mOverlay, getWindowLayoutParams());
299 WindowManager.LayoutParams getWindowLayoutParams() { method in class:ScreenDecorations
333 WindowManager.LayoutParams lp = getWindowLayoutParams();
345 mWindowManager.updateViewLayout(mOverlay, getWindowLayoutParams());

Completed in 75 milliseconds