Home
last modified time | relevance | path

Searched refs:grey (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/opengl/tests/gldual/jni/
Dgl_code.cpp130 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/
Dgl_code.cpp130 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/
Dgl_code.cpp170 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/
Dnotepad-extra-credit.jd30 right click in the narrow grey border on the left of the edit window at the
/frameworks/base/docs/html/resources/tutorials/notepad/
Dnotepad-extra-credit.jd30 right click in the narrow grey border on the left of the edit window at the
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-tabwidget.jd44 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/
Dicon_design_status_bar.jd274 …<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/
D2d-graphics.jd288 and the drawable area with the bottom and right lines. In the top image, the dotted grey
/frameworks/base/docs/html/guide/tutorials/
Dhello-world.jd259 <p>The "Hello, Android" you see in the grey bar is actually the application title. The Eclipse plug…
/frameworks/base/docs/html/resources/tutorials/
Dhello-world.jd276 <p>The "Hello, Android" you see in the grey bar is actually the application title. The Eclipse plug…