Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DDarkIconDispatcher.java76 int[] sTmpInt2 = new int[2]; field
115 view.getLocationOnScreen(sTmpInt2); in isInArea()
116 int left = sTmpInt2[0]; in isInArea()