HomeSort by relevance Sort by last modified time
    Searched refs:appearance (Results 1 - 25 of 52) 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);
  /system/bt/btif/include/
btif_gatt_multi_adv_util.h 43 int appearance; member in struct:__anon72179
87 int appearance, int manufacturer_len, char* manufacturer_data,
  /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)
8714 final TypedArray appearance = context.obtainStyledAttributes( local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 263 final int appearance = a.getResourceId( local
265 if (appearance != 0) {
266 setSwitchTextAppearance(context, appearance);
289 TypedArray appearance = context.obtainStyledAttributes(resid, R.styleable.TextAppearance); local
294 colors = appearance.getColorStateList(R.styleable.TextAppearance_android_textColor);
302 ts = appearance.getDimensionPixelSize(R.styleable.TextAppearance_android_textSize, 0);
311 typefaceIndex = appearance.getInt(R.styleable.TextAppearance_android_typeface, -1);
312 styleIndex = appearance.getInt(R.styleable.TextAppearance_android_textStyle, -1);
316 boolean allCaps = appearance.getBoolean(R.styleable.TextAppearance_textAllCaps, false);
323 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/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...]
  /system/bt/bta/include/
bta_api.h 361 UINT16 appearance; /* appearance data */ member in struct:__anon71871
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 214 /* Appearance Values Reported with BTM_BLE_AD_TYPE_APPEARANCE */
463 UINT16 appearance; member in struct:__anon72690
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 1242 -webkit-appearance: none;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 1314 -webkit-appearance: none;
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/css/
default.css 1390 -webkit-appearance: none;
    [all...]

Completed in 666 milliseconds

1 2 3