Searched refs:HVGA_PORTRAIT (Results 1 – 3 of 3) sorted by relevance
47 ? LayoutParameters.HVGA_PORTRAIT in initLayoutParameters()60 case LayoutParameters.HVGA_PORTRAIT: in getLayoutParameters()61 return new HVGALayoutParameters(mContext, LayoutParameters.HVGA_PORTRAIT); in getLayoutParameters()
24 public static final int HVGA_PORTRAIT = 11; field
38 if ((type != HVGA_LANDSCAPE) && (type != HVGA_PORTRAIT)) { in HVGALayoutParameters()