Searched defs:WRAP_CONTENT (Results 1 – 5 of 5) sorted by relevance
51 public final static String WRAP_CONTENT = "wrap_content"; field in BridgeConstants
110 frame.addView(controller.getRootView(), MATCH_PARENT, WRAP_CONTENT); in onCreate() local
155 public static final int WRAP_CONTENT = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow
1213 constraintSet.constrainHeight(mUserSwitcherViewGroup.getId(), WRAP_CONTENT); in updateSecurityViewLocation() local1214 constraintSet.constrainWidth(mUserSwitcherViewGroup.getId(), WRAP_CONTENT); in updateSecurityViewLocation() local
8126 public static final int WRAP_CONTENT = -2; field in ViewGroup.LayoutParams