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

1 2

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatTextHelper.java 50 TypedArray appearance = context.obtainStyledAttributes(ap, R.styleable.TextAppearance); local
51 if (appearance.hasValue(R.styleable.TextAppearance_textAllCaps)) {
52 setAllCaps(appearance.getBoolean(R.styleable.TextAppearance_textAllCaps, false));
54 appearance.recycle();
89 TypedArray appearance = context.obtainStyledAttributes(resId, TEXT_APPEARANCE_ATTRS); local
90 if (appearance.hasValue(0)) {
91 setAllCaps(appearance.getBoolean(0, false));
93 appearance.recycle();
SwitchCompat.java 213 final int appearance = a.getResourceId( local
215 if (appearance != 0) {
216 setSwitchTextAppearance(context, appearance);
237 TypedArray appearance = context.obtainStyledAttributes(resid, R.styleable.TextAppearance); local
242 colors = appearance.getColorStateList(R.styleable.TextAppearance_android_textColor);
250 ts = appearance.getDimensionPixelSize(R.styleable.TextAppearance_android_textSize, 0);
259 typefaceIndex = appearance.getInt(R.styleable.TextAppearance_android_typeface, -1);
260 styleIndex = appearance.getInt(R.styleable.TextAppearance_android_textStyle, -1);
264 boolean allCaps = appearance.getBoolean(R.styleable.TextAppearance_textAllCaps, false);
271 appearance.recycle()
    [all...]
  /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 44 int appearance; member in struct:__anon69115
90 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 277 final int appearance = a.getResourceId( local
279 if (appearance != 0) {
280 setSwitchTextAppearance(context, appearance);
300 TypedArray appearance = local
307 colors = appearance.getColorStateList(com.android.internal.R.styleable.
316 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
327 typefaceIndex = appearance.getInt(com.android.internal.R.styleable.
329 styleIndex = appearance.getInt(com.android.internal.R.styleable.
334 boolean allCaps = appearance.getBoolean(com.android.internal.R.styleable.
343 appearance.recycle()
    [all...]
TextView.java 716 * Look the appearance up without checking first if it exists because
718 * to be able to parse the appearance first and then let specific tags
723 TypedArray appearance = null; local
728 appearance = theme.obtainStyledAttributes(
731 if (appearance != null) {
732 int n = appearance.getIndexCount();
734 int attr = appearance.getIndex(i);
738 textColorHighlight = appearance.getColor(attr, textColorHighlight);
742 textColor = appearance.getColorStateList(attr);
746 textColorHint = appearance.getColorStateList(attr)
8558 final TypedArray appearance = context.obtainStyledAttributes( local
    [all...]
  /system/bt/btif/src/
btif_gatt_multi_adv_util.c 219 int appearance, int manufacturer_len, char* manufacturer_data,
231 p_multi_adv_inst->appearance = appearance;
328 if (p_adv_data->appearance != 0)
331 p_multi_adv_data_cb->inst_cb[cbindex].data.appearance = p_adv_data->appearance;
btif_gatt_client.c     [all...]
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 402 bool include_txpower, int min_interval, int max_interval, int appearance,
427 bool incl_txpower, int appearance, int manufacturer_len,
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 244 TypedArray appearance = null; local
247 appearance = context.obtainStyledAttributes(ap,
250 if (appearance != null) {
251 int n = appearance.getIndexCount();
253 int attr = appearance.getIndex(i);
257 textColor = appearance.getColorStateList(attr);
261 textSize = appearance.getDimensionPixelSize(attr, textSize);
265 typefaceIndex = appearance.getInt(attr, -1);
269 styleIndex = appearance.getInt(attr, -1);
274 appearance.recycle()
    [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 406 UINT16 appearance; /* appearance data */ member in struct:__anon68797
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 208 /* Appearance Values Reported with BTM_BLE_AD_TYPE_APPEARANCE */
451 UINT16 appearance; member in struct:__anon69573
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 1242 -webkit-appearance: none;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 1310 -webkit-appearance: none;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 125 -webkit-appearance: button;
131 -webkit-appearance: textfield;
135 -webkit-appearance: none;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /build/tools/droiddoc/templates-ndk/assets/css/
default.css 1390 -webkit-appearance: none;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 1389 -webkit-appearance: none;
    [all...]

Completed in 642 milliseconds

1 2