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

  /frameworks/rs/
rsProgramVertex.cpp 224 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth();
228 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;
  /frameworks/base/core/java/android/view/
SurfaceView.java 530 final int surfaceWidth = mSurfaceFrame.right;
532 realSizeChanged = mLastSurfaceWidth != surfaceWidth
534 mLastSurfaceWidth = surfaceWidth;

Completed in 173 milliseconds