HomeSort by relevance Sort by last modified time
    Searched refs:drawOffset (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/widget/
StickyHeaderListView.java 106 final int drawOffset = mStickyContainer != null ? mSticky.getTop() : 0;
109 if (drawTop + drawOffset < mStatusBarInset || !drawTarget.isShown()) {
111 canvas.translate(0, -drawOffset + mStatusBarInset);
114 mStickyRect.set(0, -drawOffset + mStatusBarInset, drawTarget.getWidth(),
115 drawTarget.getHeight() - drawOffset + mStatusBarInset);
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 602 tcu::IVec2 drawOffset = getDrawOffset();
614 drawOffset.x()+dstX0, drawOffset.y()+dstY0, drawOffset.x()+dstX1, drawOffset.y()+dstY1,
620 tcu::IVec2 drawOffset = getDrawOffset();
629 m_context.getFunctions().invalidateSubFramebuffer(target, numAttachments, attachments, x+drawOffset.x(), y+drawOffset.y(), width, height);

Completed in 99 milliseconds