HomeSort by relevance Sort by last modified time
    Searched refs:csl (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/text/src/android/text/style/cts/
TextAppearanceSpanTest.java 34 ColorStateList csl = new ColorStateList(states, colors); local
36 TextAppearanceSpan textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl);
71 ColorStateList csl = new ColorStateList(states, colors); local
73 textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl);
80 ColorStateList csl = new ColorStateList(states, colors); local
82 TextAppearanceSpan textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl);
102 ColorStateList csl = new ColorStateList(states, colors) local
120 ColorStateList csl = new ColorStateList(states, colors); local
135 ColorStateList csl = new ColorStateList(states, colors); local
144 ColorStateList csl = new ColorStateList(states, colors); local
156 ColorStateList csl = new ColorStateList(states, colors); local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ThemeUtils.java 86 final ColorStateList csl = getThemeAttrColorStateList(context, attr); local
87 if (csl != null && csl.isStateful()) {
88 // If the CSL is stateful, we'll assume it has a disabled state and use it
89 return csl.getColorForState(DISABLED_STATE_SET, csl.getDefaultColor());
  /external/libvncserver/x11vnc/misc/
inet6to4 102 my $csl = $ENV{INET6TO4_LOOP};
103 if ($csl ne 'BG' && $csl ne '1') {
106 if ($csl eq 'BG') {
connect_switch 146 my $csl = $ENV{CONNECT_SWITCH_LOOP};
147 if ($csl ne 'BG' && $csl ne '1') {
150 if ($csl eq 'BG') {
ultravnc_repeater.pl 129 my $csl = $ENV{ULTRAVNC_REPEATER_LOOP};
130 if ($csl ne 'BG' && $csl ne '1') {
133 if ($csl eq 'BG') {
  /frameworks/base/core/java/android/content/res/
Resources.java 976 final ColorStateList csl = loadColorStateList(value, id, theme); local
1006 final ColorStateList csl = getColorStateList(id, null); local
2663 ColorStateList csl; local
2739 final ColorStateList csl; local
    [all...]
ColorStateList.java 132 final ColorStateList csl = new ColorStateList(EMPTY, new int[] { color }); local
133 sCache.put(color, new WeakReference<>(csl));
134 return csl;
TypedArray.java 439 final ColorStateList csl = mResources.loadColorStateList( local
441 return csl.getDefaultColor();
    [all...]
  /external/boringssl/src/include/openssl/
ssl2.h 209 unsigned int csl; member in struct:ssl2_state_st::__anon4821
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 83 #include <csl.h>
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 500 milliseconds