Home
last modified time | relevance | path

Searched refs:surfaceHeight (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/input/
DSpriteController.h183 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) { in SpriteState()
198 int32_t surfaceHeight; member
240 mLocked.state.surfaceHeight = height; in setSurfaceLocked()
DSpriteController.cpp135 update.state.surfaceHeight = update.state.icon.bitmap.height(); in doUpdateSprites()
139 update.state.surfaceWidth, update.state.surfaceHeight); in doUpdateSprites()
155 || update.state.surfaceHeight < desiredHeight) { in doUpdateSprites()
164 status, update.state.surfaceWidth, update.state.surfaceHeight, in doUpdateSprites()
168 update.state.surfaceHeight = desiredHeight; in doUpdateSprites()
333 update.state.surfaceWidth, update.state.surfaceHeight, in doUpdateSprites()
/frameworks/base/core/java/android/view/
DSurfaceView.java538 final int surfaceHeight = mSurfaceFrame.bottom; in updateWindow() local
540 || mLastSurfaceHeight != surfaceHeight; in updateWindow()
542 mLastSurfaceHeight = surfaceHeight; in updateWindow()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorMain.cpp225 jint surfaceHeight);
240 jint surfaceHeight,
669 jint surfaceHeight ) in videoEditor_renderPreviewFrame() argument
688 "VIDEO_EDITOR", "surfaceHeight = %d",surfaceHeight); in videoEditor_renderPreviewFrame()
1006 jint surfaceHeight, in videoEditor_renderMediaItemPreviewFrame() argument
/frameworks/base/media/java/android/media/videoeditor/
DMediaArtistNativeHelper.java3070 int surfaceHeight, VideoEditor.OverlayData overlayData) { in renderPreviewFrame() argument
3094 timeMs = (long)nativeRenderPreviewFrame(surface, time, surfaceWidth, surfaceHeight); in renderPreviewFrame()
4014 int surfaceWidth, int surfaceHeight) in nativeRenderPreviewFrame() argument