Home | History | Annotate | Download | only in wm

Lines Matching refs:tokens

54     Watermark(Display display, DisplayMetrics dm, SurfaceSession session, String[] tokens) {
57 for (int i=0; i<tokens.length; i++) {
58 Log.i(WindowManagerService.TAG, " TOKEN #" + i + ": " + tokens[i]);
63 mTokens = tokens;
84 int fontSize = WindowManagerService.getPropertyInt(tokens, 1,
95 mDeltaX = WindowManagerService.getPropertyInt(tokens, 2,
97 mDeltaY = WindowManagerService.getPropertyInt(tokens, 3,
99 int shadowColor = WindowManagerService.getPropertyInt(tokens, 4,
101 int color = WindowManagerService.getPropertyInt(tokens, 5,
103 int shadowRadius = WindowManagerService.getPropertyInt(tokens, 6,
105 int shadowDx = WindowManagerService.getPropertyInt(tokens, 8,
107 int shadowDy = WindowManagerService.getPropertyInt(tokens, 9,