Searched refs:grey (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp130 static float grey; local
131 grey += 0.01f;
132 if (grey > 1.0f) {
133 grey = 0.0f;
135 glClearColor(grey, grey, grey, 1.0f);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp130 static float grey; local
131 grey += 0.01f;
132 if (grey > 1.0f) {
133 grey = 0.0f;
135 glClearColor(grey, grey, grey, 1.0f);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp170 static float grey; local
171 grey += 0.01f;
172 if (grey > 1.0f) {
173 grey = 0.0f;
175 glClearColor(background, grey, grey, 1.0f);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java233 int grey = mul;
235 mDrawPaint.setColor(Color.argb(255, grey, grey, grey));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationHeaderUtil.java77 int grey = view.getContext().getColor(
79 imageView.getDrawable().setColorFilter(grey, PorterDuff.Mode.SRC_ATOP);
101 // To grey them out the icons and expand button when the icons are not the same

Completed in 4224 milliseconds