Home | History | Annotate | Download | only in widget

Lines Matching defs:flexibility

119  * The flexibility of a view is therefore influenced by its alignment which is,
137 * When the principle of flexibility does not provide complete disambiguation,
1946 * instead controlled by the principle of <em>flexibility</em>,
2378 public int flexibility; // we're flexible iff all included specs are flexible
2387 flexibility = CAN_STRETCH; // from the above, we're flexible when empty
2397 if (canStretch(flexibility)) {
2409 this.flexibility &= spec.getFlexibility();
2991 static boolean canStretch(int flexibility) {
2992 return (flexibility & CAN_STRETCH) != 0;