Searched defs:constrained (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java138 // it is constrained. It has two effects:
140 // (1) In page mode, if the focused box is constrained, scaling for the
141 // focused box is adjusted to fit into the constrained frame, instead of the
144 // (2) In page mode, if the focused box is constrained, the mPlatform's
145 // default center (mDefaultX/Y) is moved to the center of the constrained
150 // Whether the focused box is constrained.
152 // Our current program's first call to moveBox() sets constrained = true, so
1014 // focused box. constrained indicates whether the focused box should be put
1015 // into the constrained frame.
1017 boolean constrained, Siz
1016 moveBox(int fromIndex[], boolean hasPrev, boolean hasNext, boolean constrained, Size[] sizes) argument
[all...]

Completed in 174 milliseconds