OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mHeight
(Results
51 - 75
of
243
) sorted by null
1
2
3
4
5
6
7
8
9
10
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DocumentaryFilter.java
43
private int
mHeight
= 0;
126
if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() !=
mHeight
) {
128
mHeight
= inputFormat.getHeight();
148
if (mWidth >
mHeight
) {
150
scale[1] = ((float)
mHeight
) / mWidth;
152
scale[0] = ((float) mWidth) /
mHeight
;
LomoishFilter.java
43
private int
mHeight
= 0;
157
if (mWidth >
mHeight
) {
159
scale[1] = ((float)
mHeight
) / mWidth;
161
scale[0] = ((float) mWidth) /
mHeight
;
171
mProgram.setHostValue("stepsizeY", 1.0f /
mHeight
);
190
if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() !=
mHeight
) {
192
mHeight
= inputFormat.getHeight();
/packages/apps/Browser/src/com/android/browser/view/
StopProgressView.java
18
int
mHeight
;
76
mHeight
= (bottom - top) * 2 / 3;
84
int t = (getHeight() -
mHeight
) / 2;
85
mOverlayDrawable.setBounds(l, t, l + mWidth, t +
mHeight
);
/packages/apps/Contacts/src/com/android/contacts/util/
StreamItemPhotoEntry.java
33
private final int
mHeight
;
43
mHeight
= height;
55
mHeight
= getInt(cursor, PhotoFiles.HEIGHT, -1);
77
return
mHeight
;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGOutputStream.java
27
private int
mHeight
= 0;
61
mHeight
= height;
91
int flag = setup(out, mWidth,
mHeight
, mFormat, mQuality);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ProgressSpinner.java
31
private final int
mHeight
;
42
mHeight
= Math.max(mOuter.getHeight(), mInner.getHeight());
50
return
mHeight
;
73
canvas.translate(x + mWidth / 2, y +
mHeight
/ 2);
/packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java
31
private int
mHeight
;
39
mHeight
= mBitmap.getHeight();
41
mWidth =
mHeight
= 0;
83
return
mHeight
;
93
return
mHeight
;
100
mHeight
= mBitmap.getHeight();
102
mWidth =
mHeight
= 0;
/packages/apps/Mms/src/com/android/mms/model/
RegionModel.java
27
private int
mHeight
;
47
mHeight
= height;
119
* @return the
mHeight
122
return
mHeight
;
126
* @param height the
mHeight
to set
129
mHeight
= height;
/packages/apps/UnifiedEmail/src/com/android/bitmap/
ReusableBitmap.java
29
private int
mHeight
;
54
mHeight
= h;
62
return
mHeight
;
108
sb.append(
mHeight
);
/packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptScene.java
27
protected int
mHeight
;
35
mHeight
= height;
54
return
mHeight
;
81
mHeight
= height;
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptScene.java
28
protected int
mHeight
;
37
mHeight
= height;
56
return
mHeight
;
85
mHeight
= height;
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptScene.java
28
protected int
mHeight
;
36
mHeight
= height;
55
return
mHeight
;
82
mHeight
= height;
/art/test/079-phantom/src/
Bitmap.java
23
int mWidth,
mHeight
;
38
mHeight
= height;
45
return "Bitmap " + mName + ": " + mWidth + "x" +
mHeight
+ " (" +
/cts/tests/tests/media/src/android/media/cts/
IvfReader.java
42
private int
mHeight
;
87
return
mHeight
;
154
mHeight
= (int) changeEndianness(mIvfFile.readShort());
/dalvik/tests/079-phantom/src/
Bitmap.java
23
int mWidth,
mHeight
;
38
mHeight
= height;
45
return "Bitmap " + mName + ": " + mWidth + "x" +
mHeight
+ " (" +
/developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/basicaccessibility/
DialView.java
48
private float
mHeight
;
183
mHeight
= h;
186
mRadius = (float) (Math.min(mWidth,
mHeight
) / 2 * 0.8);
202
canvas.drawCircle(mWidth / 2,
mHeight
/ 2, (float) mRadius, mDialPaint);
234
result[1] = (float) (radius * Math.sin(angle)) + (
mHeight
/ 2);
/developers/samples/android/ui/accessibility/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/basicaccessibility/
DialView.java
48
private float
mHeight
;
183
mHeight
= h;
186
mRadius = (float) (Math.min(mWidth,
mHeight
) / 2 * 0.8);
202
canvas.drawCircle(mWidth / 2,
mHeight
/ 2, (float) mRadius, mDialPaint);
234
result[1] = (float) (radius * Math.sin(angle)) + (
mHeight
/ 2);
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DialView.java
48
private float
mHeight
;
183
mHeight
= h;
186
mRadius = (float) (Math.min(mWidth,
mHeight
) / 2 * 0.8);
202
canvas.drawCircle(mWidth / 2,
mHeight
/ 2, (float) mRadius, mDialPaint);
234
result[1] = (float) (radius * Math.sin(angle)) + (
mHeight
/ 2);
/device/asus/flo/camera/QCamera2/HAL/
QCameraMem.h
174
int mWidth,
mHeight
, mFormat;
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.h
164
uint32_t mWidth,
mHeight
;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
MediaResourceGetter.java
34
private final int
mHeight
;
40
mHeight
= height;
51
private int getHeight() { return
mHeight
; }
/external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.h
154
GLsizei
mHeight
;
/external/replicaisland/src/com/replica/replicaisland/
ScrollerComponent.java
26
private int
mHeight
;
60
mHeight
= 0;
79
mHeight
= height;
103
background.setHeight(
mHeight
);
/frameworks/av/include/media/stagefright/
SurfaceMediaSource.h
159
int
mHeight
;
/frameworks/base/cmds/bootanimation/
BootAnimation.h
92
int
mHeight
;
Completed in 4243 milliseconds
1
2
3
4
5
6
7
8
9
10