Searched refs:Look (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Volume.java | 36 private HashMap<String, Look> mLooks = new HashMap<String, Look>(); 59 mLooks.put(name, new Look(name, color, opacity)); in addLook() 63 mLooks.put(name, new Look(name, color_string, opacity_string)); in addLook() 64 Look l = mLooks.get(name); in addLook() 70 class Look { class in Volume 75 public Look(String name, String color_string, String opacity_string) { in Look() method in Volume.Look 91 public Look(String name, int[][] color, int[][] opacity) { in Look() method in Volume.Look
|
/frameworks/base/tests/ActivityManagerPerfTests/ |
D | README.txt | 31 * Look at tests/src/com/android/frameworks/perftests/am/BroadcastPerfTest and 54 * Look at internal documentation for how to add new tests to dashboards and receive notification
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 90 Look for bright spots in the luminosity average. If bright spots are found,
|
/frameworks/layoutlib/create/ |
D | README.txt | 140 The ClassAdapters are chained together to achieve the desired output. (Look at section 2.2.7
|