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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java 37 mViewWidth = width;
51 win[winOffset] = mX + mViewWidth * (mV[0] * rw + 1.0f) * 0.5f;
82 private int mViewWidth;
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 31 private int mViewWidth;
41 mViewWidth = 0;
49 mViewWidth = 0;
57 mViewWidth = width;
113 final float viewWidth = mViewWidth;
218 if (mViewWidth > 0) {
219 if (position.x + mWidth < 0 || position.x > mViewWidth
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 35 private int mViewWidth;
100 mViewWidth = viewWidth;
114 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
145 float viewAspectRatio = mViewWidth / (float)mViewHeight;
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 159 private int mViewWidth;
205 mViewWidth = width;
213 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 89 private int mViewWidth;
225 mViewWidth = width;
331 mCandidateMaxWidth = (mViewWidth - buttonWidth * 2) / 2;
424 if (mLineLength >= mViewWidth) {
TextCandidatesViewManager.java 124 private int mViewWidth;
431 mViewWidth = width;
562 int width = mViewWidth;
882 int maxWidth = mViewWidth
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 122 private int mViewWidth, mViewHeight;
180 return mViewWidth;
236 mViewWidth = width;
259 if (mViewWidth == 0 || mViewHeight == 0 || !mLayoutTiles) {
278 mOffsetX = Math.round(mViewWidth / 2f + (range.left - mCenterX) * mScale);
284 mOffsetX = Math.round(mViewWidth / 2f - mCenterX * mScale);
363 double w = mViewWidth;
430 int centerX = mViewWidth / 2, centerY = mViewHeight / 2;
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 122 private int mViewWidth, mViewHeight;
180 return mViewWidth;
236 mViewWidth = width;
259 if (mViewWidth == 0 || mViewHeight == 0 || !mLayoutTiles) {
278 mOffsetX = Math.round(mViewWidth / 2f + (range.left - mCenterX) * mScale);
284 mOffsetX = Math.round(mViewWidth / 2f - mCenterX * mScale);
363 double w = mViewWidth;
430 int centerX = mViewWidth / 2, centerY = mViewHeight / 2;
  /packages/apps/Launcher3/src/com/android/photos/views/
TiledImageRenderer.java 122 private int mViewWidth, mViewHeight;
180 return mViewWidth;
236 mViewWidth = width;
259 if (mViewWidth == 0 || mViewHeight == 0 || !mLayoutTiles) {
278 mOffsetX = Math.round(mViewWidth / 2f + (range.left - mCenterX) * mScale);
284 mOffsetX = Math.round(mViewWidth / 2f - mCenterX * mScale);
363 double w = mViewWidth;
430 int centerX = mViewWidth / 2, centerY = mViewHeight / 2;
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 161 int mViewWidth = 0;
202 scrollx -= mViewWidth;
204 if (scrollx < -mViewWidth) {
206 scrollx += mViewWidth;
232 mViewWidth = tv.getWidth();
233 if (mViewWidth > mTextWidth) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 468 private int mViewWidth;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 166 private int mViewWidth = -1;
167 /** The view mode at which we calculated mViewWidth previously. */
722 if (wSize != mViewWidth || mPreviousMode != currentMode) {
723 mViewWidth = wSize;
726 mHeader.viewWidth = mViewWidth;
    [all...]

Completed in 570 milliseconds