Searched refs:primarySize (Results 1 – 1 of 1) sorted by relevance
1929 int primarySize, end; in fastRelayout() local1942 primarySize = getDecoratedMeasuredWidthWithMargin(view); in fastRelayout()1943 end = start + primarySize; in fastRelayout()1945 primarySize = getDecoratedMeasuredHeightWithMargin(view); in fastRelayout()1946 end = start + primarySize; in fastRelayout()1949 if (oldPrimarySize != primarySize) { in fastRelayout()