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

  /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.h 183 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
198 int32_t surfaceHeight;
240 mLocked.state.surfaceHeight = height;
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,
  /frameworks/base/core/java/android/view/
SurfaceView.java 495 final int surfaceHeight = mSurfaceFrame.bottom;
497 || mLastSurfaceHeight != surfaceHeight;
499 mLastSurfaceHeight = surfaceHeight;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 225 jint surfaceHeight);
240 jint surfaceHeight,
669 jint surfaceHeight )
688 "VIDEO_EDITOR", "surfaceHeight = %d",surfaceHeight);
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]

Completed in 263 milliseconds