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
22
public class
HVGALayoutParameters
implements LayoutParameters {
23
private static final String TAG = "
HVGALayoutParameters
";
34
public
HVGALayoutParameters
(int type) {
41
Log.v(TAG, "
HVGALayoutParameters
.<init>(" + type + ").");
LayoutManager.java
59
return new
HVGALayoutParameters
(LayoutParameters.HVGA_LANDSCAPE);
61
return new
HVGALayoutParameters
(LayoutParameters.HVGA_PORTRAIT);
Completed in 53 milliseconds