Home
last modified time | relevance | path

Searched refs:mDefaultHeight (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java99 private int mDefaultHeight; field in Keyboard
207 parent.mDisplayHeight, parent.mDefaultHeight); in Row()
553 mDefaultHeight = mDefaultWidth; in Keyboard()
576 mDefaultHeight = mDefaultWidth; in Keyboard()
606 row.defaultHeight = mDefaultHeight; in Keyboard()
617 y += mDefaultVerticalGap + mDefaultHeight; in Keyboard()
633 mTotalHeight = y + mDefaultHeight; in Keyboard()
694 return mDefaultHeight; in getKeyHeight()
698 mDefaultHeight = height; in setKeyHeight()
894 mDefaultHeight = getDimensionOrFraction(a, in parseKeyboardAttributes()
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp47 mDefaultHeight(1), in SurfaceTexture()
72 mDefaultHeight(1), in SurfaceTexture()
93 mDefaultHeight = h; in setDefaultBufferSize()
410 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.cpp75 mDefaultHeight(1), in BufferLayerConsumer()
95 mDefaultHeight = h; in setDefaultBufferSize()
388 uint32_t height = mDefaultHeight; in getCurrentCropLocked()
392 width = mDefaultHeight; in getCurrentCropLocked()
DBufferLayerConsumer.h310 uint32_t mDefaultWidth, mDefaultHeight; variable
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h248 uint32_t mDefaultHeight; variable
DGLConsumer.h420 uint32_t mDefaultWidth, mDefaultHeight; variable
DSurface.h489 uint32_t mDefaultHeight; variable
/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h398 uint32_t mDefaultWidth, mDefaultHeight; variable
/frameworks/native/libs/gui/
DGLConsumer.cpp115 mDefaultHeight(1), in GLConsumer()
144 mDefaultHeight(1), in GLConsumer()
170 mDefaultHeight = h; in setDefaultBufferSize()
820 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
DBufferQueueProducer.cpp433 height = mCore->mDefaultHeight; in dequeueBuffer()
1006 output->height = mCore->mDefaultHeight; in queueBuffer()
1158 value = static_cast<int32_t>(mCore->mDefaultHeight); in query()
1251 output->height = mCore->mDefaultHeight; in connect()
1431 allocHeight = height > 0 ? height : mCore->mDefaultHeight; in allocateBuffers()
1466 uint32_t checkHeight = height > 0 ? height : mCore->mDefaultHeight; in allocateBuffers()
DBufferQueueCore.cpp111 mDefaultHeight(1), in BufferQueueCore()
157 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat); in dumpState()
DSurface.cpp107 mDefaultHeight = 0; in Surface()
1135 mDefaultHeight = output.height; in onBufferQueuedLocked()
1310 mUserHeight ? mUserHeight : mDefaultHeight); in query()
1906 mDefaultHeight = output.height; in connect()
DBufferQueueConsumer.cpp608 mCore->mDefaultHeight = height; in setDefaultBufferSize()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22622 Landroid/inputmethodservice/Keyboard;->mDefaultHeight:I