OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDefaultWidth
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/include/gui/
GLConsumer.h
341
uint32_t
mDefaultWidth
, mDefaultHeight;
Surface.h
209
//
mDefaultWidth
is default width of the buffers, regardless of the
211
uint32_t
mDefaultWidth
;
218
// of
mDefaultWidth
. This is lower priority than the width set by
BufferQueue.h
540
//
mDefaultWidth
holds the default width of allocated buffers. It is used
542
uint32_t
mDefaultWidth
;
/frameworks/base/core/java/android/inputmethodservice/
Keyboard.java
88
private int
mDefaultWidth
;
193
parent.mDisplayWidth, parent.
mDefaultWidth
);
527
mDefaultWidth
= mDisplayWidth / 10;
529
mDefaultHeight =
mDefaultWidth
;
550
mDefaultWidth
= mDisplayWidth / 10;
552
mDefaultHeight =
mDefaultWidth
;
583
row.defaultWidth =
mDefaultWidth
;
591
|| x +
mDefaultWidth
+ horizontalPadding > mDisplayWidth) {
677
return
mDefaultWidth
;
681
mDefaultWidth
= width
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java
105
private int
mDefaultWidth
;
200
parent.mDisplayWidth, parent.
mDefaultWidth
);
539
mDefaultWidth
= mDisplayWidth / 10;
541
mDefaultHeight =
mDefaultWidth
;
572
row.defaultWidth =
mDefaultWidth
;
580
|| x +
mDefaultWidth
+ horizontalPadding > mDisplayWidth) {
643
return
mDefaultWidth
;
647
mDefaultWidth
= width;
834
mDefaultWidth
= getDimensionOrFraction(a,
846
mProximityThreshold = (int) (
mDefaultWidth
* SEARCH_DISTANCE)
[
all
...]
Completed in 80 milliseconds