* commit '22522289fc0fda5c5fdd8c74e72c9f1f84e421f1': Add hasNavigationBar() to the window manager.
This commit is contained in:
@@ -9269,6 +9269,11 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasNavigationBar() {
|
||||
return mPolicy.hasNavigationBar();
|
||||
}
|
||||
|
||||
void dumpInput(FileDescriptor fd, PrintWriter pw, boolean dumpAll) {
|
||||
pw.println("WINDOW MANAGER INPUT (dumpsys window input)");
|
||||
mInputManager.dump(pw);
|
||||
|
||||
Reference in New Issue
Block a user