Home | History | Annotate | Download | only in wm

Lines Matching defs:pw

62         final PrintWriter pw = getOutPrintWriter();
66 return runDisplaySize(pw);
68 return runDisplayDensity(pw);
70 return runDisplayOverscan(pw);
72 return runDisplayScaling(pw);
74 return runDismissKeyguard(pw);
85 pw.println("Remote exception: " + e);
90 private int runDisplaySize(PrintWriter pw) throws RemoteException {
99 pw.println("Physical size: " + initialSize.x + "x" + initialSize.y);
101 pw.println("Override size: " + baseSize.x + "x" + baseSize.y);
134 private int runDisplayDensity(PrintWriter pw) throws RemoteException {
141 pw.println("Physical density: " + initialDensity);
143 pw.println("Override density: " + baseDensity);
174 private int runDisplayOverscan(PrintWriter pw) throws RemoteException {
198 private int runDisplayScaling(PrintWriter pw) throws RemoteException {
211 private int runDismissKeyguard(PrintWriter pw) throws RemoteException {
235 PrintWriter pw = getOutPrintWriter();
236 pw.println("Window manager (window) commands:");
237 pw.println(" help");
238 pw.println(" Print this help text.");
239 pw.println(" size [reset|WxH|WdpxHdp]");
240 pw.println(" Return or override display size.");
241 pw.println(" width and height in pixels unless suffixed with 'dp'.");
242 pw.println(" density [reset|DENSITY]");
243 pw.println(" Return or override display density.");
244 pw.println(" overscan [reset|LEFT,TOP,RIGHT,BOTTOM]");
245 pw.println(" Set overscan area for display.");
246 pw.println(" scaling [off|auto]");
247 pw.println(" Set display scaling mode.");
248 pw.println(" dismiss-keyguard");
249 pw.println(" Dismiss the keyguard, prompting user for auth if necessary.");
251 pw.println(" tracing (start | stop)");
252 pw.println(" Start or stop window tracing.");