OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHeight
(Results
1 - 25
of
198
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java
30
private float
mHeight
;
43
return
mHeight
;
71
if (mWidth != width ||
mHeight
!= height) {
73
mHeight
= height;
/frameworks/base/libs/hwui/
LayerCache.h
110
mLayer(NULL), mWidth(0),
mHeight
(0) {
115
mHeight
= uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
119
mLayer(layer), mWidth(layer->getWidth()),
mHeight
(layer->getHeight()) {
124
return
mHeight
< rhs.
mHeight
;
130
return mWidth == rhs.mWidth &&
mHeight
== rhs.
mHeight
;
135
uint32_t
mHeight
;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ColorTexture.java
26
private int
mHeight
;
31
mHeight
= 1;
35
draw(canvas, x, y, mWidth,
mHeight
);
48
mHeight
= height;
56
return
mHeight
;
FadeInTexture.java
35
private final int
mHeight
;
43
mHeight
= mTexture.getHeight();
50
draw(canvas, x, y, mWidth,
mHeight
);
70
return
mHeight
;
ProgressSpinner.java
29
private final int
mHeight
;
40
mHeight
= Math.max(mOuter.getHeight(), mInner.getHeight());
48
return
mHeight
;
71
canvas.translate(x + mWidth / 2, y +
mHeight
/ 2, 0);
DrawableTexture.java
35
mDrawable.setBounds(0, 0, mWidth,
mHeight
);
/packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java
31
private int
mHeight
;
39
mHeight
= mBitmap.getHeight();
41
mWidth =
mHeight
= 0;
82
return
mHeight
;
92
return
mHeight
;
99
mHeight
= mBitmap.getHeight();
101
mWidth =
mHeight
= 0;
/frameworks/base/core/java/android/view/
HardwareLayer.java
37
int
mHeight
;
58
mHeight
= height;
77
return
mHeight
;
151
mHeight
= height;
/system/media/mca/filterpacks/imageproc/java/
StraightenFilter.java
53
private int
mHeight
= 0;
102
if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() !=
mHeight
) {
104
mHeight
= inputFormat.getHeight();
128
Point p0 = new Point(-cosTheta * mWidth + sinTheta *
mHeight
,
129
-sinTheta * mWidth - cosTheta *
mHeight
);
131
Point p1 = new Point(cosTheta * mWidth + sinTheta *
mHeight
,
132
sinTheta * mWidth - cosTheta *
mHeight
);
134
Point p2 = new Point(-cosTheta * mWidth - sinTheta *
mHeight
,
135
-sinTheta * mWidth + cosTheta *
mHeight
);
137
Point p3 = new Point(cosTheta * mWidth - sinTheta *
mHeight
,
[
all
...]
LomoishFilter.java
41
private int
mHeight
= 0;
155
float centerY = (float) (0.5 *
mHeight
);
164
mProgram.setHostValue("stepsizeY", 1.0f /
mHeight
);
180
if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() !=
mHeight
) {
182
mHeight
= inputFormat.getHeight();
184
int[] buffer = new int[mWidth *
mHeight
];
185
for (int i = 0; i < mWidth *
mHeight
; ++i) {
188
FrameFormat format = ImageFormat.create(mWidth,
mHeight
,
201
mNoiseFrame.getFormat().getHeight() !=
mHeight
)) {
CropRectFilter.java
56
private int
mHeight
= 0;
88
updateSourceRect(mWidth,
mHeight
);
110
if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() !=
mHeight
) {
126
mHeight
= height;
129
Log.e("CropFilter", mWidth + ", " +
mHeight
+ ", " +
131
(float) mYorigin /
mHeight
+ ", " +
133
(float) mOutputHeight /
mHeight
);
137
(float) mYorigin /
mHeight
,
139
(float) mOutputHeight /
mHeight
);
DocumentaryFilter.java
41
private int
mHeight
= 0;
123
if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() !=
mHeight
) {
125
mHeight
= inputFormat.getHeight();
127
int[] buffer = new int[mWidth *
mHeight
];
128
for (int i = 0; i < mWidth *
mHeight
; ++i) {
131
FrameFormat format = ImageFormat.create(mWidth,
mHeight
,
144
mNoiseFrame.getFormat().getHeight() !=
mHeight
)) {
165
float centerY = (float) (0.5 *
mHeight
);
GrainFilter.java
48
private int
mHeight
= 0;
114
mHeight
= height;
118
mProgram.setHostValue("stepY", 0.5f /
mHeight
);
154
if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() !=
mHeight
) {
157
int[] buffer = new int[mWidth *
mHeight
];
158
for (int i = 0; i < mWidth *
mHeight
; ++i) {
162
FrameFormat format = ImageFormat.create(mWidth,
mHeight
,
173
mNoiseFrame.getFormat().getHeight() !=
mHeight
) {
/frameworks/base/media/libstagefright/
VideoSourceDownSampler.cpp
38
mHeight
= height;
44
if ((mWidth != mRealSourceWidth) || (
mHeight
!= mRealSourceHeight)) {
47
CHECK(
mHeight
<= mRealSourceHeight);
52
mMeta->setInt32(kKeyHeight,
mHeight
);
63
mDownSampleSkipY = mRealSourceHeight /
mHeight
;
66
mDownSampleOffsetY = mRealSourceHeight - mDownSampleSkipY *
mHeight
;
82
*buffer = new MediaBuffer(YUVImage::bufferSize(yuvFormat, mWidth,
mHeight
));
84
mWidth,
mHeight
,
/packages/apps/Browser/src/com/android/browser/view/
PieListView.java
46
mHeight
= mChildHeight * mAdapter.getCount();
48
mTop = anchorY -
mHeight
/ 2;
65
canvas.drawRect(mLeft, mTop, mLeft + mWidth, mTop +
mHeight
, mBgPaint);
75
final int ix = (y - mTop) * mViews.size() /
mHeight
;
PieStackView.java
66
mHeight
= mChildHeight + (mViews.size() - 1) * mMinHeight;
68
mTop = anchorY -
mHeight
/ 2;
77
int dy = (n == 1) ? 0 : (
mHeight
- mChildHeight) / (n - 1);
101
final int ix = (y - mTop) * mViews.size() /
mHeight
;
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/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/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;
/frameworks/base/libs/rs/driver/
rsdFrameBufferObj.h
40
mHeight
= height;
49
uint32_t
mHeight
;
/frameworks/base/include/private/media/
VideoFrame.h
91
VideoFrame(): mWidth(0),
mHeight
(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0) {}
95
mHeight
= copy.
mHeight
;
118
uint32_t
mHeight
;
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h
29
int
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
;
Completed in 1769 milliseconds
1
2
3
4
5
6
7
8