OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayoutParameters
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Mms/src/com/android/mms/layout/
LayoutManager.java
33
private
LayoutParameters
mLayoutParams;
45
?
LayoutParameters
.HVGA_PORTRAIT
46
:
LayoutParameters
.HVGA_LANDSCAPE);
49
Log.v(TAG, "
LayoutParameters
: " + mLayoutParams.getTypeDescription()
54
private
LayoutParameters
getLayoutParameters(int displayType) {
56
case
LayoutParameters
.HVGA_LANDSCAPE:
57
return new HVGALayoutParameters(mContext,
LayoutParameters
.HVGA_LANDSCAPE);
58
case
LayoutParameters
.HVGA_PORTRAIT:
59
return new HVGALayoutParameters(mContext,
LayoutParameters
.HVGA_PORTRAIT);
103
public
LayoutParameters
getLayoutParameters()
[
all
...]
LayoutParameters.java
20
public interface
LayoutParameters
{
HVGALayoutParameters.java
23
public class HVGALayoutParameters implements
LayoutParameters
{
/packages/apps/Mms/src/com/android/mms/model/
LayoutModel.java
26
import com.android.mms.layout.
LayoutParameters
;
45
private
LayoutParameters
mLayoutParams;
Completed in 36 milliseconds