Searched refs:modes (Results 1 – 8 of 8) sorted by relevance
107 final PorterDuff.Mode[] modes = PorterDuff.Mode.values(); in testModes() local110 for (PorterDuff.Mode m : modes) { in testModes()
339 int[] modes = {MODE_BLUR, MODE_CONVOLVE, MODE_COLORMATRIX}; in createThumbnail() local342 for (int mode : modes) { in createThumbnail()
12 modes, by letting users swipe the bars in and out.
6 "hide nav bar" modes by letting users swipe the bars in and out. This sample
14 location, and provides user actions and navigation modes.
19 The demo has three modes: Regular auto-exposure viewfinder, split-screen manual exposure,
24 other multi-window modes.)
1698 private static boolean contains(int[] modes, int mode) {1699 if (modes == null) {1702 for (int i : modes) {