Searched refs:surfaceHeight (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/input/ |
D | SpriteController.h | 183 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) { in SpriteState() 198 int32_t surfaceHeight; member 240 mLocked.state.surfaceHeight = height; in setSurfaceLocked()
|
D | SpriteController.cpp | 135 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/ |
D | SurfaceView.java | 538 final int surfaceHeight = mSurfaceFrame.bottom; in updateWindow() local 540 || mLastSurfaceHeight != surfaceHeight; in updateWindow() 542 mLastSurfaceHeight = surfaceHeight; in updateWindow()
|
/frameworks/base/media/jni/mediaeditor/ |
D | VideoEditorMain.cpp | 225 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/ |
D | MediaArtistNativeHelper.java | 3070 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
|