HomeSort by relevance Sort by last modified time
    Searched defs:appearance (Results 1 - 12 of 12) 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]));
  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.cpp 118 static bool supportsFocus(ControlPart appearance)
120 switch (appearance) {
210 return style->appearance() == ButtonPart
211 || style->appearance() == PushButtonPart;
365 if (o->style()->appearance() == SliderThumbHorizontalPart) {
368 } else if (o->style()->appearance() == SliderThumbVerticalPart) {
491 ControlPart appearance = o->style()->appearance(); local
494 else if (isReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPart == appearance)
    [all...]
RenderThemeWin.cpp 353 bool RenderThemeWin::supportsFocus(ControlPart appearance) const
355 switch (appearance) {
367 return supportsFocus(style->appearance());
373 switch (o->style()->appearance()) {
385 state = (o->style()->appearance() == RadioPart) ? DFCS_BUTTONRADIO : DFCS_BUTTONCHECK;
408 ControlPart appearance = o->style()->appearance(); local
411 else if (isReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPart == appearance))
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 212 TypedArray appearance = null; local
215 appearance = context.obtainStyledAttributes(ap,
219 if (appearance != null) {
220 int n = appearance.getIndexCount();
222 int attr = appearance.getIndex(i);
226 textColor = appearance.getColorStateList(attr);
230 textSize = appearance.getDimensionPixelSize(attr, textSize);
234 typefaceIndex = appearance.getInt(attr, -1);
238 styleIndex = appearance.getInt(attr, -1);
243 appearance.recycle()
    [all...]
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 187 if (o->style()->appearance() == CheckboxPart || o->style()->appearance() == RadioPart)
198 if (o->style()->appearance() == CheckboxPart)
237 switch (o->style()->appearance()) {
300 switch (renderStyle->appearance()) {
398 if (style->appearance() == PushButtonPart) {
484 ControlPart appearance = initializeCommonQStyleOptions(option, o); local
485 if (appearance == PushButtonPart || appearance == ButtonPart) {
488 } else if (appearance == RadioPart
520 ControlPart appearance = initializeCommonQStyleOptions(panel, o); local
643 ControlPart appearance = initializeCommonQStyleOptions(option, o); local
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 346 bool hasAppearance() const { return appearance() != NoControlPart; }
613 ControlPart appearance() const { return static_cast<ControlPart>(rareNonInheritedData->m_appearance); } function in class:WebCore::RenderStyle
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 376 * Look the appearance up without checking first if it exists because
378 * to be able to parse the appearance first and then let specific tags
381 TypedArray appearance = null; local
384 appearance = context.obtainStyledAttributes(ap,
388 if (appearance != null) {
389 int n = appearance.getIndexCount();
391 int attr = appearance.getIndex(i);
395 textColorHighlight = appearance.getColor(attr, textColorHighlight);
399 textColor = appearance.getColorStateList(attr);
403 textColorHint = appearance.getColorStateList(attr)
1608 TypedArray appearance = local
7084 TypedArray appearance; local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 224 milliseconds