Searched refs:getGlobalVisibleRect (Results 1 – 15 of 15) sorted by relevance
144 if (!mView.getGlobalVisibleRect(mTempRect)) { in following()173 if (!mView.getGlobalVisibleRect(mTempRect)) { in preceding()
594 mView.getGlobalVisibleRect(viewVisibleRegion); in obtainContentCoordinates()
5069 if (child.getGlobalVisibleRect(visibleRect)) {
85 decor.getGlobalVisibleRect(srcRect); in takeScreenshot()
288 view.getGlobalVisibleRect(mGlobalVisibleRect, mGlobalVisibleOffset); in getActionModeGlobalBottom()
47 return widget.getGlobalVisibleRect(rect) ? rect.height() : 0; in getPageHeight()
158 mOriginatingView.getGlobalVisibleRect(mViewRectOnScreen); in updateViewLocationInWindow()
846 getGlobalVisibleRect(frame); in getViewFrameOnScreen()
301 if (!view.getGlobalVisibleRect(r)) { in stripOffscreenViews()
10192 if (!getGlobalVisibleRect(visibleRect, offset)) {17654 public boolean getGlobalVisibleRect(Rect r, Point globalOffset) { in getGlobalVisibleRect() method in View17667 public final boolean getGlobalVisibleRect(Rect r) { in getGlobalVisibleRect() method in View17668 return getGlobalVisibleRect(r, null); in getGlobalVisibleRect()17673 if (getGlobalVisibleRect(r, offset)) { in getLocalVisibleRect()
4074 if (focus.getGlobalVisibleRect(mVisRect, null)) { in scrollToRectOrFocus()
16872 HSPLandroid/view/View;->getGlobalVisibleRect(Landroid/graphics/Rect;)Z16873 HSPLandroid/view/View;->getGlobalVisibleRect(Landroid/graphics/Rect;Landroid/graphics/Point;)Z
33397 method public boolean getGlobalVisibleRect(android.graphics.Rect, android.graphics.Point);33398 method public final boolean getGlobalVisibleRect(android.graphics.Rect);
51574 method public boolean getGlobalVisibleRect(android.graphics.Rect, android.graphics.Point);51575 method public final boolean getGlobalVisibleRect(android.graphics.Rect);
51718 method public boolean getGlobalVisibleRect(android.graphics.Rect, android.graphics.Point);51719 method public final boolean getGlobalVisibleRect(android.graphics.Rect);