OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textcolors
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
NavigationBarButton.java
83
final ColorStateList
textColors
= getTextColors();
84
if (
textColors
!= null) {
87
((TintedDrawable) drawable).setTintListCompat(
textColors
);
/frameworks/support/v7/appcompat/tests/res/values/
styles.xml
28
<style name="Theme.
TextColors
" parent="@style/Theme.AppCompat.Light">
/frameworks/support/v7/appcompat/tests/
AndroidManifest.xml
75
android:theme="@style/Theme.
TextColors
" />
Completed in 56 milliseconds