Home
last modified time | relevance | path

Searched refs:lastChild (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1246 final View lastChild = mContent.getLastItem(); in updateTextViewFocus() local
1247 if (firstChild != null && lastChild != null) { in updateTextViewFocus()
1248 mFolderName.setNextFocusDownId(lastChild.getId()); in updateTextViewFocus()
1249 mFolderName.setNextFocusRightId(lastChild.getId()); in updateTextViewFocus()
1250 mFolderName.setNextFocusLeftId(lastChild.getId()); in updateTextViewFocus()
1251 mFolderName.setNextFocusUpId(lastChild.getId()); in updateTextViewFocus()
1268 return lastChild.requestFocus(); in updateTextViewFocus()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java95 final View lastChild = getChildAt(childCount - 1); in onFinishInflate()
96 scrollTo(getScrollX(), lastChild.getBottom() - getHeight()); in onFinishInflate()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java1171 View lastChild = getChildAt(getChildCount() - 1); in hasOverview() local
1172 if (lastChild instanceof BubbleView bubbleView) { in hasOverview()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java2039 View lastChild = getChildAt(lastExpandableIndex() - 1);
2040 int maxEdge = lastChild.getRight();
2054 View lastChild = getChildAt(lastExpandableIndex() - 1);
2055 int maxEdge = lastChild.getBottom();