Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java330 final View childView = mContent.getChildAt(i); in updatedExpandedEditorsMap() local
482 final View childView = mContent.getChildAt(i); in setPhoto() local
508 final View childView = mContent.getChildAt(i); in getRawContactEditorView() local
612 final View childView = mContent.getChildAt(i); in useAsPrimaryChosen() 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/Calculator/src/com/android/calculator2/
DCalculatorPadLayout.java73 final View childView = getChildAt(childIndex); in onLayout() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageHeaderView.java695 private static void setChildMarginEnd(View childView, int marginEnd) { in setChildMarginEnd()