Searched refs:surfaceWidth (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/input/
H A DSpriteController.h181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
195 int32_t surfaceWidth; member in struct:android::SpriteController::SpriteState
237 mLocked.state.surfaceWidth = width;
H A DSpriteController.cpp134 update.state.surfaceWidth = update.state.icon.bitmap.width();
139 update.state.surfaceWidth, update.state.surfaceHeight);
154 if (update.state.surfaceWidth < desiredWidth
164 status, update.state.surfaceWidth, update.state.surfaceHeight,
167 update.state.surfaceWidth = desiredWidth;
333 update.state.surfaceWidth, update.state.surfaceHeight,
/frameworks/rs/
H A DrsProgramVertex.cpp224 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth(); local
228 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java530 final int surfaceWidth = mSurfaceFrame.right;
532 realSizeChanged = mLastSurfaceWidth != surfaceWidth
534 mLastSurfaceWidth = surfaceWidth;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp223 jint surfaceWidth,
238 jint surfaceWidth,
670 jint surfaceWidth,
688 "VIDEO_EDITOR", "surfaceWidth = %d",surfaceWidth);
1007 jint surfaceWidth,
666 videoEditor_renderPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jlong fromMs, jint surfaceWidth, jint surfaceHeight ) argument
1001 videoEditor_renderMediaItemPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jstring filePath, jint frameWidth, jint frameHeight, jint surfaceWidth, jint surfaceHeight, jlong fromMs) argument
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3064 * @param surfaceWidth The surface width
3071 long renderPreviewFrame(Surface surface, long time, int surfaceWidth, argument
3096 timeMs = (long)nativeRenderPreviewFrame(surface, time, surfaceWidth, surfaceHeight);
4017 int surfaceWidth, int surfaceHeight)
4016 nativeRenderPreviewFrame(Surface mSurface, long timeMs, int surfaceWidth, int surfaceHeight) argument

Completed in 133 milliseconds