Searched defs:MATCH_PARENT (Results 1 – 4 of 4) sorted by relevance
49 public final static String MATCH_PARENT = "match_parent"; field in BridgeConstants
212 frame.addView(controller.getRootView(), MATCH_PARENT, WRAP_CONTENT); in setDialogContent() local
149 public static final int MATCH_PARENT = ViewGroup.LayoutParams.MATCH_PARENT; field in ListPopupWindow
8314 public static final int MATCH_PARENT = -1; field in ViewGroup.LayoutParams