Home | History | Annotate | Download | only in camera

Lines Matching refs:mDrawRect

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.top
118 + (mDrawRect.height() / 2) - d - height / 2;
124 int left = mDrawRect.left + 1;
125 int right = mDrawRect.right + 1;
126 int top = mDrawRect.top + 4;
127 int bottom = mDrawRect.bottom + 3;
138 int xMiddle = mDrawRect.left
139 + ((mDrawRect.right - mDrawRect.left) / 2);
140 int yMiddle = mDrawRect.top
141 + ((mDrawRect.bottom - mDrawRect.top) / 2);
189 int radius = mDrawRect.width() / 2;
269 Rect invalRect = new Rect(mDrawRect);
282 mDrawRect = computeLayout();
283 invalRect.union(mDrawRect);
344 mDrawRect = computeLayout();
364 mDrawRect = computeLayout();
380 mDrawRect = computeLayout();
396 Rect mDrawRect; // in screen space