OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appearance
(Results
126 - 150
of
452
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/util/jar/
InitManifest.java
77
// signature in order of
appearance
; there are two ways to fix
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DeprecationDetector.java
114
// "This will create a non-standard UI
appearance
, because the search bar UI is
/sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java
22
* Drawing styles are used to distinguish the visual
appearance
of selection,
/frameworks/base/core/java/android/widget/
TextView.java
477
* Look the
appearance
up without checking first if it exists because
479
* to be able to parse the
appearance
first and then let specific tags
484
TypedArray
appearance
= null;
local
489
appearance
= theme.obtainStyledAttributes(
492
if (
appearance
!= null) {
493
int n =
appearance
.getIndexCount();
495
int attr =
appearance
.getIndex(i);
499
textColorHighlight =
appearance
.getColor(attr, textColorHighlight);
503
textColor =
appearance
.getColorStateList(attr);
507
textColorHint =
appearance
.getColorStateList(attr)
2155
TypedArray
appearance
=
local
7590
TypedArray
appearance
;
local
[
all
...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp
7
// expansion is expanded by that pack expansion. An
appearance
of the
37
// An
appearance
of a name of a parameter pack that is not expanded is
/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/webkit/LayoutTests/platform/android/
test_expectations.txt
155
fast/forms/input-
appearance
-maxlength.html FAIL // execCommand "insertText" not supported
168
fast/forms/textarea-
appearance
-wrap.html FAIL // Our text areas are a little thinner than Apples. Also RTL test failes
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
cssproperties.in
11
-webkit-
appearance
346
-moz-
appearance
/external/bluetooth/bluez/src/
attrib-server.c
1021
uint16_t
appearance
= 0x0000;
local
1041
/* GAP service: device
appearance
characteristic */
1049
/* GAP service: device
appearance
attribute */
1051
att_put_u16(
appearance
, &atval[0]);
/external/bluetooth/glib/glib/
gdate.h
55
/* enum used to specify order of
appearance
in parsed date strings */
/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/emma/core/java12/com/vladium/emma/
EMMAProperties.java
65
* Global method used to create an
appearance
that all app work has been
/external/sqlite/android/
OldPhoneNumberUtils.cpp
172
* Return the offset into a of the first
appearance
of b, or -1 if there
/external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm
69
// Turn off font smoothing to improve the
appearance
of text rendered onto a transparent background.
/external/webkit/Source/WebCore/rendering/
RenderThemeMac.h
201
// Helpers for adjusting
appearance
and for painting
/external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h
36
// are optimized for testability, not a pleasing
appearance
.
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
webkit
11
-webkit-
appearance
/frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_action_bar.jd
192
control over the
appearance
of your icons, even if the system's copy changes. Note that the grid
Completed in 488 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>