Home
last modified time | relevance | path

Searched refs:updateRect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSlashDrawable.java147 updateRect( in draw()
182 private void updateRect(float left, float top, float right, float bottom) { in updateRect() method in SlashDrawable
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp419 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h); in android() local
421 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(), in android()
422 updateRect.height()); in android()