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