OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HVGALayoutParameters
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java
23
public class
HVGALayoutParameters
implements LayoutParameters {
24
private static final String TAG = "
HVGALayoutParameters
";
37
public
HVGALayoutParameters
(Context context, int type) {
44
Log.v(TAG, "
HVGALayoutParameters
.<init>(" + type + ").");
59
Log.v(TAG, "
HVGALayoutParameters
mMaxWidth: " + mMaxWidth +
LayoutManager.java
57
return new
HVGALayoutParameters
(mContext, LayoutParameters.HVGA_LANDSCAPE);
59
return new
HVGALayoutParameters
(mContext, LayoutParameters.HVGA_PORTRAIT);
Completed in 133 milliseconds