OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stateList
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java
241
ColorStateList
stateList
= ResourceHelper.getColorStateList(
243
if (
stateList
!= null) {
244
textView.setTextColor(
stateList
);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java
198
ColorStateList
stateList
= ResourceHelper.getColorStateList(resValue.getSecond(),
200
if (
stateList
!= null) {
201
return
stateList
;
Completed in 348 milliseconds