Searched refs:mViewWidth (Results 1 - 8 of 8) sorted by relevance

/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DSurfaceTextureView.java159 private int mViewWidth; field in class:SurfaceTextureView.Renderer
205 mViewWidth = width;
213 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java89 private int mViewWidth; field in class:TextCandidates1LineViewManager
225 mViewWidth = width;
331 mCandidateMaxWidth = (mViewWidth - buttonWidth * 2) / 2;
424 if (mLineLength >= mViewWidth) {
H A DTextCandidatesViewManager.java124 private int mViewWidth; field in class:TextCandidatesViewManager
431 mViewWidth = width;
562 int width = mViewWidth;
882 int maxWidth = mViewWidth;
893 int indentWidth = mViewWidth / viewDivison;
948 int indentWidth = mViewWidth / viewDivison;
1077 int indentWidth = mViewWidth / viewDivison;
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java122 private int mViewWidth, mViewHeight; field in class:TiledImageRenderer
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/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java122 private int mViewWidth, mViewHeight; field in class:TiledImageRenderer
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/
H A DMediaPlaybackActivity.java161 int mViewWidth = 0; field in class:MediaPlaybackActivity
202 scrollx -= mViewWidth;
204 if (scrollx < -mViewWidth) {
206 scrollx += mViewWidth;
232 mViewWidth = tv.getWidth();
233 if (mViewWidth > mTextWidth) {
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java468 private int mViewWidth; field in class:DayView
1221 mViewWidth = width;
1223 mEdgeEffectTop.setSize(mViewWidth, mViewHeight);
1224 mEdgeEffectBottom.setSize(mViewWidth, mViewHeight);
2184 dest.right = mViewWidth;
2195 xTranslate = mViewWidth;
2197 xTranslate = -mViewWidth;
2239 canvas.rotate(180, mViewWidth/2, mViewHeight/2);
2298 int effectiveWidth = mViewWidth - mHoursWidth;
2308 r.right = mViewWidth;
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java167 private int mViewWidth = -1; field in class:ConversationItemView
168 /** The view mode at which we calculated mViewWidth previously. */
754 if (wSize != mViewWidth || mPreviousMode != currentMode) {
755 mViewWidth = wSize;
758 mHeader.viewWidth = mViewWidth;

Completed in 375 milliseconds