Merge "Make ScreenPinningRequest#getWindowLayoutParams protected"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6791bc1adc
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user