OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:style
(Results
576 - 600
of
56132
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/skia/gm/
system_preferences_default.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
/external/skia/include/effects/
SkDrawExtraPathEffect.h
4
* Use of this source code is governed by a BSD-
style
license that can be
/external/skia/src/core/
SkBBoxHierarchy.cpp
5
* Use of this source code is governed by a BSD-
style
license that can be
SkInstCnt.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
SkRefCnt.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
/external/skia/src/gpu/
GrGeometryBuffer.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
GrPath.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
GrSurface.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
SkGrTexturePixelRef.cpp
5
* Use of this source code is governed by a BSD-
style
license that can be
/external/skia/src/gpu/gl/
GrGLCreateNativeInterface_none.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
GrGLDefaultInterface_native.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
GrGLDefaultInterface_none.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
SkNullGLContext.cpp
5
* Use of this source code is governed by a BSD-
style
license that can be
/external/skia/src/gpu/gl/debug/
SkDebugGLContext.cpp
5
* Use of this source code is governed by a BSD-
style
license that can be
/frameworks/base/docs/html/distribute/googleplay/publish/
index.jd
8
<div
style
="height:413px;padding-top:50px;">
9
<img src="{@docRoot}images/gp-devconsole-home.png"
style
="margin-top:0px;">
12
<div
style
="width:460px;padding-bottom:40px;margin-left:1.5em;">
17
<p
style
="margin-top:1.5em;margin-bottom:1.5em;"><a href="{@docRoot}distribute/googleplay/publish/register.html" class="landing-page-link">Get started</a></p>
/packages/apps/VideoEditor/res/values/
styles.xml
19
<
style
name="Theme" parent="android:Theme"></
style
>
21
<
style
name="VideoEditorActionBarStyle" parent="@android:
style
/Widget.Holo.ActionBar">
23
</
style
>
26
<
style
name="Theme.VideoEditorHolo" parent="android:Theme.Holo">
29
<item name="android:actionBarStyle">@
style
/VideoEditorActionBarStyle</item>
30
</
style
>
32
<
style
name="media_timeline_item">
39
</
style
>
[
all
...]
/packages/inputmethods/LatinIME/java/res/xml-sw600dp/
key_styles_common.xml
28
<key-
style
33
<key-
style
39
<!-- Base
style
for shift key. A single space is used for dummy label in moreKeys. -->
40
<key-
style
50
<key-
style
59
<key-
style
66
<key-
style
73
<key-
style
82
<key-
style
90
<key-
style
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion25.txt
8
@
style
/
/external/chromium_org/third_party/WebKit/ManualTests/
simple-image-compositing.html
8
<
style
type="text/css" media="screen">
22
</
style
>
28
<p
style
="height: auto">
38
<p
style
="height: auto">
44
Basic image - no
style
- can be directly composited
48
<img src="resources/simple_image.png"
style
="border: 5px solid blue;">
53
<img src="resources/simple_image.png"
style
="margin: 10px 20px;">
58
<img src="resources/simple_image.png"
style
="background-color: grey;">
63
<img src="resources/simple_image.png"
style
="background: orange url(resources/simple_image.png) -50px -50px;">
68
<img src="resources/simple_image.png"
style
="-webkit-transform: rotate3d(0, 0, 1, 10deg);"
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/
ArabicLineLayout.html
13
<div id="target"
style
="width: 300px; display: none;" lang="ar" dir="rtl">
16
<div
style
="text-align: center;">????? ?? ????? ???? ?????? ???????? ?????? ???????
20
<div
style
="text-align: center;">?? ????? ??? ?????? ??? ??? ???????
27
<div
style
="text-align: center;">
34
var
style
= target.
style
;
37
style
.display = "block";
38
style
.width = "280px";
40
style
.width = "300px";
42
style
.width = "290px"
[
all
...]
/external/chromium_org/ui/views/corewm/
shadow.h
2
// Use of this source code is governed by a BSD-
style
license that can be
26
enum
Style
{
42
void Init(
Style
style
);
51
Style
style
() const { return style_; }
function in class:views::corewm::Shadow
56
// Sets the shadow's
style
, animating opacity as necessary.
57
void SetStyle(
Style
style
);
70
// The current
style
, set when the transition animation starts
[
all
...]
/frameworks/base/core/res/res/layout/
media_controller.xml
31
<ImageButton android:id="@+id/prev"
style
="@android:
style
/MediaButton.Previous" />
32
<ImageButton android:id="@+id/rew"
style
="@android:
style
/MediaButton.Rew" />
33
<ImageButton android:id="@+id/pause"
style
="@android:
style
/MediaButton.Play" />
34
<ImageButton android:id="@+id/ffwd"
style
="@android:
style
/MediaButton.Ffwd" />
35
<ImageButton android:id="@+id/next"
style
="@android:
style
/MediaButton.Next" /
[
all
...]
/libcore/luni/src/main/java/java/text/spi/
DateFormatProvider.java
41
* in the given
style
for the given locale.
43
* @param
style
the given time formatting
style
.
51
public abstract DateFormat getTimeInstance(int
style
, Locale locale);
55
* in the given
style
for the given locale.
57
* @param
style
the given date formatting
style
.
65
public abstract DateFormat getDateInstance(int
style
, Locale locale);
69
* in the given
style
for the given locale.
71
* @param dateStyle the given date formatting
style
[
all
...]
/packages/apps/Calendar/res/layout/
edit_event_2.xml
37
style
="@
style
/TextAppearance.EditEvent_LabelSmall" />
53
style
="@
style
/TextAppearance.EditEvent"
62
style
="@
style
/TextAppearance.EditEvent"
71
style
="@
style
/TextAppearance.EditEvent"
75
style
="@
style
/EditEventSeparator"/
[
all
...]
/developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/res/values-v14/
styles.xml
8
<
style
name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
10
</
style
>
Completed in 713 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>