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

  /frameworks/base/libs/hwui/
RenderNode.cpp 744 size_t drawIndex, shadowIndex, endIndex;
746 drawIndex = 0;
750 drawIndex = nonNegativeIndex;
752 shadowIndex = drawIndex; // potentially draw shadow for each pos Z child
756 endIndex - drawIndex, mode == kNegativeZChildren ? "negative" : "positive");
759 while (shadowIndex < endIndex || drawIndex < endIndex) {
766 if (shadowIndex == drawIndex || casterZ - lastCasterZ < SHADOW_DELTA) {
779 DrawRenderNodeOp* childOp = zTranslatedNodes[drawIndex].value;
788 drawIndex++;
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java     [all...]

Completed in 150 milliseconds