Searched refs:LayoutParameters (Results 1 – 4 of 4) sorted by relevance
36 private LayoutParameters mLayoutParams;48 ? LayoutParameters.HVGA_PORTRAIT in initLayoutParameters()49 : LayoutParameters.HVGA_LANDSCAPE); in initLayoutParameters()57 private static LayoutParameters getLayoutParameters(int displayType) { in getLayoutParameters()59 case LayoutParameters.HVGA_LANDSCAPE: in getLayoutParameters()60 return new HVGALayoutParameters(LayoutParameters.HVGA_LANDSCAPE); in getLayoutParameters()61 case LayoutParameters.HVGA_PORTRAIT: in getLayoutParameters()62 return new HVGALayoutParameters(LayoutParameters.HVGA_PORTRAIT); in getLayoutParameters()106 public LayoutParameters getLayoutParameters() { in getLayoutParameters()
20 public interface LayoutParameters { interface
23 public class HVGALayoutParameters implements LayoutParameters {
21 import com.android.mms.layout.LayoutParameters;45 private LayoutParameters mLayoutParams;