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

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java497 int surfaceHeight = mLayout.getHeight();
502 if (surfaceWidth * height < surfaceHeight * width) {
510 lp.width = surfaceHeight * width / height;
511 lp.height = surfaceHeight;
578 int surfaceHeight = getWindow().getDecorView().getHeight();
581 if (surfaceWidth * height < surfaceHeight * width) {
585 lp.width = surfaceHeight * width / height;
586 lp.height = surfaceHeight;
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java497 int surfaceHeight = mLayout.getHeight();
502 if (surfaceWidth * height < surfaceHeight * width) {
510 lp.width = surfaceHeight * width / height;
511 lp.height = surfaceHeight;
578 int surfaceHeight = getWindow().getDecorView().getHeight();
581 if (surfaceWidth * height < surfaceHeight * width) {
585 lp.width = surfaceHeight * width / height;
586 lp.height = surfaceHeight;
/frameworks/base/libs/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.cpp140 update.state.surfaceHeight = update.state.icon.bitmap.height();
144 update.state.surfaceWidth, update.state.surfaceHeight);
160 || update.state.surfaceHeight < desiredHeight) {
169 status, update.state.surfaceWidth, update.state.surfaceHeight,
173 update.state.surfaceHeight = desiredHeight;
336 update.state.surfaceWidth, update.state.surfaceHeight,
/frameworks/rs/
H A DrsProgramVertex.cpp220 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight(); local
223 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java599 final int surfaceHeight = mSurfaceFrame.bottom;
601 || mLastSurfaceHeight != surfaceHeight;
603 mLastSurfaceHeight = surfaceHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java211 int surfaceHeight = Math.max(displayInfo.logicalHeight, mBackgroundHeight);
217 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
219 mLastRequestedHeight = surfaceHeight;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java1388 float surfaceHeight = mSurfaceController.getHeight();
1394 float surfaceContentHeight = surfaceHeight - vInsets;

Completed in 2468 milliseconds