Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java550 getRect(first, mFirstRect); in compare()
551 getRect(second, mSecondRect); in compare()
577 private void getRect(View view, Rect rect) { in getRect() method in FocusFinder.SequentialFocusComparator
/frameworks/base/libs/hwui/
DShapeCache.cpp103 PathTexture* RectShapeCache::getRect(float width, float height, SkPaint* paint) { in getRect() function in android::uirenderer::RectShapeCache
DShapeCache.h388 PathTexture* getRect(float width, float height, SkPaint* paint);
DOpenGLRenderer.cpp2022 const PathTexture* texture = mCaches.rectShapeCache.getRect(right - left, bottom - top, paint); in drawRectAsShape()