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

/packages/apps/Mms/src/com/android/mms/model/
H A DLayoutModel.java42 private RegionModel mImageRegion; field in class:LayoutModel
63 mImageRegion = r;
87 mImageRegion = new RegionModel(IMAGE_REGION_ID, 0, 0,
106 if (mImageRegion == null) {
124 return mImageRegion;
128 mImageRegion = imageRegion;
144 if (mImageRegion != null) {
145 regions.add(mImageRegion);
155 return mImageRegion;
196 mImageRegion
[all...]

Completed in 69 milliseconds