Home
last modified time | relevance | path

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

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