OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDrawRect
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
HighlightView.java
85
canvas.drawRect(
mDrawRect
, mOutlinePaint);
90
float width =
mDrawRect
.width();
91
float height =
mDrawRect
.height();
92
path.addCircle(
mDrawRect
.left + (width / 2),
93
mDrawRect
.top + (height / 2),
98
path.addRect(new RectF(
mDrawRect
), Path.Direction.CW);
114
* (
mDrawRect
.width() / 2D));
115
int x =
mDrawRect
.left
116
+ (
mDrawRect
.width() / 2) + d - width / 2;
117
int y =
mDrawRect
.to
[
all
...]
CropImage.java
738
Rect r = hv.
mDrawRect
;
757
Rect drawRect = hv.
mDrawRect
;
/development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java
81
private Rect
mDrawRect
= new Rect();
139
mDrawRect
.set(0, 0, right, mFavoritesStart);
141
mDrawRect
.set(0, 0, mFavoritesStart, bottom);
143
background.setBounds(
mDrawRect
);
149
mDrawRect
.set(0, mFavoritesStart, right, mFavoritesEnd);
151
mDrawRect
.set(mFavoritesStart, 0, mFavoritesEnd, bottom);
153
background.setBounds(
mDrawRect
);
Completed in 695 milliseconds