HomeSort by relevance Sort by last modified time
    Searched defs:appearance (Results 1 - 18 of 18) sorted by null

  /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]));
  /frameworks/base/core/java/android/widget/
Switch.java 152 int appearance = a.getResourceId( local
154 if (appearance != 0) {
155 setSwitchTextAppearance(context, appearance);
173 TypedArray appearance = local
180 colors = appearance.getColorStateList(com.android.internal.R.styleable.
189 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
200 typefaceIndex = appearance.getInt(com.android.internal.R.styleable.
202 styleIndex = appearance.getInt(com.android.internal.R.styleable.
207 appearance.recycle();
260 * {@link #setSwitchTypeface(Typeface, int)} to get the appearance
    [all...]
TextView.java 481 * Look the appearance up without checking first if it exists because
483 * to be able to parse the appearance first and then let specific tags
488 TypedArray appearance = null; local
493 appearance = theme.obtainStyledAttributes(
496 if (appearance != null) {
497 int n = appearance.getIndexCount();
499 int attr = appearance.getIndex(i);
503 textColorHighlight = appearance.getColor(attr, textColorHighlight);
507 textColor = appearance.getColorStateList(attr);
511 textColorHint = appearance.getColorStateList(attr)
2097 TypedArray appearance = local
8721 TypedArray appearance; local
    [all...]
  /external/bluetooth/bluez/src/
attrib-server.c 1021 uint16_t appearance = 0x0000; local
1041 /* GAP service: device appearance characteristic */
1049 /* GAP service: device appearance attribute */
1051 att_put_u16(appearance, &atval[0]);
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 158 static bool supportsFocus(ControlPart appearance)
160 switch (appearance) {
250 return style->appearance() == ButtonPart
251 || style->appearance() == PushButtonPart;
405 if (o->style()->appearance() == SliderThumbHorizontalPart) {
408 } else if (o->style()->appearance() == SliderThumbVerticalPart) {
537 ControlPart appearance = o->style()->appearance(); local
541 result = (appearance == TextFieldPart || appearance == TextAreaPart || appearance == SearchFieldPart) ? ETS_READONLY : TS_DISABLED
    [all...]
RenderThemeWin.cpp 380 bool RenderThemeWin::supportsFocus(ControlPart appearance) const
382 switch (appearance) {
394 return supportsFocus(style->appearance());
400 switch (o->style()->appearance()) {
412 state = (o->style()->appearance() == RadioPart) ? DFCS_BUTTONRADIO : DFCS_BUTTONCHECK;
447 ControlPart appearance = o->style()->appearance(); local
450 else if (isReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPart == appearance))
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 213 TypedArray appearance = null; local
216 appearance = context.obtainStyledAttributes(ap,
220 if (appearance != null) {
221 int n = appearance.getIndexCount();
223 int attr = appearance.getIndex(i);
227 textColor = appearance.getColorStateList(attr);
231 textSize = appearance.getDimensionPixelSize(attr, textSize);
235 typefaceIndex = appearance.getInt(attr, -1);
239 styleIndex = appearance.getInt(attr, -1);
244 appearance.recycle()
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 209 switch (style->appearance()) {
236 switch (style->appearance()) {
286 switch (style->appearance()) {
317 if (o->style()->appearance() == CheckboxPart || o->style()->appearance() == RadioPart)
328 if (o->style()->appearance() == CheckboxPart)
375 switch (o->style()->appearance()) {
458 switch (renderStyle->appearance()) {
476 switch (renderStyle->appearance()) {
561 if (style->appearance() == PushButtonPart)
654 ControlPart appearance = initializeCommonQStyleOptions(option, o); local
702 ControlPart appearance = initializeCommonQStyleOptions(panel, o); local
912 ControlPart appearance = initializeCommonQStyleOptions(option, o); local
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 351 bool hasAppearance() const { return appearance() != NoControlPart; }
664 ControlPart appearance() const { return static_cast<ControlPart>(rareNonInheritedData->m_appearance); } function in class:WebCore::RenderStyle
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 349 milliseconds