Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java13453 final int[] tmpCords = new int[2]; in onProvideStructure() local
13454 getLocationInWindow(tmpCords); in onProvideStructure()
13455 final int topWindowLocation = tmpCords[1]; in onProvideStructure()