Searched refs:mNonScrollingChildren (Results 1 – 1 of 1) sorted by relevance
99 private final List<View> mNonScrollingChildren = Lists.newArrayList(); field in ConversationContainer258 mNonScrollingChildren.add(findViewById(id)); in onFinishInflate()261 mNonScrollingChildren.add(findViewById(id)); in onFinishInflate()703 for (View nonScrollingChild : mNonScrollingChildren) { in onMeasure()719 for (View nonScrollingChild : mNonScrollingChildren) { in onLayout()