Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java209 public boolean getGlobalVisibleRect(Rect r, Point globalOffset) { in getGlobalVisibleRect() argument
214 if (globalOffset != null) { in getGlobalVisibleRect()
215 globalOffset.set(-mScrollX, -mScrollY); in getGlobalVisibleRect()
/frameworks/base/core/java/android/view/
DView.java20329 public boolean getGlobalVisibleRect(Rect r, Point globalOffset) { in getGlobalVisibleRect() argument
20334 if (globalOffset != null) { in getGlobalVisibleRect()
20335 globalOffset.set(-mScrollX, -mScrollY); in getGlobalVisibleRect()
20337 return mParent == null || mParent.getChildVisibleRect(this, r, globalOffset); in getGlobalVisibleRect()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...