Searched defs:WRAP_CONTENT (Results 1 – 4 of 4) sorted by relevance
51 public final static String WRAP_CONTENT = "wrap_content"; field in BridgeConstants
77 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
8125 public static final int WRAP_CONTENT = -2; field in ViewGroup.LayoutParams