Searched defs:getMeasuredWidth (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java391 public int getMeasuredWidth() { method in class:GLView
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java300 /** Forwarding of {@link android.view.View#getMeasuredWidth()}. */
301 public int getMeasuredWidth() { method in class:FilmstripView.ViewItem
302 return mView.getMeasuredWidth();
403 return mLeftPosition + mView.getMeasuredWidth() / 2;
471 mView.layout(left, top, left + mView.getMeasuredWidth(),
515 l + mView.getMeasuredWidth() * scale,
586 + mView.getMeasuredWidth() + ',' + mView.getMeasuredHeight()
1140 mCenterX - mViewItems[BUFFER_CENTER].getMeasuredWidth() / 2);
1167 - curr.getMeasuredWidth() - mViewGapInPixel;
1180 prev.getLeftPosition() + prev.getMeasuredWidth()
[all...]

Completed in 170 milliseconds