HomeSort by relevance Sort by last modified time
    Searched full:appearance (Results 26 - 50 of 316) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.mm 71 // - updateActiveState() and its use to update the cells' visual appearance.
505 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart || style->appearance() == ListboxPart)
512 if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
520 ControlPart part = o->style()->appearance();
658 if (o->style()->appearance() == CheckboxPart)
    [all...]
RenderThemeMac.mm 453 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart || style->appearance() == ListboxPart)
460 if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
468 ControlPart part = o->style()->appearance();
587 if (o->style()->appearance() == CheckboxPart)
    [all...]
RenderThemeSafari.h 88 // Methods for each appearance value.
157 // Helpers for adjusting appearance and for painting
RenderTheme.h 62 // This method is called whenever style has been computed for an element and the appearance
65 // selection of control size based off the font, the disabling of appearance when certain other properties like
66 // "border" are set, or if the appearance is not supported by the theme.
100 // Whether or not the control has been styled enough by the author to disable the native appearance.
199 // Methods for each appearance value.
RenderMenuList.cpp 452 if (style()->appearance() == MenulistPart || style()->appearance() == MenulistButtonPart) {
453 // For these appearance values, the theme applies padding to leave room for the
460 // If the appearance isn't MenulistPart, then the select is styled (non-native), so
RenderThemeWince.cpp 128 bool RenderThemeWince::supportsFocus(ControlPart appearance) const
130 switch (appearance) {
145 return supportsFocus(style->appearance());
164 switch (o->style()->appearance()) {
335 if (o->style()->appearance() == SliderThumbVerticalPart) {
338 } else if (o->style()->appearance() == SliderThumbHorizontalPart) {
RenderMediaControlsChromium.cpp 292 if (object->style()->appearance() == MediaSliderThumbPart)
294 else if (object->style()->appearance() == MediaVolumeSliderThumbPart)
RenderMediaControls.cpp 77 if (o->style()->appearance() != MediaSliderThumbPart)
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 196 static bool supportsFocus(ControlPart appearance)
198 switch (appearance) {
215 return supportsFocus(style->appearance());
229 if (o->style()->appearance() == CheckboxPart
230 || o->style()->appearance() == RadioPart) {
274 // FIXME: Disabled does not always give the correct appearance for ReadOnly
346 static void setToggleSize(const RenderThemeGtk* theme, RenderStyle* style, ControlPart appearance)
355 switch (appearance) {
401 if (style->appearance() == PushButtonPart) {
507 if (o->style()->appearance() == MediaSliderThumbPart)
    [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...]
  /frameworks/base/docs/html/resources/tutorials/views/
hello-spinner.jd 87 to the initial appearance for the {@link android.widget.Spinner} (which is how each item will
91 appearance, defined by the platform. Then {@link
92 android.widget.ArrayAdapter#setDropDownViewResource(int)} is called to define the appearance for
  /external/webkit/WebCore/history/
CachedPage.cpp 76 // Restore the focus appearance for the focused element.
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 362 * Indicates whether this view will change its appearance based on state.
366 * @return True if this view changes its appearance based on state, false
382 * <p>If the new state you are supplying causes the appearance of the
393 * @return Returns true if this change in state has caused the appearance
431 * <p>If the new level you are supplying causes the appearance of the
438 * @return Returns true if this change in level has caused the appearance
558 * Override this in your subclass to change appearance if you recognize the
561 * @return Returns true if the state change has caused the appearance of
567 /** Override this in your subclass to change appearance if you vary based
569 * @return Returns true if the level change has caused the appearance o
    [all...]
  /external/webkit/WebCore/platform/
Theme.h 54 // A method asking if the control changes its appearance when the window is inactive.
57 // General methods for whether or not any of the controls in the theme change appearance when the window is inactive or
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 187 // appearance of being disabled.
188 mLockPatternView.setEnabled(false); // appearance of being disabled
  /development/samples/ApiDemos/res/values/
styles.xml 34 <!-- A theme for a custom dialog appearance. Here we use an ugly
  /external/libvpx/
usage_dx.dox 51 enhance the image's appearance by removing artifacts introduced in the
  /external/speex/libspeex/
vorbis_psy.h 48 appearance (these are more accurate and over a longer range than
  /external/webkit/WebCore/accessibility/
AccessibilitySlider.cpp 69 ControlPart styleAppearance = style->appearance();
  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 28 * the XML file that defines the appearance of the views.
ResourceCursorTreeAdapter.java 27 * file. You can specify the XML file that defines the appearance of the views.
  /frameworks/base/docs/html/resources/articles/
ui-1.5.jd 14 appearance. Even though these changes do not affect binary nor source
  /external/webkit/WebCore/inspector/front-end/
audits.css 216 -webkit-appearance: none;
260 -webkit-appearance: none;
  /external/freetype/include/freetype/internal/
ftrfork.h 42 /* by the order of resource IDs instead of its appearance in the file. */
  /external/webkit/JavaScriptCore/wtf/
CONTRIBUTORS.pthreads-win32 9 Contributors (in approximate order of appearance)

Completed in 8406 milliseconds

12 3 4 5 6 7 8 91011>>