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

/frameworks/base/libs/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.cpp140 update.state.surfaceWidth = update.state.icon.bitmap.width();
145 update.state.surfaceWidth, update.state.surfaceHeight);
160 if (update.state.surfaceWidth < desiredWidth
170 status, update.state.surfaceWidth, update.state.surfaceHeight,
173 update.state.surfaceWidth = desiredWidth;
337 update.state.surfaceWidth, update.state.surfaceHeight,
/frameworks/rs/
H A DrsProgramVertex.cpp220 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth(); local
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java568 final int surfaceWidth = mSurfaceFrame.right;
570 realSizeChanged = mLastSurfaceWidth != surfaceWidth
572 mLastSurfaceWidth = surfaceWidth;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java221 int surfaceWidth = Math.max(displayInfo.logicalWidth, mBackgroundWidth);
228 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
229 mLastRequestedWidth = surfaceWidth;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java1428 float surfaceWidth = mSurfaceController.getWidth();
1439 mExtraHScale = (mTmpClipRect.width() - hInsets) / (float)(surfaceWidth - hInsets);
1463 mTmpClipRect.set(0, 0, (int)surfaceWidth, (int)surfaceHeight);

Completed in 338 milliseconds