HomeSort by relevance Sort by last modified time
    Searched refs:appearance (Results 1 - 25 of 70) sorted by null

1 2 3

  /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.
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 43 * text appearance. The <code>appearance</code> should be, for example,
46 public TextAppearanceSpan(Context context, int appearance) {
47 this(context, appearance, -1);
52 * text appearance, and the specified text color resource
53 * to determine the color. The <code>appearance</code> should be,
58 public TextAppearanceSpan(Context context, int appearance, int colorList) {
62 context.obtainStyledAttributes(appearance,
  /frameworks/base/core/tests/coretests/src/android/text/
SpannedTest.java 102 TextAppearanceSpan[] appearance = s2.getSpans(7, 8, local
104 assertEquals(1, appearance.length);
105 assertEquals(7, s2.getSpanStart(appearance[0]));
106 assertEquals(8, s2.getSpanEnd(appearance[0]));
  /frameworks/base/core/java/android/widget/
Switch.java 285 final int appearance = a.getResourceId( local
287 if (appearance != 0) {
288 setSwitchTextAppearance(context, appearance);
308 TypedArray appearance = local
315 colors = appearance.getColorStateList(com.android.internal.R.styleable.
324 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
335 typefaceIndex = appearance.getInt(com.android.internal.R.styleable.
337 styleIndex = appearance.getInt(com.android.internal.R.styleable.
342 boolean allCaps = appearance.getBoolean(com.android.internal.R.styleable.
351 appearance.recycle()
    [all...]
TextView.java 234 * To customize the appearance of TextView, see <a href="https://developer.android.com/guide/topics/ui/themes.html">Styles and Themes</a>.
10332 final TypedArray appearance = context.obtainStyledAttributes( local
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SwitchCompat.java 273 final int appearance = a.getResourceId( local
275 if (appearance != 0) {
276 setSwitchTextAppearance(context, appearance);
297 final TintTypedArray appearance = TintTypedArray.obtainStyledAttributes(context, resid, local
303 colors = appearance.getColorStateList(R.styleable.TextAppearance_android_textColor);
311 ts = appearance.getDimensionPixelSize(R.styleable.TextAppearance_android_textSize, 0);
320 typefaceIndex = appearance.getInt(R.styleable.TextAppearance_android_typeface, -1);
321 styleIndex = appearance.getInt(R.styleable.TextAppearance_android_textStyle, -1);
325 boolean allCaps = appearance.getBoolean(R.styleable.TextAppearance_textAllCaps, false);
332 appearance.recycle()
    [all...]
  /external/adhd/scripts/mic_testing/frontend/
audio.css 85 -webkit-appearance: slider-vertical;
  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationDef.java 71 * Object to hold info for a className and the appearance number it has (e.g. if a config has
72 * the same object twice, the first one will have the first appearance number).
78 ConfigObjectDef(String className, Integer appearance) {
80 mAppearanceNum = appearance;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 243 TypedArray appearance = null; local
246 appearance = context.obtainStyledAttributes(ap,
249 if (appearance != null) {
250 int n = appearance.getIndexCount();
252 int attr = appearance.getIndex(i);
256 textColor = appearance.getColorStateList(attr);
260 textSize = appearance.getDimensionPixelSize(attr, textSize);
264 typefaceIndex = appearance.getInt(attr, -1);
268 styleIndex = appearance.getInt(attr, -1);
273 appearance.recycle()
    [all...]
  /external/autotest/client/tools/
html_report.py     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 29 strList []string // in order of appearance
30 pathList []string // in order of appearance
31 pkgList []*types.Package // in order of appearance
32 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 pathList []string // in order of appearance
31 pkgList []*types.Package // in order of appearance
32 typList []types.Type // in order of appearance
  /external/python/cpython3/Lib/idlelib/idle_test/
htest.py 271 'msg': "Check the appearance of the base search dialog\n"
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
value.go 46 // Use count. Each appearance in Value.Args and Block.Control counts once.
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 112 // appearance is improved where it makes sense (e.g., `` is turned into &ldquo;
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
value.go 46 // Use count. Each appearance in Value.Args and Block.Control counts once.
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 112 // appearance is improved where it makes sense (e.g., `` is turned into &ldquo;
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 393 // appearance of statements that affect the flow of control.
  /prebuilts/go/darwin-x86/src/runtime/
select.go 32 scase [1]scase // one per case (in order of appearance)

Completed in 651 milliseconds

1 2 3