Home
last modified time | relevance | path

Searched refs:getBottom (Results 1 – 25 of 68) sorted by relevance

123

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerListBaseFragment.java143 mRecyclerView.setPadding(0, insets.getTop() + listTopPadding, 0, insets.getBottom()); in onCarUiInsetsChanged()
144 mFocusArea.setHighlightPadding(0, insets.getTop() + listTopPadding, 0, insets.getBottom()); in onCarUiInsetsChanged()
145 mFocusArea.setBoundsOffset(0, insets.getTop() + listTopPadding, 0, insets.getBottom()); in onCarUiInsetsChanged()
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java196 + view.getBottom() in dumpChildren()
210 + title.getBottom() in dumpChildren()
224 + contents.getBottom() in dumpChildren()
482 mMenuView.getBottom()); in setSelectedPositionSmooth()
715 mMenuView.getBottom()); in setSelectedPositionSmooth()
771 dest.setBottom(src.getBottom() + parent.getTop()); in setTempTitleView()
846 mMenuView.getBottom(), in onMenuRowUpdated()
899 mMenuView.getBottom()); in onMenuRowUpdated()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/preference/
DMultiSelectListPreferenceFragment.java238 .setPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
242 focusArea.setHighlightPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
243 focusArea.setBoundsOffset(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
DListPreferenceFragment.java244 .setPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
248 focusArea.setHighlightPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
249 focusArea.setBoundsOffset(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
DPreferenceFragment.java146 focusArea.setHighlightPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
147 focusArea.setBoundsOffset(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
149 .setPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
/packages/apps/DeskClock/src/com/android/deskclock/
DAnimatorUtils.java211 return view.getBottom();
255 final int startBottom = from.getBottom() - fromInsets.bottom + targetInsets.bottom; in getBoundsAnimator()
261 final int endBottom = to.getBottom() - toInsets.bottom + targetInsets.bottom; in getBoundsAnimator()
/packages/apps/Contacts/src/com/android/contacts/list/
DPinnedHeaderListView.java231 } else if (selectedView.getBottom() > windowBottom) { in onItemSelected()
327 int bottom = child.getBottom() - top; in setFadingHeader()
349 header.targetY = getBottom() + header.height; in setHeaderInvisible()
496 int bottom = getBottom(); in dispatchDraw()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DRenderOverlay.java78 renderer.layout(getLeft(), getTop(), getRight(), getBottom()); in addRenderer()
84 renderer.layout(getLeft(), getTop(), getRight(), getBottom()); in addRenderer()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DRenderOverlay.java75 renderer.layout(getLeft(), getTop(), getRight(), getBottom()); in addRenderer()
81 renderer.layout(getLeft(), getTop(), getRight(), getBottom()); in addRenderer()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DBaseFragment.java157 recyclerView.setPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
161 insets.getRight(), insets.getBottom()); in onCarUiInsetsChanged()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppGridActivity.java360 .setPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
362 focusArea.setHighlightPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
363 focusArea.setBoundsOffset(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
/packages/apps/Calendar/src/com/android/calendar/
DStickyHeaderListView.java315 if (SectionLastView != null && SectionLastView.getBottom() <= stickyHeaderHeight) { in updateStickyHeader()
316 int lastViewBottom = SectionLastView.getBottom(); in updateStickyHeader()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoriteListView.java162 bottomScrollBound = (getBottom() - boundGap); in onDragEvent()
194 && y <= child.getBottom() in getViewAtPosition()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java94 scrollTo(getScrollX(), lastChild.getBottom() - getHeight()); in onFinishInflate()
225 firstChild.getRight(), firstChild.getBottom()); in onAttachmentsChanged()
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java1084 Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()
1090 final int top = getChildAt(getChildCount() - 1).getBottom(); in scrollVerticallyBy()
1100 Math.max(-dy + scrolled, getHeight() / 2 - bottomView.getBottom()); in scrollVerticallyBy()
1163 v.getBottom() >= 0 && v.getTop() <= parentHeight)) { in recycleViewsOutOfBounds()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java936 if (child.getBottom() - getScrollY() > 0) {
1363 top = expandedView.expandedView.getBottom();
1378 top = v.getBottom();
1379 } else if (v.getBottom() > top) {
1380 top = v.getBottom();
2055 int maxEdge = lastChild.getBottom();
2085 + v.getBottom()) / 2;
2090 + v.getBottom()) / 2;
2592 center = mOrientation == HORIZONTAL ? firstView.getRight() : firstView.getBottom();
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java142 dragHandle.getRight(), dragHandle.getBottom()); in onLayout()
226 … mDeltaYRange.set(2 * mTouchTargetWidth - getHeight(), mDragLayer.getHeight() - getBottom()); in beginResizeIfPointInRegion()
230 mBaselineY.set(getTop(), getBottom()); in beginResizeIfPointInRegion()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/baselayout/
DInsets.java56 public int getBottom() { in getBottom() method in Insets
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java53 return ev.getY() >= mRecentsView.getTaskViewAt(0).getBottom(); in canInterceptTouch()
DOverviewToAllAppsTouchController.java59 return ev.getY() > (rv.getBottom() - rv.getPaddingBottom()); in canInterceptTouch()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DViewOutlineProviderCompatUtilsLXX.java69 view.getLeft(), mLastVisibleTopInsets, view.getRight(), view.getBottom()); in getOutline()
/packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
DSnackbarSlidingBehavior.java60 translationY = Math.min(translationY, dependency.getY() - child.getBottom()); in updateTranslationY()
/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleDayPickerFragment.java477 long currScroll = view.getFirstVisiblePosition() * child.getHeight() - child.getBottom(); in onScroll()
508 int offset = child.getBottom() < WEEK_MIN_VISIBLE_HEIGHT ? 1 : 0; in updateMonthHighlight()
/packages/apps/Car/libs/car-ui-lib/paintbooth/src/main/java/com/android/car/ui/paintbooth/caruirecyclerview/
DGridCarUiRecyclerViewActivity.java65 .setPadding(0, insets.getTop(), 0, insets.getBottom()); in onCarUiInsetsChanged()
/packages/apps/Car/Media/src/com/android/car/media/
DGuidelinesUpdater.java68 bottom.setMargins(0, 0, 0, insets.getBottom()); in onCarUiInsetsChanged()

123