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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java62 protected Rect mTaskViewRect = new Rect(); field in class:TaskViewThumbnail
126 if (mTaskViewRect.width() == width && mTaskViewRect.height() == height) {
130 mTaskViewRect.set(0, 0, width, height);
141 int viewWidth = mTaskViewRect.width();
142 int viewHeight = mTaskViewRect.height();
248 if (mTaskViewRect.isEmpty()) {
254 float viewAspectRatio = (float) mTaskViewRect.width() /
255 (float) (mTaskViewRect.height() - mTitleBarHeight);
260 (float) mTaskViewRect
[all...]
H A DTaskViewHeader.java126 canvas.drawRoundRect(0, 0, mTaskViewRect.width(),
131 canvas.drawRoundRect(0, mHighlightHeight, mTaskViewRect.width(),
161 Rect mTaskViewRect = new Rect(); field in class:TaskViewHeader
330 onTaskViewSizeChanged(mTaskViewRect.width(), mTaskViewRect.height());
338 mTaskViewRect.set(0, 0, width, height);
361 canvas.drawRoundRect(0, 0, mTaskViewRect.width(), getHeight() + mCornerRadius,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DGridTaskViewThumbnail.java74 final int viewWidth = mTaskViewRect.width();
75 final int viewHeight = mTaskViewRect.height() - titleHeight;
163 final int viewWidth = mTaskViewRect.width();
164 final int viewHeight = mTaskViewRect.height() - titleHeight;

Completed in 116 milliseconds