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

/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java122 private int mViewGapInPixel; field in class:FilmstripView
726 mViewGapInPixel = viewGap;
1153 final int fullScreenWidth = mDrawArea.width() + mViewGapInPixel;
1167 - curr.getMeasuredWidth() - mViewGapInPixel;
1181 + mViewGapInPixel;
1353 final int offsetX = removedItem.getMeasuredWidth() + mViewGapInPixel;
1509 final int offsetX = dim.x + mViewGapInPixel;
2064 return leftPos - (index + 100) * (viewWidth + mViewGapInPixel);
2070 * (viewWidth + mViewGapInPixel);

Completed in 72 milliseconds