Home
last modified time | relevance | path

Searched defs:bottom (Results 826 – 850 of 907) sorted by relevance

1...<<31323334353637

/aosp12/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java449 int bottom = Integer.MIN_VALUE; in onMeasure() local
H A DPopupWindow.java1853 final int bottom = outParams.y + height; in positionInDisplayVertical() local
H A DSearchView.java857 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
H A DRadialTimePickerView.java647 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2100 public float bottom; field in Paint.FontMetrics
2155 public int bottom; field in Paint.FontMetricsInt
/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java449 int bottom = Integer.MIN_VALUE; in onMeasure() local
H A DPopupWindow.java1856 final int bottom = outParams.y + height; in positionInDisplayVertical() local
H A DSearchView.java864 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
H A DRadialTimePickerView.java648 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java3963 protected void internalSetPadding(int left, int top, int right, int bottom) { in internalSetPadding()
4096 int bottom = 0; in computeOpticalInsets() local
8570 public void setMargins(int left, int top, int right, int bottom) { in setMargins()
8603 public void setMarginsRelative(int start, int top, int end, int bottom) { in setMarginsRelative()
H A DMotionEvent.java3411 float right, float bottom) { in isWithinBoundsNoHistory()
3436 public final MotionEvent clampNoHistory(float left, float top, float right, float bottom) { in clampNoHistory()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java3994 protected void internalSetPadding(int left, int top, int right, int bottom) { in internalSetPadding()
4127 int bottom = 0; in computeOpticalInsets() local
8721 public void setMargins(int left, int top, int right, int bottom) { in setMargins()
8754 public void setMarginsRelative(int start, int top, int end, int bottom) { in setMarginsRelative()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java735 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java992 int bottom = b - t - getPaddingBottom(); in onLayout() local
1517 int bottom = cs.cellY + cs.spanY; in computeEdge() local
H A DPagedView.java689 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/aosp12/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1094 int *top, int *bottom) {
1100 int *top, int *bottom) {
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java1346 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2108 public float bottom; field in Paint.FontMetrics
2277 public int bottom; field in Paint.FontMetricsInt
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java466 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java479 boolean changeSize, int left, int top, int right, int bottom) { in onLayout()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1243 final int bottom) { in layoutSurface()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java466 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds()
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppService.java1002 final int bottom) { in layoutSurface()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2335 public void updateCursor(View view, int left, int top, int right, int bottom) { in updateCursor()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp1416 int32_t left, top, right, bottom; in getFormatForDomain() local

1...<<31323334353637