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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DRelativePosition.java20 private float mAbsoluteX; field in class:RelativePosition
26 mAbsoluteX = absoluteX;
36 return mAbsoluteX - mReferenceX;
H A DPositionController.java1029 b.mAbsoluteX = r.centerX() - mViewW / 2;
1087 mBoxes.get(0).mAbsoluteX = mPlatform.mCurrentX;
1102 b.mAbsoluteX = a.mAbsoluteX + (wa - wa / 2) + wb / 2
1118 b.mAbsoluteX = a.mAbsoluteX - wa / 2 - (wb - wb / 2)
1140 int g = b.mAbsoluteX - a.mAbsoluteX - wb / 2 - (wa - wa / 2);
1155 b.mAbsoluteX = a.mAbsoluteX
1616 public int mAbsoluteX; field in class:PositionController.Box
[all...]

Completed in 92 milliseconds