OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colorStateList
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java
24
import android.content.res.
ColorStateList
;
216
final
ColorStateList
colorStateList
= mResources.getColorStateList(R.color.color1);
218
final int focusColor =
colorStateList
.getColorForState(focusedState, R.color.failColor);
[
all
...]
/cts/tests/tests/content/src/android/content/cts/
ContextTest.java
29
import android.content.res.
ColorStateList
;
389
final
ColorStateList
colorStateList
= mContext.getColorStateList(R.color.color2);
391
final int focusColor =
colorStateList
.getColorForState(focusedState, R.color.failColor);
[
all
...]
Completed in 71 milliseconds