HomeSort by relevance Sort by last modified time
    Searched full:surfaceheight (Results 1 - 13 of 13) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 38 int SurfaceHeight() const { return mSurfaceHeight; }
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 38 int SurfaceHeight() const { return mSurfaceHeight; }
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.h 51 void drawPlugin(int surfaceWidth, int surfaceHeight);
BackgroundPlugin.cpp 127 void BackgroundPlugin::drawPlugin(int surfaceWidth, int surfaceHeight) {
136 const float zoomFactorH = static_cast<float>(surfaceHeight) / H;
  /frameworks/base/services/input/
SpriteController.cpp 135 update.state.surfaceHeight = update.state.icon.bitmap.height();
139 update.state.surfaceWidth, update.state.surfaceHeight);
155 || update.state.surfaceHeight < desiredHeight) {
164 status, update.state.surfaceWidth, update.state.surfaceHeight,
168 update.state.surfaceHeight = desiredHeight;
333 update.state.surfaceWidth, update.state.surfaceHeight,
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
196 int32_t surfaceHeight;
238 mLocked.state.surfaceHeight = height;
InputReader.cpp     [all...]
  /frameworks/rs/
rsProgramVertex.cpp 213 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight();
216 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/core/java/android/view/
SurfaceView.java 505 final int surfaceHeight = mSurfaceFrame.bottom;
507 || mLastSurfaceHeight != surfaceHeight;
509 mLastSurfaceHeight = surfaceHeight;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 224 jint surfaceHeight);
239 jint surfaceHeight,
668 jint surfaceHeight )
687 "VIDEO_EDITOR", "surfaceHeight = %d",surfaceHeight);
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /docs/source.android.com/src/tech/input/
dumpsys.md 173 SurfaceHeight: 1280px
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 583 int surfaceHeight,
593 GrIRect bounds = GrIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]

Completed in 256 milliseconds