OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDefaultHeight
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java
108
private int
mDefaultHeight
;
203
parent.mDisplayHeight, parent.
mDefaultHeight
);
541
mDefaultHeight
= mDefaultWidth;
571
row.defaultHeight =
mDefaultHeight
;
582
y += mDefaultVerticalGap +
mDefaultHeight
;
597
mTotalHeight = y +
mDefaultHeight
;
635
return
mDefaultHeight
;
639
mDefaultHeight
= height;
837
mDefaultHeight
= getDimensionOrFraction(a,
/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/native/libs/gui/
BufferQueue.cpp
70
mDefaultHeight
(1),
210
value =
mDefaultHeight
;
391
h =
mDefaultHeight
;
598
output->inflate(mDefaultWidth,
mDefaultHeight
, mTransformHint,
683
output->inflate(mDefaultWidth,
mDefaultHeight
, mTransformHint, mQueue.size());
794
mDefaultHeight
, mDefaultBufferFormat, mTransformHint,
[
all
...]
GLConsumer.cpp
128
mDefaultHeight
(1),
156
mDefaultHeight
= h;
920
if (newWidth *
mDefaultHeight
> newHeight * mDefaultWidth) {
921
newWidth = newHeight * mDefaultWidth /
mDefaultHeight
;
923
} else if (newWidth *
mDefaultHeight
< newHeight * mDefaultWidth) {
924
newHeight = newWidth *
mDefaultHeight
/ mDefaultWidth;
[
all
...]
Surface.cpp
69
mDefaultHeight
= 0;
293
output.deflate(&mDefaultWidth, &
mDefaultHeight
, &mTransformHint,
330
*value = mUserHeight ? mUserHeight :
mDefaultHeight
;
499
output.deflate(&mDefaultWidth, &
mDefaultHeight
, &mTransformHint,
/frameworks/native/include/gui/
BufferQueue.h
471
//
mDefaultHeight
holds the default height of allocated buffers. It is used
473
uint32_t
mDefaultHeight
;
GLConsumer.h
351
uint32_t mDefaultWidth,
mDefaultHeight
;
Surface.h
215
//
mDefaultHeight
is default height of the buffers, regardless of the
217
uint32_t
mDefaultHeight
;
225
// of
mDefaultHeight
. This is lower priority than the height set
Completed in 271 milliseconds