OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOtherRect
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
FocusFinder.java
50
final Rect
mOtherRect
= new Rect();
236
focusable.getFocusedRect(
mOtherRect
);
237
root.offsetDescendantRectToMyCoords(focusable,
mOtherRect
);
239
if (isBetterCandidate(direction, focusedRect,
mOtherRect
, mBestCandidateRect)) {
240
mBestCandidateRect.set(
mOtherRect
);
527
Rect touchableBounds =
mOtherRect
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java
138
private final Rect
mOtherRect
= new Rect();
[
all
...]
Completed in 252 milliseconds