Home
last modified time | relevance | path

Searched defs:setBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLRotationGuideRenderer.java56 public void setBackgroundColor(int value) { in setBackgroundColor() method in GLRotationGuideRenderer
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java173 public void setBackgroundColor(final int color) { in setBackgroundColor() method
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java139 public Builder setBackgroundColor(@ColorInt int color) { in setBackgroundColor() method in ImeSettings.Builder
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveScopeView.java51 public void setBackgroundColor(int color) { mBackgroundColor = color; } in setBackgroundColor() method in WaveScopeView