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

  /frameworks/rs/
rsProgramVertex.cpp 220 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth();
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/services/input/
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
195 int32_t surfaceWidth;
237 mLocked.state.surfaceWidth = width;
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 486 int surfaceWidth = mLayout.getWidth();
492 if (surfaceWidth * height < surfaceHeight * width) {
495 lp.width = surfaceWidth;
496 lp.height = surfaceWidth * height / width;
561 int surfaceWidth = getWindow().getDecorView().getWidth();
563 if (surfaceWidth * height < surfaceHeight * width) {
564 lp.width = surfaceWidth;
565 lp.height = surfaceWidth * height / width;
  /frameworks/base/core/java/android/view/
SurfaceView.java 533 final int surfaceWidth = mSurfaceFrame.right;
535 realSizeChanged = mLastSurfaceWidth != surfaceWidth
537 mLastSurfaceWidth = surfaceWidth;
    [all...]

Completed in 544 milliseconds