OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTempInt2
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java
122
private final int[]
mTempInt2
= new int[2];
457
getLocationOnScreen(
mTempInt2
);
459
return
mTempInt2
[1] + mDividerInsets;
461
return
mTempInt2
[0] + mDividerInsets;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java
258
private int[]
mTempInt2
= new int[2];
[
all
...]
Completed in 55 milliseconds