Merge "Make ScreenPinningRequest#getWindowLayoutParams protected"

This commit is contained in:
TreeHugger Robot
2021-01-12 08:57:07 +00:00
committed by Android (Google) Code Review

View File

@@ -130,7 +130,7 @@ public class ScreenPinningRequest implements View.OnClickListener,
}
}
private WindowManager.LayoutParams getWindowLayoutParams() {
protected WindowManager.LayoutParams getWindowLayoutParams() {
final WindowManager.LayoutParams lp = new WindowManager.LayoutParams(
ViewGroup.LayoutParams.MATCH_PARENT,
ViewGroup.LayoutParams.MATCH_PARENT,