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

/frameworks/base/services/input/
H A DSpriteController.h181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
196 int32_t surfaceHeight; member in struct:android::SpriteController::SpriteState
238 mLocked.state.surfaceHeight = height;
H A DSpriteController.cpp135 update.state.surfaceHeight = update.state.icon.bitmap.height();
139 update.state.surfaceWidth, update.state.surfaceHeight);
155 || update.state.surfaceHeight < desiredHeight) {
164 status, update.state.surfaceWidth, update.state.surfaceHeight,
168 update.state.surfaceHeight = desiredHeight;
333 update.state.surfaceWidth, update.state.surfaceHeight,
/frameworks/rs/
H A DrsProgramVertex.cpp225 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight(); local
228 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java531 final int surfaceHeight = mSurfaceFrame.bottom;
533 || mLastSurfaceHeight != surfaceHeight;
535 mLastSurfaceHeight = surfaceHeight;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp224 jint surfaceHeight);
239 jint surfaceHeight,
671 jint surfaceHeight )
690 "VIDEO_EDITOR", "surfaceHeight = %d",surfaceHeight);
1008 jint surfaceHeight,
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.java3065 * @param surfaceHeight The surface height
3072 int surfaceHeight, VideoEditor.OverlayData overlayData) {
3096 timeMs = (long)nativeRenderPreviewFrame(surface, time, surfaceWidth, surfaceHeight);
4017 int surfaceWidth, int surfaceHeight)
3071 renderPreviewFrame(Surface surface, long time, int surfaceWidth, int surfaceHeight, VideoEditor.OverlayData overlayData) argument
4016 nativeRenderPreviewFrame(Surface mSurface, long timeMs, int surfaceWidth, int surfaceHeight) argument

Completed in 1337 milliseconds