Searched refs:surfaceHeight (Results 1 - 7 of 7) 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.cpp137 update.state.surfaceHeight = update.state.icon.bitmap.height();
141 update.state.surfaceWidth, update.state.surfaceHeight);
157 || update.state.surfaceHeight < desiredHeight) {
166 status, update.state.surfaceWidth, update.state.surfaceHeight,
170 update.state.surfaceHeight = desiredHeight;
334 update.state.surfaceWidth, update.state.surfaceHeight,
/frameworks/rs/
H A DrsProgramVertex.cpp221 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight(); local
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java534 final int surfaceHeight = mSurfaceFrame.bottom;
536 || mLastSurfaceHeight != surfaceHeight;
538 mLastSurfaceHeight = surfaceHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java233 int surfaceHeight = Math.max(p.y, mBackgroundHeight);
240 if (surfaceWidth == dw && surfaceHeight == dh) {
249 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp226 jint surfaceHeight);
241 jint surfaceHeight,
662 jint surfaceHeight )
681 "VIDEO_EDITOR", "surfaceHeight = %d",surfaceHeight);
989 jint surfaceHeight,
982 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 253 milliseconds