Home
last modified time | relevance | path

Searched refs:sTmpInt2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDarkIconDispatcher.java42 int[] sTmpInt2 = new int[2]; field
77 view.getLocationOnScreen(sTmpInt2); in isInArea()
78 int left = sTmpInt2[0]; in isInArea()