Home | History | Annotate | Download | only in widgets

Lines Matching defs:childView

561             final View childView = getChildAt(i);
562 final Object item = childView.getTag();
565 ((MediaItemView) childView).resetGeneratingEffectProgress();
567 ((TransitionView) childView).resetGeneratingTransitionProgress();
765 final View childView = getChildAt(i);
766 final Object tag = childView.getTag();
772 childView.setTag(mediaItem);
794 if (childView.isSelected()) {
824 final View childView = getChildAt(i);
825 final Object tag = childView.getTag();
866 return childView;
1999 final View childView = getChildAt(i);
2000 final Object tag = childView.getTag();
2004 return childView;
2021 final View childView = getChildAt(i);
2022 final Object tag = childView.getTag();
2044 final View childView = getChildAt(i);
2045 final Object tag = childView.getTag();
2049 return childView;
2640 final View childView = getChildAt(i);
2641 final Object tag = childView.getTag();
2644 ((MediaItemView) childView).setPlaybackMode(playback);
2646 ((TransitionView) childView).setPlaybackMode(playback);
2667 final View childView = getChildAt(i);
2668 childView.invalidate();