OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDefaultHeight
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp
39
mDefaultHeight
(bufH),
183
if ((w != mDefaultWidth) || (h !=
mDefaultHeight
)) {
185
mDefaultWidth,
mDefaultHeight
, w, h);
320
h =
mDefaultHeight
;
404
*outHeight =
mDefaultHeight
;
462
*outHeight =
mDefaultHeight
;
607
if (!mDefaultWidth && !
mDefaultHeight
&& mCurrentBuf != 0)
611
value =
mDefaultHeight
;
612
if (!mDefaultWidth && !
mDefaultHeight
&& mCurrentBuf != 0)
642
prefix, mBufferCount, mSynchronousMode, mDefaultWidth,
mDefaultHeight
,
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
Keyboard.java
91
private int
mDefaultHeight
;
196
parent.mDisplayHeight, parent.
mDefaultHeight
);
529
mDefaultHeight
= mDefaultWidth;
552
mDefaultHeight
= mDefaultWidth;
582
row.defaultHeight =
mDefaultHeight
;
593
y += mDefaultVerticalGap +
mDefaultHeight
;
609
mTotalHeight = y +
mDefaultHeight
;
669
return
mDefaultHeight
;
673
mDefaultHeight
= height;
[
all
...]
/frameworks/base/include/gui/
SurfaceTextureClient.h
142
//
mDefaultHeight
is default width of the window, regardless of the
144
uint32_t
mDefaultHeight
;
SurfaceTexture.h
348
//
mDefaultHeight
holds the default height of allocated buffers. It is used
350
uint32_t
mDefaultHeight
;
/frameworks/base/libs/gui/
SurfaceTexture.cpp
100
mDefaultHeight
(1),
228
mDefaultHeight
= h;
388
h =
mDefaultHeight
;
525
*outHeight =
mDefaultHeight
;
603
*outHeight =
mDefaultHeight
;
990
value =
mDefaultHeight
;
[
all
...]
SurfaceTextureClient.cpp
58
mDefaultHeight
= 0;
223
&mDefaultWidth, &
mDefaultHeight
, &mTransformHint);
259
*value =
mDefaultHeight
;
402
&mDefaultWidth, &
mDefaultHeight
, &mTransformHint);
/frameworks/base/include/media/stagefright/
SurfaceMediaSource.h
262
//
mDefaultHeight
holds the default height of allocated buffers. It is used
264
uint32_t
mDefaultHeight
;
Completed in 335 milliseconds