Home | History | Annotate | Download | only in view

Lines Matching refs:mTempRect

159     final Rect mTempRect; // used in the transaction to not thrash the heap.
262 mTempRect = new Rect();
645 mTempRect.set(dirty);
646 dirty = mTempRect;
1620 focus.getFocusedRect(mTempRect);
1622 + ": focusRect=" + mTempRect.toShortString());
1625 focus, mTempRect);
1629 + mTempRect.toShortString()
1632 mTempRect.set(rectangle);
1635 + mTempRect.toShortString()
1638 if (mTempRect.intersect(mVisRect)) {
1641 + mTempRect.toShortString());
1642 if (mTempRect.height() >
1648 } else if ((mTempRect.top-scrollY) < vi.top) {
1649 scrollY -= vi.top - (mTempRect.top-scrollY);
1652 } else if ((mTempRect.bottom-scrollY)
1654 scrollY += (mTempRect.bottom-scrollY)
2589 focused.getFocusedRect(mTempRect);
2592 focused, mTempRect);
2594 v, mTempRect);
2596 focusPassed = v.requestFocus(direction, mTempRect);