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

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 38 int SurfaceHeight() const { return mSurfaceHeight; }
  /packages/apps/Camera2/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/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 487 int surfaceHeight = mLayout.getHeight();
492 if (surfaceWidth * height < surfaceHeight * width) {
500 lp.width = surfaceHeight * width / height;
501 lp.height = surfaceHeight;
560 int surfaceHeight = getWindow().getDecorView().getHeight();
563 if (surfaceWidth * height < surfaceHeight * width) {
567 lp.width = surfaceHeight * width / height;
568 lp.height = surfaceHeight;
  /frameworks/base/services/input/
SpriteController.cpp 137 update.state.surfaceHeight = update.state.icon.bitmap.height();
141 update.state.surfaceWidth, update.state.surfaceHeight);
157 || update.state.surfaceHeight < desiredHeight) {
166 status, update.state.surfaceWidth, update.state.surfaceHeight,
170 update.state.surfaceHeight = desiredHeight;
334 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 221 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight();
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /external/chromium_org/chrome/browser/ui/gtk/
custom_button.h 181 int SurfaceHeight() const;
custom_button.cc 323 int CustomDrawButton::SurfaceHeight() const {
browser_titlebar.cc 577 button->SurfaceWidth(), button->SurfaceHeight(), 0);
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 534 final int surfaceHeight = mSurfaceFrame.bottom;
536 || mLastSurfaceHeight != surfaceHeight;
538 mLastSurfaceHeight = surfaceHeight;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 233 int surfaceHeight = Math.max(p.y, mBackgroundHeight);
240 if (surfaceWidth == dw && surfaceHeight == dh) {
249 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 226 jint surfaceHeight);
241 jint surfaceHeight,
662 jint surfaceHeight )
681 "VIDEO_EDITOR", "surfaceHeight = %d",surfaceHeight);
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /docs/source.android.com/src/devices/tech/input/
dumpsys.jd 167 SurfaceHeight: 1280px
  /external/chromium_org/third_party/mesa/src/src/egl/docs/
EGL_MESA_screen_surface 454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],
  /external/mesa3d/src/egl/docs/
EGL_MESA_screen_surface 454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 501 int surfaceHeight,
511 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 501 int surfaceHeight,
511 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 788 newtab_button_->SurfaceHeight());
    [all...]

Completed in 1283 milliseconds