Home
last modified time | relevance | path

Searched refs:HVGA_LANDSCAPE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Mms/src/com/android/mms/layout/
DHVGALayoutParameters.java38 if ((type != HVGA_LANDSCAPE) && (type != HVGA_PORTRAIT)) { in HVGALayoutParameters()
70 return mType == HVGA_LANDSCAPE ? mMaxWidth in getWidth()
75 return mType == HVGA_LANDSCAPE ? mMaxHeight in getHeight()
80 return mType == HVGA_LANDSCAPE ? mImageHeightLandscape in getImageHeight()
85 return mType == HVGA_LANDSCAPE ? mTextHeightLandscape in getTextHeight()
94 return mType == HVGA_LANDSCAPE ? "HVGA-L" : "HVGA-P"; in getTypeDescription()
DLayoutManager.java46 : LayoutParameters.HVGA_LANDSCAPE); in initLayoutParameters()
56 case LayoutParameters.HVGA_LANDSCAPE: in getLayoutParameters()
57 return new HVGALayoutParameters(mContext, LayoutParameters.HVGA_LANDSCAPE); in getLayoutParameters()
DLayoutParameters.java23 public static final int HVGA_LANDSCAPE = 10; field