Searched refs:grey (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 130 static float grey; in renderFrame() local 131 grey += 0.01f; in renderFrame() 132 if (grey > 1.0f) { in renderFrame() 133 grey = 0.0f; in renderFrame() 135 glClearColor(grey, grey, grey, 1.0f); in renderFrame()
|
/frameworks/base/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 130 static float grey; in renderFrame() local 131 grey += 0.01f; in renderFrame() 132 if (grey > 1.0f) { in renderFrame() 133 grey = 0.0f; in renderFrame() 135 glClearColor(grey, grey, grey, 1.0f); in renderFrame()
|
/frameworks/base/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 170 static float grey; in Java_com_android_gljni_GLJNILib_step() local 171 grey += 0.01f; in Java_com_android_gljni_GLJNILib_step() 172 if (grey > 1.0f) { in Java_com_android_gljni_GLJNILib_step() 173 grey = 0.0f; in Java_com_android_gljni_GLJNILib_step() 175 glClearColor(background, grey, grey, 1.0f); in Java_com_android_gljni_GLJNILib_step()
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
D | notepad-extra-credit.jd | 30 right click in the narrow grey border on the left of the edit window at the
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-extra-credit.jd | 30 right click in the narrow grey border on the left of the edit window at the
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-tabwidget.jd | 44 general design recommendation is for the selected icon to be a dark color (grey), and the 64 <!-- When selected, use grey -->
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_status_bar.jd | 274 …<tr><td><em>4.</em></td><td>Disabled detail:</td><td>grey gradient from palette<br>+ inner bevel: …
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | 2d-graphics.jd | 288 and the drawable area with the bottom and right lines. In the top image, the dotted grey
|
/frameworks/base/docs/html/guide/tutorials/ |
D | hello-world.jd | 259 <p>The "Hello, Android" you see in the grey bar is actually the application title. The Eclipse plug…
|
/frameworks/base/docs/html/resources/tutorials/ |
D | hello-world.jd | 276 <p>The "Hello, Android" you see in the grey bar is actually the application title. The Eclipse plug…
|