/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/ |
UtilsTest.java | 33 final int appearance = android.R.style.TextAppearance_Holo_Small; local 35 getContext(), entire, sub, appearance); 37 expected.setSpan(new TextAppearanceSpan(getContext(), appearance), 6, 11, 0); 45 final int appearance = android.R.style.TextAppearance_Holo_Small; local 47 getContext(), entire, sub, appearance);
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug485.go | 9 // appearance of the type in a depth-first search.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug485.go | 9 // appearance of the type in a depth-first search.
|
/external/fmtlib/doc/bootstrap/ |
normalize.less | 294 -webkit-appearance: button; // 2 352 // 1. Address `appearance` set to `searchfield` in Safari and Chrome. 358 -webkit-appearance: textfield; // 1 367 // padding (and `textfield` appearance). 372 -webkit-appearance: none;
|
/frameworks/base/core/java/android/text/style/ |
TextAppearanceSpan.java | 41 * text appearance. The <code>appearance</code> should be, for example, 44 public TextAppearanceSpan(Context context, int appearance) { 45 this(context, appearance, -1); 50 * text appearance, and the specified text color resource 51 * to determine the color. The <code>appearance</code> should be, 56 public TextAppearanceSpan(Context context, int appearance, int colorList) { 60 context.obtainStyledAttributes(appearance,
|
/frameworks/base/core/tests/coretests/src/android/text/ |
SpannedTest.java | 100 TextAppearanceSpan[] appearance = s2.getSpans(7, 8, local 102 assertEquals(1, appearance.length); 103 assertEquals(7, s2.getSpanStart(appearance[0])); 104 assertEquals(8, s2.getSpanEnd(appearance[0]));
|
/frameworks/base/core/java/android/widget/ |
Switch.java | 281 final int appearance = a.getResourceId( local 283 if (appearance != 0) { 284 setSwitchTextAppearance(context, appearance); 304 TypedArray appearance = local 311 colors = appearance.getColorStateList(com.android.internal.R.styleable. 320 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable. 331 typefaceIndex = appearance.getInt(com.android.internal.R.styleable. 333 styleIndex = appearance.getInt(com.android.internal.R.styleable. 338 boolean allCaps = appearance.getBoolean(com.android.internal.R.styleable. 347 appearance.recycle() [all...] |
TextView.java | 218 * To customize the appearance of TextView, see <a href="https://developer.android.com/guide/topics/ui/themes.html">Styles and Themes</a>. 9928 final TypedArray appearance = context.obtainStyledAttributes( local [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
SwitchCompat.java | 274 final int appearance = a.getResourceId( local 276 if (appearance != 0) { 277 setSwitchTextAppearance(context, appearance); 298 final TintTypedArray appearance = TintTypedArray.obtainStyledAttributes(context, resid, local 304 colors = appearance.getColorStateList(R.styleable.TextAppearance_android_textColor); 312 ts = appearance.getDimensionPixelSize(R.styleable.TextAppearance_android_textSize, 0); 321 typefaceIndex = appearance.getInt(R.styleable.TextAppearance_android_typeface, -1); 322 styleIndex = appearance.getInt(R.styleable.TextAppearance_android_textStyle, -1); 326 boolean allCaps = appearance.getBoolean(R.styleable.TextAppearance_textAllCaps, false); 333 appearance.recycle() [all...] |
/tools/tradefederation/core/src/com/android/tradefed/config/ |
ConfigurationDef.java | 69 * Object to hold info for a className and the appearance number it has (e.g. if a config has 70 * the same object twice, the first one will have the first appearance number). 76 ConfigObjectDef(String className, Integer appearance) { 78 mAppearanceNum = appearance;
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryChart.java | 242 TypedArray appearance = null; local 245 appearance = context.obtainStyledAttributes(ap, 248 if (appearance != null) { 249 int n = appearance.getIndexCount(); 251 int attr = appearance.getIndex(i); 255 textColor = appearance.getColorStateList(attr); 259 textSize = appearance.getDimensionPixelSize(attr, textSize); 263 typefaceIndex = appearance.getInt(attr, -1); 267 styleIndex = appearance.getInt(attr, -1); 272 appearance.recycle() [all...] |
/external/autotest/client/tools/ |
html_report.py | [all...] |
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
bimport.go | 29 strList []string // in order of appearance 30 pkgList []*types.Package // in order of appearance 31 typList []types.Type // in order of appearance
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
bimport.go | 29 strList []string // in order of appearance 30 pkgList []*types.Package // in order of appearance 31 typList []types.Type // in order of appearance
|
/external/libchrome/base/mac/ |
sdk_forward_declarations.h | 471 - (void)setAppearance:(NSAppearance*)appearance;
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Utils.java | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
value.go | 42 // Use count. Each appearance in Value.Args and Block.Control counts once.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
value.go | 42 // Use count. Each appearance in Value.Args and Block.Control counts once.
|
/prebuilts/go/darwin-x86/src/go/doc/ |
comment.go | 105 // appearance is improved where it makes sense (e.g., `` is turned into “
|
/prebuilts/go/linux-x86/src/go/doc/ |
comment.go | 105 // appearance is improved where it makes sense (e.g., `` is turned into “
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msimcntl.h | [all...] |
/external/ImageMagick/www/api/ |
layer.php | 85 <p>DisposeImages() returns the coalesced frames of a GIF animation as it would appear after the GIF dispose method of that frame has been applied. That is it returned the appearance of each frame before the next is overlaid.</p>
|
/system/bt/stack/btm/ |
btm_ble_gap.cc | [all...] |
/build/make/tools/droiddoc/templates-sac/assets/css/ |
default.css | 1318 -webkit-appearance: none; [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
select.go | 31 scase [1]scase // one per case (in order of appearance)
|