Home
last modified time | relevance | path

Searched refs:layoutStart (Results 1 – 4 of 4) sorted by relevance

/frameworks/minikin/libs/minikin/
DMeasurement.cpp31 static float getRunAdvance(Layout& layout, const uint16_t* buf, size_t layoutStart, size_t start, in getRunAdvance() argument
37 float charAdvance = layout.getCharAdvance(i - layoutStart); in getRunAdvance()
44 if (offset < start + count && layout.getCharAdvance(offset - layoutStart) == 0.0f) { in getRunAdvance()
50 if (layout.getCharAdvance(nextCluster - layoutStart) != 0.0f) break; in getRunAdvance()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java2276 final AtomicInteger layoutStart = new AtomicInteger(50); in testNotifyDataSetChangedWithStableIds() local
2308 layoutRange(recycler, layoutStart.get(), layoutStart.get() + childCount); in testNotifyDataSetChangedWithStableIds()
2338 layoutStart.set(layoutStart.get() + 5);//55 in testNotifyDataSetChangedWithStableIds()
2551 final AtomicInteger layoutStart = new AtomicInteger(2);
2558 layoutRange(recycler, layoutStart.get(), layoutStart.get() + childCount);
2571 layoutStart.set(4); // trigger a cache for 3,4
2577 layoutStart.set(2); // go back to bring views from cache
2598 final int layoutStart = 2;
2609 if (position >= layoutStart && position < invalidatedCount + layoutStart) {
2632 layoutRange(recycler, layoutStart, layoutStart + childCount);
[all …]
DStaggeredGridLayoutManagerTest.java1568 int layoutStart = primaryOrientation.getStartAfterPadding(); in scollByTest() local
1591 + layoutStart + in scollByTest()
1593 start <= layoutStart && end <= layoutEnd || in scollByTest()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java2151 final int layoutStart = mOrientationHelper.getStartAfterPadding();
2153 layoutStart;
2154 final int startReference = layoutStart + Math.min(previousStartMargin, 0);