Home | History | Annotate | Download | only in focus

Lines Matching defs:mTempRect

34     Rect mTempRect = new Rect();
147 view.getRectForRow(mTempRect, mNumRowsPerItem - 1);
148 mListView.offsetDescendantRectToMyCoords(view, mTempRect);
152 mListView.getBottom() - mListView.getVerticalFadingEdgeLength() < mTempRect.bottom);
196 view.getDrawingRect(mTempRect);
197 mListView.offsetDescendantRectToMyCoords(view, mTempRect);
223 internalFocused.getRectForRow(mTempRect, row);
224 mListView.offsetDescendantRectToMyCoords(internalFocused, mTempRect);
227 mTempRect.top >= 0);
229 mTempRect.bottom < mActivity.getScreenHeight());