OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOuterBounds
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java
137
internallyUpdateLocalRep(mCropObj.getInnerBounds(), mCropObj.
getOuterBounds
());
168
RectF outer = mCropObj.
getOuterBounds
();
174
internallyUpdateLocalRep(mCropObj.getInnerBounds(), mCropObj.
getOuterBounds
());
194
internallyUpdateLocalRep(mCropObj.getInnerBounds(), mCropObj.
getOuterBounds
());
309
RectF outer = mCropObj.
getOuterBounds
();
/packages/apps/Camera2/src/com/android/camera/crop/
CropView.java
116
RectF containing = mCropObj.
getOuterBounds
();
135
return mCropObj.
getOuterBounds
();
212
RectF outer = mCropObj.
getOuterBounds
();
CropObject.java
63
public void
getOuterBounds
(RectF r) {
71
public RectF
getOuterBounds
() {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java
117
RectF containing = mCropObj.
getOuterBounds
();
136
return mCropObj.
getOuterBounds
();
213
RectF outer = mCropObj.
getOuterBounds
();
CropObject.java
65
public void
getOuterBounds
(RectF r) {
73
public RectF
getOuterBounds
() {
Completed in 373 milliseconds