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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java828 private int widthOf(Box b) { method in class:PositionController
838 private int widthOf(Box b, float scale) { method in class:PositionController
898 int w = widthOf(b);
1100 int wa = widthOf(a);
1101 int wb = widthOf(b);
1116 int wa = widthOf(a);
1117 int wb = widthOf(b);
1137 int wa = widthOf(a);
1138 int wb = widthOf(b);
1152 int wa = widthOf(
[all...]

Completed in 102 milliseconds