Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt100 private val mTemp2 = IntArray(2) constant
312 stackScrollerController.getLocationOnScreen(mTemp2) in findView()
313 totalX += mTemp2[0].toFloat() in findView()
314 totalY += mTemp2[1].toFloat() in findView()
/frameworks/base/core/java/android/widget/
DSearchView.java132 private int[] mTemp2 = new int[2]; field in SearchView
878 getLocationInWindow(mTemp2); in getChildBoundsWithinSearchView()
879 final int top = mTemp[1] - mTemp2[1]; in getChildBoundsWithinSearchView()
880 final int left = mTemp[0] - mTemp2[0]; in getChildBoundsWithinSearchView()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72881 Landroid/widget/SearchView;->mTemp2:[I