Searched refs:HVGALayoutParameters (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/layout/
H A DHVGALayoutParameters.java23 public class HVGALayoutParameters implements LayoutParameters { class in inherits:LayoutParameters
24 private static final String TAG = "HVGALayoutParameters";
37 public HVGALayoutParameters(Context context, int type) { method in class:HVGALayoutParameters
44 Log.v(TAG, "HVGALayoutParameters.<init>(" + type + ").");
59 Log.v(TAG, "HVGALayoutParameters mMaxWidth: " + mMaxWidth +
H A DLayoutManager.java57 return new HVGALayoutParameters(mContext, LayoutParameters.HVGA_LANDSCAPE);
59 return new HVGALayoutParameters(mContext, LayoutParameters.HVGA_PORTRAIT);

Completed in 55 milliseconds