Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DRelativePosition.java20 private float mAbsoluteX; field in RelativePosition
26 mAbsoluteX = absoluteX; in setAbsolutePosition()
36 return mAbsoluteX - mReferenceX; in getX()
DPositionController.java1029 b.mAbsoluteX = r.centerX() - mViewW / 2; in moveBox()
1087 mBoxes.get(0).mAbsoluteX = mPlatform.mCurrentX; in moveBox()
1102 b.mAbsoluteX = a.mAbsoluteX + (wa - wa / 2) + wb / 2 in moveBox()
1118 b.mAbsoluteX = a.mAbsoluteX - wa / 2 - (wb - wb / 2) in moveBox()
1140 int g = b.mAbsoluteX - a.mAbsoluteX - wb / 2 - (wa - wa / 2); in moveBox()
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()
1168 int dx = mBoxes.get(0).mAbsoluteX - mPlatform.mCurrentX; in moveBox()
1616 public int mAbsoluteX; field in PositionController.Box