Searched refs:androidRect (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java269 RectF androidRect = new RectF(left, top, right, bottom);
270 androidRect.offset(offsetX, offsetY);
271 return androidRect;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1184 android_native_rect_t androidRect; local
1185 androidRect.left = x;
1186 androidRect.top = y + height;
1187 androidRect.right = x + width;
1188 androidRect.bottom = y;
1189 androidRects.push_back(androidRect);

Completed in 635 milliseconds