/external/chromium_org/chrome/browser/resources/ntp4/ |
nav_dot.css | 58 -webkit-appearance: caret;
|
/external/chromium_org/components/startup_metric_utils/ |
startup_metric_utils.h | 21 // Call this when displaying UI that might potentially delay the appearance
|
/external/chromium_org/pdf/ |
fading_controls.h | 54 // Expand/Shrink area which triggers inner control appearance to the left.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
themeChromiumAndroid.css | 36 -webkit-appearance: menulist;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumDefault.cpp | 105 return style->appearance() == ButtonPart 106 || style->appearance() == PushButtonPart 107 || style->appearance() == SquareButtonPart; 213 if (style->appearance() == SliderThumbHorizontalPart) { 216 } else if (style->appearance() == SliderThumbVerticalPart) { 332 ControlPart part = o->style()->appearance(); 432 extraParams.slider.vertical = o->style()->appearance() == SliderVerticalPart; 460 extraParams.slider.vertical = o->style()->appearance() == SliderThumbVerticalPart; 533 ControlPart part = style->appearance();
|
RenderTheme.h | 60 // This method is called whenever style has been computed for an element and the appearance 63 // selection of control size based off the font, the disabling of appearance when certain other properties like 64 // "border" are set, or if the appearance is not supported by the theme. 96 // Whether or not the control has been styled enough by the author to disable the native appearance. 214 // Methods for each appearance value.
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-hhea-table.hh | 80 * best appearance. Set to 0 for
|
/external/chromium_org/ui/base/ime/ |
input_method_base.h | 100 // appearance changes.
|
/external/chromium_org/ui/webui/resources/css/ |
menu.css | 33 -webkit-appearance: none;
|
/external/chromium_org/ui/wm/public/ |
activation_client.h | 65 // The transient parents of these windows may have visual appearance properties
|
/external/chromium_org/win8/test/ |
ui_automation_client.h | 24 // An asynchronous UI automation client that waits for the appearance of a
|
/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/harfbuzz_ng/src/ |
hb-ot-hhea-table.hh | 80 * best appearance. Set to 0 for
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DbgValueHistoryCalculator.h | 24 // is accessible. The variables are listed in order of appearance.
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
MovieFragmentBox.java | 79 * @return the tracknumbers (IDs) of the tracks in their order of appearance in the file
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
button.jd | 136 <p>The appearance of your button (background image and font) may vary from one device to 158 basic buttons except that they have no borders or background but still change appearance during 178 <p>If you want to truly redefine the appearance of your button, you can specify a custom 180 state list resource that changes appearance depending on the button's current state.</p>
|
/frameworks/base/docs/html/training/basics/actionbar/ |
index.jd | 63 <dd>Learn how to customize the appearance of your action bar.</dd>
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
WaveTriggerFilter.java | 28 // The effect is to give the image a sudden white appearance.
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
SwitchCompat.java | 207 final int appearance = a.getResourceId( local 209 if (appearance != 0) { 210 setSwitchTextAppearance(context, appearance); 231 TypedArray appearance = context.obtainStyledAttributes(resid, TEXT_APPEARANCE_ATTRS); local 236 colors = appearance.getColorStateList(0); 244 ts = appearance.getDimensionPixelSize(1, 0); 252 boolean allCaps = appearance.getBoolean(2, false); 259 appearance.recycle(); 293 * {@link #setSwitchTypeface(Typeface, int)} to get the appearance [all...] |
/frameworks/base/core/java/android/widget/ |
Switch.java | 229 final int appearance = a.getResourceId( local 231 if (appearance != 0) { 232 setSwitchTextAppearance(context, appearance); 252 TypedArray appearance = local 259 colors = appearance.getColorStateList(com.android.internal.R.styleable. 268 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable. 279 typefaceIndex = appearance.getInt(com.android.internal.R.styleable. 281 styleIndex = appearance.getInt(com.android.internal.R.styleable. 286 boolean allCaps = appearance.getBoolean(com.android.internal.R.styleable. 295 appearance.recycle() [all...] |
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.h | 59 // Creates a menu button with an infobar-specific appearance. 65 // Creates a button with an infobar-specific appearance.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
panelEnablerView.css | 95 -webkit-appearance: none; 118 -webkit-appearance: none;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
Theme.h | 55 // A method asking if the control changes its appearance when the window is inactive. 58 // 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 69 This delegates responsibility for the item's appearance and function to
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
PiecewiseLinearIndentationFunctor.java | 35 * @param peekSize The visual appearance of this is how far the cards in the stack peek 37 * Note that the visual appearance does not necessarily always correspond to
|