Home
last modified time | relevance | path

Searched defs:childView (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Radio/src/com/android/car/radio/
DCarouselView.java242 View childView = getChildView(mBoundViews); in onMeasure() local
291 View childView = getChildView(mBoundViews); in onMeasure() local
340 View childView = mScrapViews.get(currentPosition); in onLayout() local
379 View childView = mScrapViews.get(currentPosition); in onLayout() local
407 View childView; in getChildView() local
/packages/apps/Messaging/src/com/android/messaging/ui/
DCustomHeaderPagerListViewHolder.java118 final View childView = mListView.getChildAt(i); in toggleVisibilityForPendingTransition() local
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java391 View childView = getChildAt(i); in getFirstVisibleChildIndex() local
410 View childView = getChildAt(firstVisibleChildIndex); in updateInputLogo() local
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DEvents.java380 View childView = mRecView.findChildViewUnder(mEvent.getX(), mEvent.getY()); in getDocumentDetails() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageHeaderView.java695 private static void setChildMarginEnd(View childView, int marginEnd) { in setChildMarginEnd()