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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeConstants.java47 public final static String WRAP_CONTENT = "wrap_content"; field in class:BridgeConstants
/frameworks/base/core/java/android/view/
H A DViewGroup.java2939 return new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
3179 } else if (childDimension == LayoutParams.WRAP_CONTENT) {
3198 } else if (childDimension == LayoutParams.WRAP_CONTENT) {
3217 } else if (childDimension == LayoutParams.WRAP_CONTENT) {
3468 * <li> WRAP_CONTENT, which means that the view wants to be just big enough
3499 * WRAP_CONTENT means that the view wants to be just large enough to fit
3502 public static final int WRAP_CONTENT = -2; field in class:ViewGroup.LayoutParams
3507 * in API Level 8) or WRAP_CONTENT. or an exact size.
3511 @ViewDebug.IntToString(from = WRAP_CONTENT, t
[all...]

Completed in 221 milliseconds