Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DSpriteController.h183 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) { in SpriteState()
197 int32_t surfaceWidth; member
239 mLocked.state.surfaceWidth = width; in setSurfaceLocked()
DSpriteController.cpp134 update.state.surfaceWidth = update.state.icon.bitmap.width(); in doUpdateSprites()
139 update.state.surfaceWidth, update.state.surfaceHeight); in doUpdateSprites()
154 if (update.state.surfaceWidth < desiredWidth in doUpdateSprites()
164 status, update.state.surfaceWidth, update.state.surfaceHeight, in doUpdateSprites()
167 update.state.surfaceWidth = desiredWidth; in doUpdateSprites()
333 update.state.surfaceWidth, update.state.surfaceHeight, in doUpdateSprites()
/frameworks/base/core/java/android/view/
DSurfaceView.java537 final int surfaceWidth = mSurfaceFrame.right; in updateWindow() local
539 realSizeChanged = mLastSurfaceWidth != surfaceWidth in updateWindow()
541 mLastSurfaceWidth = surfaceWidth; in updateWindow()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorMain.cpp224 jint surfaceWidth,
239 jint surfaceWidth,
668 jint surfaceWidth, in videoEditor_renderPreviewFrame() argument
686 "VIDEO_EDITOR", "surfaceWidth = %d",surfaceWidth); in videoEditor_renderPreviewFrame()
1005 jint surfaceWidth, in videoEditor_renderMediaItemPreviewFrame() argument
/frameworks/base/media/java/android/media/videoeditor/
DMediaArtistNativeHelper.java3069 long renderPreviewFrame(Surface surface, long time, int surfaceWidth, in renderPreviewFrame() argument
3094 timeMs = (long)nativeRenderPreviewFrame(surface, time, surfaceWidth, surfaceHeight); in renderPreviewFrame()
4014 int surfaceWidth, int surfaceHeight) in nativeRenderPreviewFrame() argument