Home
last modified time | relevance | path

Searched defs:childSize (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DNestedScrollView.java596 int childSize = child.getHeight() + lp.topMargin + lp.bottomMargin; in canScroll() local
670 int childSize = child.getMeasuredHeight(); in onMeasure() local
1471 int childSize = child.getHeight() + lp.topMargin + lp.bottomMargin; in getScrollRange() local
1799 int childSize = child.getHeight() + lp.topMargin + lp.bottomMargin; in smoothScrollBy() local
2249 int childSize = 0; in onLayout() local
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java1657 int childSize = getChildVisibleSize(childIndex); in getDisplacementFromScreenCenter() local