OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appearance
(Results
201 - 225
of
663
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/widget/
TextView.java
655
* Look the
appearance
up without checking first if it exists because
657
* to be able to parse the
appearance
first and then let specific tags
662
TypedArray
appearance
= null;
local
667
appearance
= theme.obtainStyledAttributes(
670
if (
appearance
!= null) {
671
int n =
appearance
.getIndexCount();
673
int attr =
appearance
.getIndex(i);
677
textColorHighlight =
appearance
.getColor(attr, textColorHighlight);
681
textColor =
appearance
.getColorStateList(attr);
685
textColorHint =
appearance
.getColorStateList(attr)
2400
TypedArray
appearance
=
local
7936
TypedArray
appearance
;
local
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_action.cc
256
bool ExtensionAction::SetAppearance(int tab_id,
Appearance
new_appearance) {
257
const
Appearance
old_appearance = GetValue(&appearance_, tab_id);
script_badge_controller.cc
73
// TODO(jyasskin): Modify the icon's
appearance
to indicate that the
/external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.js
76
* Update the
appearance
of this tile according to |data|.
81
// Animate
appearance
of new tile.
suggestions_page.js
76
* Update the
appearance
of this tile according to |data|.
81
// Animate
appearance
of new tile.
/external/chromium_org/chrome/browser/resources/options/
options_page.css
126
-webkit-
appearance
: slider-horizontal;
349
-webkit-
appearance
: none;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControls.cpp
401
if (style->
appearance
() == MediaSliderThumbPart) {
405
} else if (style->
appearance
() == MediaVolumeSliderThumbPart) {
/external/guava/guava/src/com/google/common/primitives/
Booleans.java
96
* Returns the index of the first
appearance
of the value {@code target} in
154
* Returns the index of the last
appearance
of the value {@code target} in
Bytes.java
80
* Returns the index of the first
appearance
of the value {@code target} in
134
* Returns the index of the last
appearance
of the value {@code target} in
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Longs.java
106
* Returns the index of the first
appearance
of the value {@code target} in
160
* Returns the index of the last
appearance
of the value {@code target} in
/external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc
52
// line since selection overrides hover so the
appearance
won't change.
/external/chromium/chrome/browser/resources/ntp4/
most_visited_page.js
62
* Update the
appearance
of this tile according to |data|.
/external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h
50
// Update the
appearance
of the title bar based on whether we're showing a
find_bar_gtk.h
207
// we can update its
appearance
without changing its semantics.
menu_gtk.h
159
// Sets the activating widget back to a normal
appearance
.
/external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc
166
// is changing in size during the animation, giving the
appearance
of the text
/external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.h
54
// (zero-origin). Changes the
appearance
of the selected candidate,
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_view.mm
84
// Adapt
appearance
to the current theme. Called after theme changes and before
/external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.h
210
// we can update its
appearance
without changing its semantics.
menu_gtk.h
169
// Sets the activating widget back to a normal
appearance
.
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc
54
// line since selection overrides hover so the
appearance
won't change.
/external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc
60
// current
appearance
of these images). Then we alpha-blend it over the
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
chrome_shared.css
180
* Their
appearance
when checked is set to be the same.
/external/chromium_org/remoting/webapp/
host_screen.js
252
* Update the text and
appearance
of the access code timeout element to
Completed in 645 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>