HomeSort by relevance Sort by last modified time
    Searched full:appearance (Results 51 - 75 of 452) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/shared/css/
menu.css 26 -webkit-appearance: none;
  /external/chromium/net/base/
data_url.h 24 // parameters.) The appearance of ";base64" means that the data is encoded as
  /external/chromium-trace/src/shared/css/
menu.css 30 -webkit-appearance: none;
trash.css 7 -webkit-appearance: none;
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
package.html 28 appearance and the way its handled.
  /frameworks/base/core/java/android/text/method/
SingleLineTransformationMethod.java 31 * carriage return characters (\r) to have no appearance.
  /external/chromium-trace/src/shared/js/cr/ui/
menu_button.js 29 // Adding the 'custom-appearance' class prevents widgets.css from changing
30 // the appearance of this element.
31 this.classList.add('custom-appearance');
  /external/webkit/Source/WebCore/css/
mediaControlsGtk.css 63 -webkit-appearance: media-current-time-display;
90 -webkit-appearance: media-volume-slider-container;
97 -webkit-appearance: media-volume-slider;
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 488 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart || style->appearance() == ListboxPart)
495 if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
503 ControlPart part = o->style()->appearance();
623 if (o->style()->appearance() == CheckboxPart)
816 if (NoControlPart == renderMeter->style()->appearance())
876 ASSERT(style->appearance() != NoControlPart);
    [all...]
RenderThemeChromiumLinux.cpp 150 if (o->style()->appearance() == SliderThumbHorizontalPart) {
153 } else if (o->style()->appearance() == SliderThumbVerticalPart) {
246 ControlPart part = o->style()->appearance();
289 extraParams.slider.vertical = o->style()->appearance() == SliderVerticalPart;
298 extraParams.slider.vertical = o->style()->appearance() == SliderThumbVerticalPart;
RenderSlider.cpp 117 if (style()->appearance() == SliderVerticalPart || style()->appearance() == MediaVolumeSliderPart) {
RenderThemeSafari.h 88 // Methods for each appearance value.
157 // Helpers for adjusting appearance and for painting
  /frameworks/base/core/java/android/widget/
Switch.java 156 int appearance = a.getResourceId( local
158 if (appearance != 0) {
159 setSwitchTextAppearance(context, appearance);
179 TypedArray appearance = local
186 colors = appearance.getColorStateList(com.android.internal.R.styleable.
195 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
206 typefaceIndex = appearance.getInt(com.android.internal.R.styleable.
208 styleIndex = appearance.getInt(com.android.internal.R.styleable.
213 boolean allCaps = appearance.getBoolean(com.android.internal.R.styleable.
222 appearance.recycle()
    [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/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell.mm 53 // Do not change button appearance when we are pushed.
tabpose_window.h 89 // If |slomo| is YES, then the appearance animation is shown in slow motion.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
_README.txt 32 To watch a feed for changes or the appearance of specific attribute values (like
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 230 bool RenderThemeAndroid::supportsFocus(ControlPart appearance)
232 switch (appearance) {
584 // If this is an appearance where RenderTheme::paint returns true
588 if (style->appearance() != MenulistButtonPart &&
589 style->appearance() != ListboxPart &&
590 style->appearance() != TextFieldPart &&
591 style->appearance() != TextAreaPart) {
683 return style->appearance() != TextFieldPart && style->appearance() != TextAreaPart;
  /frameworks/base/docs/html/guide/topics/ui/controls/
button.jd 137 <p>The appearance of your button (background image and font) may vary from one device to
159 basic buttons except that they have no borders or background but still change appearance during
179 <p>If you want to truly redefine the appearance of your button, you can specify a custom
181 state list resource that changes appearance depending on the button's current state.</p>
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 424 * Indicates whether this view will change its appearance based on state.
428 * @return True if this view changes its appearance based on state, false
444 * <p>If the new state you are supplying causes the appearance of the
455 * @return Returns true if this change in state has caused the appearance
500 * <p>If the new level you are supplying causes the appearance of the
507 * @return Returns true if this change in level has caused the appearance
630 * Override this in your subclass to change appearance if you recognize the
633 * @return Returns true if the state change has caused the appearance of
639 /** Override this in your subclass to change appearance if you vary based
641 * @return Returns true if the level change has caused the appearance o
    [all...]
  /external/chromium/chrome/browser/tab_contents/
infobar_delegate.h 47 // The type of the infobar. It controls its appearance, such as its background
85 // Returns the type of the infobar. The type determines the appearance (such
  /external/webkit/Source/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
  /frameworks/base/docs/html/training/sharing/
shareaction.jd 34 bar, handles both the appearance and behavior of that item. In the case of {@link
62 <p>This delegates responsibility for the item's appearance and function to
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiAutomatorBridge.java 35 // This value has the greatest bearing on the appearance of test execution speeds.
41 // bearing on the appearance of test execution speeds. This value is used as a maximum
  /external/chromium/chrome/browser/resources/
new_new_tab.css 61 -webkit-appearance: none;
228 TODO(arv): Replace with -webkit-appearance once issue 17371 is fixed
337 -webkit-appearance: none;
431 -webkit-appearance: none;
477 -webkit-appearance: none;

Completed in 941 milliseconds

1 23 4 5 6 7 8 91011>>