OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:width
(Results
1301 - 1325
of
5636
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/frameworks/base/docs/html/sdk/api_diff/8/changes/
android.app.ActivityManager.html
80
<TABLE summary="Added Methods"
WIDTH
="100%">
85
<TD VALIGN="TOP"
WIDTH
="25%">
92
<TD VALIGN="TOP"
WIDTH
="25%">
102
<TABLE summary="Changed Methods"
WIDTH
="100%">
107
<TD VALIGN="TOP"
WIDTH
="25%">
111
<TD VALIGN="TOP"
WIDTH
="30%">
android.media.MediaRecorder.html
80
<TABLE summary="Added Methods"
WIDTH
="100%">
85
<TD VALIGN="TOP"
WIDTH
="25%">
92
<TD VALIGN="TOP"
WIDTH
="25%">
99
<TD VALIGN="TOP"
WIDTH
="25%">
106
<TD VALIGN="TOP"
WIDTH
="25%">
113
<TD VALIGN="TOP"
WIDTH
="25%">
android.net.ConnectivityManager.html
81
<TABLE summary="Added Fields"
WIDTH
="100%">
86
<TD VALIGN="TOP"
WIDTH
="25%">
93
<TD VALIGN="TOP"
WIDTH
="25%">
100
<TD VALIGN="TOP"
WIDTH
="25%">
107
<TD VALIGN="TOP"
WIDTH
="25%">
114
<TD VALIGN="TOP"
WIDTH
="25%">
android.os.Build.html
81
<TABLE summary="Added Fields"
WIDTH
="100%">
86
<TD VALIGN="TOP"
WIDTH
="25%">
93
<TD VALIGN="TOP"
WIDTH
="25%">
100
<TD VALIGN="TOP"
WIDTH
="25%">
107
<TD VALIGN="TOP"
WIDTH
="25%">
114
<TD VALIGN="TOP"
WIDTH
="25%">
android.os.Debug.html
80
<TABLE summary="Added Methods"
WIDTH
="100%">
85
<TD VALIGN="TOP"
WIDTH
="25%">
92
<TD VALIGN="TOP"
WIDTH
="25%">
99
<TD VALIGN="TOP"
WIDTH
="25%">
106
<TD VALIGN="TOP"
WIDTH
="25%">
113
<TD VALIGN="TOP"
WIDTH
="25%">
android.view.WindowManager.LayoutParams.html
81
<TABLE summary="Added Fields"
WIDTH
="100%">
86
<TD VALIGN="TOP"
WIDTH
="25%">
93
<TD VALIGN="TOP"
WIDTH
="25%">
100
<TD VALIGN="TOP"
WIDTH
="25%">
107
<TD VALIGN="TOP"
WIDTH
="25%">
114
<TD VALIGN="TOP"
WIDTH
="25%">
javax.xml.parsers.DocumentBuilderFactory.html
80
<TABLE summary="Added Methods"
WIDTH
="100%">
85
<TD VALIGN="TOP"
WIDTH
="25%">
92
<TD VALIGN="TOP"
WIDTH
="25%">
102
<TABLE summary="Changed Methods"
WIDTH
="100%">
107
<TD VALIGN="TOP"
WIDTH
="25%">
111
<TD VALIGN="TOP"
WIDTH
="30%">
javax.xml.parsers.SAXParserFactory.html
80
<TABLE summary="Added Methods"
WIDTH
="100%">
85
<TD VALIGN="TOP"
WIDTH
="25%">
92
<TD VALIGN="TOP"
WIDTH
="25%">
102
<TABLE summary="Changed Methods"
WIDTH
="100%">
107
<TD VALIGN="TOP"
WIDTH
="25%">
111
<TD VALIGN="TOP"
WIDTH
="30%">
pkg_android.gesture.html
78
<TABLE summary="Added Classes"
WIDTH
="100%">
83
<TD VALIGN="TOP"
WIDTH
="25%">
93
<TABLE summary="Changed Classes"
WIDTH
="100%">
98
<TD VALIGN="TOP"
WIDTH
="25%">
105
<TD VALIGN="TOP"
WIDTH
="25%">
112
<TD VALIGN="TOP"
WIDTH
="25%">
pkg_android.hardware.html
78
<TABLE summary="Added Interfaces"
WIDTH
="100%">
83
<TD VALIGN="TOP"
WIDTH
="25%">
93
<TABLE summary="Changed Classes"
WIDTH
="100%">
98
<TD VALIGN="TOP"
WIDTH
="25%">
105
<TD VALIGN="TOP"
WIDTH
="25%">
112
<TD VALIGN="TOP"
WIDTH
="25%">
pkg_android.net.html
78
<TABLE summary="Added Classes"
WIDTH
="100%">
83
<TD VALIGN="TOP"
WIDTH
="25%">
90
<TD VALIGN="TOP"
WIDTH
="25%">
100
<TABLE summary="Changed Classes"
WIDTH
="100%">
105
<TD VALIGN="TOP"
WIDTH
="25%">
112
<TD VALIGN="TOP"
WIDTH
="25%">
pkg_android.test.mock.html
78
<TABLE summary="Added Classes"
WIDTH
="100%">
83
<TD VALIGN="TOP"
WIDTH
="25%">
90
<TD VALIGN="TOP"
WIDTH
="25%">
100
<TABLE summary="Changed Classes"
WIDTH
="100%">
105
<TD VALIGN="TOP"
WIDTH
="25%">
112
<TD VALIGN="TOP"
WIDTH
="25%">
/frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java
191
* Set the stroke
width
and color for the drawable. If
width
is zero,
194
public void setStroke(int
width
, int color) {
195
setStroke(
width
, color, 0, 0);
198
public void setStroke(int
width
, int color, float dashWidth, float dashGap) {
199
mGradientState.setStroke(
width
, color, dashWidth, dashGap);
205
mStrokePaint.setStrokeWidth(
width
);
215
public void setSize(int
width
, int height) {
216
mGradientState.setSize(
width
, height);
328
float r = Math.min(mRect.
width
(), mRect.height()) * 0.5f
[
all
...]
/frameworks/base/include/media/
MediaProfiles.h
59
* vid.
width
- video frame
width
84
* enc.vid.
width
.min - min video frame
width
85
* enc.vid.
width
.max - max video frame
width
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java
81
Visualization4RS(int
width
, int height) {
82
super(
width
, height);
83
mWidth =
width
;
88
public void resize(int
width
, int height) {
89
super.resize(
width
, height);
91
mPVAlloc.setupProjectionNormalized(
width
, height);
/bionic/libc/kernel/common/linux/
msm_q6vdec.h
93
u32
width
;
member in struct:vdec_config
107
int
width
[4];
member in struct:vdec_vc1_panscan_regions
/cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayout_LayoutParamsTest.java
68
assertEquals(1, layoutParams.
width
);
74
assertEquals(1, params.
width
);
/dalvik/libcore/dom/src/test/resources/
hc_staff.svg
22
width
CDATA #IMPLIED
28
<svg xmlns='http://www.w3.org/2000/svg'><rect x="0" y="0"
width
="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script><head xmlns='http://www.w3.org/1999/xhtml'><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff</title></head><body xmlns='http://www.w3.org/1999/xhtml'>
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java
34
public void setCurrentView(int x, int y, int
width
, int height) {
37
mViewWidth =
width
;
/external/bison/lib/
mbswidth.h
41
character. Otherwise, assume invalid characters have
width
1. */
45
Otherwise, assume unprintable characters have
width
0 if they are
/external/emma/core/java12/com/vladium/util/args/
IOptsParser.java
47
void error (PrintWriter out, int
width
);
62
void usage (PrintWriter out, int level, int
width
);
/external/freetype/src/pshinter/
pshglob.h
63
/* standard and snap
width
*/
163
/* snap a stem
width
to fitter coordinates. `org_width' is in font */
/external/giflib/
gif_err.c
58
Err = "#Pixels bigger than
Width
* Height";
94
Err = "#Pixels bigger than
Width
* Height";
/external/guava/javadoc/
overview-frame.html
19
<TABLE BORDER="0"
WIDTH
="100%" SUMMARY="">
26
<TABLE BORDER="0"
WIDTH
="100%" SUMMARY="">
/external/iproute2/include/linux/can/
netlink.h
31
__u32 sjw; /* Synchronisation jump
width
in TQs */
46
__u32 sjw_max; /* Synchronisation jump
width
*/
Completed in 166 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>