HomeSort by relevance Sort by last modified time
    Searched defs:surfaceHeight (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/
rsProgramVertex.cpp 221 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight();
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/services/input/
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
196 int32_t surfaceHeight;
238 mLocked.state.surfaceHeight = height;
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 487 int surfaceHeight = mLayout.getHeight();
492 if (surfaceWidth * height < surfaceHeight * width) {
500 lp.width = surfaceHeight * width / height;
501 lp.height = surfaceHeight;
560 int surfaceHeight = getWindow().getDecorView().getHeight();
563 if (surfaceWidth * height < surfaceHeight * width) {
567 lp.width = surfaceHeight * width / height;
568 lp.height = surfaceHeight;
  /frameworks/base/core/java/android/view/
SurfaceView.java 534 final int surfaceHeight = mSurfaceFrame.bottom;
536 || mLastSurfaceHeight != surfaceHeight;
538 mLastSurfaceHeight = surfaceHeight;
    [all...]

Completed in 176 milliseconds