OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appearance
(Results
101 - 125
of
663
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/design/patterns/
fullscreen.jd
88
toggles the
appearance
of an action bar or a palette, then it must also
89
toggle the
appearance
of system bars.
/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
/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;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h
63
// This method is called whenever style has been computed for an element and the
appearance
66
// selection of control size based off the font, the disabling of
appearance
when certain other properties like
67
// "border" are set, or if the
appearance
is not supported by the theme.
99
// Whether or not the control has been styled enough by the author to disable the native
appearance
.
222
// Methods for each
appearance
value.
RenderMenuList.cpp
548
if (style()->
appearance
() == MenulistPart || style()->
appearance
() == MenulistButtonPart) {
549
// For these
appearance
values, the theme applies padding to leave room for the
556
// If the
appearance
isn't MenulistPart, then the select is styled (non-native), so
RenderSlider.cpp
97
// FIXME: Find a way to cascade
appearance
.
/frameworks/base/docs/html/distribute/googleplay/strategies/
app-quality.jd
12
<li><a href="#
appearance
">Professional
Appearance
and Aesthetics</a></li>
97
<h2 id="
appearance
">Professional
Appearance
and Aesthetics</h2>
101
If you don't have the luxury of working with a UI designer, there are some ways in which you can improve your app's
appearance
yourself. First, get familiar with Adobe Photoshop, Adobe Fireworks, or some other raster image editing tool. Mastering the art of the pixel in these apps takes time, but honing this skill can help build polish across your interface designs. Also, master the resources framework by studying the framework UI assets and layouts and reading through the <a href="{@docRoot}guide/topics/resources/index.html">resources documentation</a>. Techniques such as 9-patches and resource directory qualifiers are somewhat unique to Android, and are crucial in building flexible yet aesthetic UIs.</p>
/external/chromium_org/third_party/WebKit/ManualTests/
media-controls.html
121
description: '<p>Should have the same
appearance
as a typical video, except magnified 1.5 times.</p>' +
122
'<p>Make sure that the
appearance
of controls does not changed when changing the page zoom.</p>',
247
<h1>Manual Tests of Media Controls
Appearance
</h1>
/developers/build/prebuilts/gradle/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java
69
*Build the notification's
appearance
.
/developers/samples/android/ui/notifications/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java
69
*Build the notification's
appearance
.
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java
69
*Build the notification's
appearance
.
/external/chromium/chrome/browser/chromeos/frame/
panel_controller.h
42
// Delegate to control panel's
appearance
and behavior.
/external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell.h
20
// The
appearance
is determined by setting the cell's tag (not the
/external/chromium/chrome/browser/ui/views/
find_bar_view.h
86
// Update the
appearance
for the match count label.
/external/chromium_org/chrome/browser/chromeos/login/screens/
base_screen.h
22
// Most of the screens will be re-created for each
appearance
with Initialize()
/external/chromium_org/chrome/browser/ui/cocoa/
gradient_button_cell.h
19
// The
appearance
is determined by setting the cell's tag (not the
/external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_titlebar_view_cocoa.h
97
// Draw Attention methods - change
appearance
of titlebar to attract user.
/external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc
50
// current
appearance
of these images). Then we alpha-blend it over the
/external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.h
76
// Total number of tiles for which the visual
appearance
is handled externally
/external/chromium_org/chrome/common/extensions/api/extension_action/
script_badge_handler.cc
63
// on the visual
appearance
to know which extension is running. This isn't
/external/chromium_org/content/shell/app/
webkit_test_platform_support_mac.mm
21
// preferences that control
appearance
to match.
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXSlider.cpp
62
ControlPart styleAppearance = style->
appearance
();
/external/chromium_org/third_party/WebKit/Source/web/resources/
pickerButton.css
27
-webkit-
appearance
: none;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediaconstraintsinterface.cc
37
// Set |value| to the value associated with the first
appearance
of |key|, or
/external/chromium_org/ui/base/cocoa/controls/
hyperlink_button_cell.mm
74
// Do not change button
appearance
when we are pushed.
Completed in 305 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>