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

  /frameworks/rs/
rsProgramVertex.cpp 213 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight();
216 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;
  /frameworks/base/core/java/android/view/
SurfaceView.java 505 final int surfaceHeight = mSurfaceFrame.bottom;
507 || mLastSurfaceHeight != surfaceHeight;
509 mLastSurfaceHeight = surfaceHeight;

Completed in 150 milliseconds