Searched refs:pw (Results 1 – 7 of 7) sorted by relevance
109 PrintWriter pw = new PrintWriterWithHeader(header); in format() local110 thrown.printStackTrace(pw); in format()111 sb.append(pw.toString()); in format()
126 PrintWriter pw = new PrintWriter(sw); in run()127 e.printStackTrace(pw); in run()
218 int pw = parentArea.width; in positionShell() local229 int x = px + (pw - cw) / 2; in positionShell()
287 int pw = parentArea.width; in positionWindow() local291 int cw = Math.max(childSize.x, pw); in positionWindow()294 int x = 30 + px + (pw - cw) / 2; in positionWindow()
227 PrintWriter pw = new PrintWriter(sw); in e() local229 throwable.printStackTrace(pw); in e()
462 int pw = parentArea.width; in positionShell() local470 int x = px + (pw - cw) / 2; in positionShell()
440 final int px, py, pw, ph;443 pw = b.w;446 pw = bounds.w;455 Rect within = new Rect(px, py, pw, ph);