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

  /external/skia/legacy/src/views/
SkStackViewLayout.cpp 160 SkScalar flexAmount = 0;
165 flexAmount = (parentLimit - childLimit) / flexCount;
180 (child->*mainSetSizeP)(flexAmount);
  /external/skia/src/views/
SkStackViewLayout.cpp 160 SkScalar flexAmount = 0;
165 flexAmount = (parentLimit - childLimit) / flexCount;
180 (child->*mainSetSizeP)(flexAmount);

Completed in 22 milliseconds