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

1 2 3 4

  /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);
  /system/bt/btif/include/
btif_gatt_multi_adv_util.h 43 int appearance; member in struct:__anon73708
87 int appearance, int manufacturer_len, char* manufacturer_data,
  /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 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 93 TextAppearanceSpan[] appearance = s2.getSpans(7, 8, local
95 assertEquals(1, appearance.length);
96 assertEquals(7, s2.getSpanStart(appearance[0]));
97 assertEquals(8, s2.getSpanEnd(appearance[0]));
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 367 int appearance = 0; local
389 includeTxPower, appearance,
393 includeTxPower, 0, 0, appearance,
492 boolean set_scan_rsp, boolean incl_name, boolean incl_txpower, int appearance,
497 int appearance, byte[] manufacturerData, byte[] serviceData, byte[] serviceUuid);
  /frameworks/base/core/java/android/widget/
Switch.java 278 final int appearance = a.getResourceId( local
280 if (appearance != 0) {
281 setSwitchTextAppearance(context, appearance);
301 TypedArray appearance = local
308 colors = appearance.getColorStateList(com.android.internal.R.styleable.
317 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
328 typefaceIndex = appearance.getInt(com.android.internal.R.styleable.
330 styleIndex = appearance.getInt(com.android.internal.R.styleable.
335 boolean allCaps = appearance.getBoolean(com.android.internal.R.styleable.
344 appearance.recycle()
    [all...]
TextView.java 749 * Look the appearance up without checking first if it exists because
751 * to be able to parse the appearance first and then let specific tags
756 TypedArray appearance = null; local
761 appearance = theme.obtainStyledAttributes(
764 if (appearance != null) {
765 int n = appearance.getIndexCount();
767 int attr = appearance.getIndex(i);
771 textColorHighlight = appearance.getColor(attr, textColorHighlight);
775 textColor = appearance.getColorStateList(attr);
779 textColorHint = appearance.getColorStateList(attr)
8715 final TypedArray appearance = context.obtainStyledAttributes( local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 261 final int appearance = a.getResourceId( local
263 if (appearance != 0) {
264 setSwitchTextAppearance(context, appearance);
285 TypedArray appearance = context.obtainStyledAttributes(resid, R.styleable.TextAppearance); local
290 colors = appearance.getColorStateList(R.styleable.TextAppearance_android_textColor);
298 ts = appearance.getDimensionPixelSize(R.styleable.TextAppearance_android_textSize, 0);
307 typefaceIndex = appearance.getInt(R.styleable.TextAppearance_android_typeface, -1);
308 styleIndex = appearance.getInt(R.styleable.TextAppearance_android_textStyle, -1);
312 boolean allCaps = appearance.getBoolean(R.styleable.TextAppearance_textAllCaps, false);
319 appearance.recycle()
    [all...]
  /system/bt/btif/src/
btif_gatt_multi_adv_util.c 212 int appearance, int manufacturer_len, char* manufacturer_data,
224 p_multi_adv_inst->appearance = appearance;
316 if (p_adv_data->appearance != 0)
319 p_multi_adv_data_cb->inst_cb[cbindex].data.appearance = p_adv_data->appearance;
btif_gatt_client.c     [all...]
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 50 bool incl_txpower, int appearance,
fake_bluetooth_gatt_interface.cpp 78 bool incl_txpower, int appearance,
85 incl_txpower, appearance,
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 358 bool include_txpower, int min_interval, int max_interval, int appearance,
383 bool incl_txpower, int appearance, int manufacturer_len,
  /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...]
  /system/bt/service/test/
low_energy_client_unittest.cpp 63 bool incl_txpower, int appearance,
68 set_scan_rsp, include_name, incl_txpower, appearance,
132 bool incl_txpower, int appearance,
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 105 // appearance is improved where it makes sense (e.g., `` is turned into &ldquo;
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 105 // 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...]
  /system/bt/stack/btm/
btm_ble_gap.c     [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>

Completed in 2446 milliseconds

1 2 3 4