Home
last modified time | relevance | path

Searched defs:loc1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java153 int[] loc1 = new int[2]; in updateAnimators() local
283 private void getRelativePosition(int[] loc1, View view, View parent) { in getRelativePosition()
289 private void getRelativePositionInt(int[] loc1, View view, View parent) { in getRelativePositionInt()
/frameworks/base/location/tests/locationtests/src/android/location/
DLocationManagerTest.java88 String loc1 = Location.convert(-80.075, Location.FORMAT_DEGREES); in testLocationConversions() local