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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java362 g.mCurrentGap = mViewW;
455 g.mCurrentGap = g.mToGap;
862 Log.d(TAG, "Gap " + i + ": " + mGaps.get(i).mCurrentGap);
907 r.left = a.right + g.mCurrentGap;
912 r.right = a.left - g.mCurrentGap;
973 g.mCurrentGap = g.mDefaultSize;
980 g.mCurrentGap = size;
1155 b.mAbsoluteX = a.mAbsoluteX - wa / 2 - (wb - wb / 2) - g.mCurrentGap;
1164 b.mAbsoluteX = a.mAbsoluteX + (wa - wa / 2) + wb / 2 + g.mCurrentGap;
1744 public int mCurrentGap, mFromGa field in class:PositionController.Gap
[all...]

Completed in 180 milliseconds