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

  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
81 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
82 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
103 ++spanCount;
126 int32_t spanCount;
145 return testcase.countInputCodePoints+testcase.spanCount-1;
149 return testcase.spanCount;
187 if(count!=testcase.spanCount) {
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
81 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
82 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
103 ++spanCount;
126 int32_t spanCount;
145 return testcase.countInputCodePoints+testcase.spanCount-1;
149 return testcase.spanCount;
187 if(count!=testcase.spanCount) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 65 * @param spanCount The number of columns in the grid
67 public GridLayoutManager(Context context, int spanCount) {
69 setSpanCount(spanCount);
74 * @param spanCount The number of columns or rows in the grid
79 public GridLayoutManager(Context context, int spanCount, int orientation,
82 setSpanCount(spanCount);
549 * @param spanCount The total number of spans in the grid
552 public void setSpanCount(int spanCount) {
553 if (spanCount == mSpanCount) {
556 if (spanCount < 1)
    [all...]
StaggeredGridLayoutManager.java 202 * @param spanCount If orientation is vertical, spanCount is number of columns. If
203 * orientation is horizontal, spanCount is number of rows.
206 public StaggeredGridLayoutManager(int spanCount, int orientation) {
208 setSpanCount(spanCount);
359 * Calling this method will automatically result in a new layout request unless the spanCount
362 * @param spanCount Number of spans to layout
364 public void setSpanCount(int spanCount) {
366 if (spanCount != mSpanCount) {
368 mSpanCount = spanCount;
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 211 int spanCount = 0;
219 spanStarts[spanCount] = startIndex;
220 spanEnds[spanCount] = endIndex - 2;
221 spanCount++;
227 for (int i = 0; i < spanCount; i++) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 57 for (int spanCount : new int[]{1, 3, 4}) {
58 mBaseVariations.add(new Config(spanCount, orientation, reverseLayout));
594 public WrappedGridLayoutManager(Context context, int spanCount) {
595 super(context, spanCount);
598 public WrappedGridLayoutManager(Context context, int spanCount, int orientation,
600 super(context, spanCount, orientation, reverseLayout);
635 Config(int spanCount, int itemCount) {
636 mSpanCount = spanCount;
640 public Config(int spanCount, int orientation, boolean reverseLayout) {
641 mSpanCount = spanCount;
    [all...]
StaggeredGridLayoutManagerTest.java 68 for (int spanCount : new int[]{1, 3}) {
71 mBaseVariations.add(new Config(orientation, reverseLayout, spanCount,
527 Config config = new Config().spanCount(2).itemCount(40);
546 setupByConfig(new Config().spanCount(2).itemCount(500));
576 setupByConfig(new Config().spanCount(2).itemCount(100));
609 Config config = new Config().spanCount(3).itemCount(500);
644 Config config = new Config().spanCount(5).itemCount(30);
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 210 int spanCount = mSpanCount;
216 for (int i = 0; i < spanCount; i++) {
245 ret = (Object[]) Array.newInstance(kind, spanCount - i + 1);
SpannableStringBuilder.java 775 int spanCount = mSpanCount;
787 for (int i = 0; i < spanCount; i++) {
821 ret = (T[]) Array.newInstance(kind, spanCount - i + 1);
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 412 int spanCount = fTs.count();
420 angle.set(this, spanCount - 1, startIndex);
422 debugCheckPointsEqualish(endIndex, spanCount);
428 int spanCount = fTs.count();
431 } while (++endIndex < spanCount);
    [all...]
SkOpSegment.h 441 bool inLoop(const SkOpAngle* baseAngle, int spanCount, int* indexPtr) const;
  /external/skia/src/pathops/
SkOpSegment.cpp 408 int spanCount = fTs.count();
412 SkASSERT(startIndex < spanCount - 1);
416 angle.set(this, spanCount - 1, startIndex);
418 debugCheckPointsEqualish(endIndex, spanCount);
424 int spanCount = fTs.count();
427 } while (++endIndex < spanCount);
    [all...]
SkOpSegment.h 439 bool inLoop(const SkOpAngle* baseAngle, int spanCount, int* indexPtr) const;
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 199 int spanCount = segment->fTs.count();
200 while (++index < spanCount) {
459 int spanCount = fTs.count();
488 if (++start == spanCount) {
  /external/skia/experimental/Intersection/
thingsToDo.txt 199 int spanCount = segment->fTs.count();
200 while (++index < spanCount) {
459 int spanCount = fTs.count();
488 if (++start == spanCount) {
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 574 milliseconds