Searched refs:loc1 (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSAnimator.java | 622 private void getRelativePosition(int[] loc1, View view, View parent) { in getRelativePosition() argument 623 loc1[0] = 0 + view.getWidth() / 2; in getRelativePosition() 624 loc1[1] = 0; in getRelativePosition() 625 getRelativePositionInt(loc1, view, parent); in getRelativePosition() 628 private void getRelativePositionInt(int[] loc1, View view, View parent) { in getRelativePositionInt() argument 633 loc1[0] += view.getLeft(); in getRelativePositionInt() 634 loc1[1] += view.getTop(); in getRelativePositionInt() 638 loc1[0] -= view.getScrollX(); in getRelativePositionInt() 639 loc1[1] -= view.getScrollY(); in getRelativePositionInt() 641 getRelativePositionInt(loc1, (View) view.getParent(), parent); in getRelativePositionInt()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/ |
D | LocationProviderManagerTest.java | 461 Location loc1 = createLocation(NAME, mRandom); in testInjectLastLocation() local 462 mManager.injectLastLocation(loc1, CURRENT_USER); in testInjectLastLocation() 465 PERMISSION_FINE)).isEqualTo(loc1); in testInjectLastLocation() 471 PERMISSION_FINE)).isEqualTo(loc1); in testInjectLastLocation()
|
/frameworks/native/docs/ |
D | Doxyfile | 1322 # The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ... 1667 # TAGFILES = file1=loc1 "file2 = loc2" ... 1668 # where "loc1" and "loc2" can be relative or absolute paths
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1397 # TAGFILES = file1=loc1 "file2 = loc2" ... 1398 # where "loc1" and "loc2" can be relative or absolute paths or
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1540 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 1977 # TAGFILES = file1=loc1 "file2 = loc2" ... 1978 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1607 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2091 # TAGFILES = file1=loc1 "file2 = loc2" ... 2092 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1657 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2132 # TAGFILES = file1=loc1 "file2 = loc2" ... 2133 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|