Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 25 of 166) sorted by relevance

1234567

/packages/apps/Car/systemlibs/car-scalable-ui-lib/src/com/android/car/scalableui/model/
DBounds.java55 Bounds(int left, int top, int right, int bottom) { in Bounds()
102 public Builder setBottom(@Nullable Integer bottom) { in setBottom()
135 int bottom = (mBottom != null) ? mBottom : 0; in build() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DSelectionRenderer.java24 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, in drawSelection()
32 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, in drawSelection()
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbWidgetHostView.java58 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DOverlayRenderer.java31 private int bottom; field in OverlayRenderer
69 public void layout(int left, int top, int right, int bottom) { in layout()
DRenderOverlay.java40 void layout(int left, int top, int right, int bottom); in layout()
126 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DViewCluster.kt71 val bottom = cs.cellY + cs.spanY in <lambda>() constant
105 val bottom = cs.cellY + cs.spanY in <lambda>() constant
/packages/apps/Camera2/src/com/android/camera/
DCaptureLayoutHelper.java306 float bottom = height; in getPositionConfiguration() local
341 float bottom = height - barSize; in getPositionConfiguration() local
376 float bottom = Math.round(rect.bottom); in round() local
/packages/modules/Permission/tests/cts/permissionui/UsePermissionAppWithOverlay/src/android/permissionui/cts/usepermission/
DOverlayActivity.kt30 val bottom = intent.getIntExtra(OVERLAY_BOTTOM, top + 1) in onCreate() constant
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Drect.h51 int bottom; member
69 double bottom; member
87 float bottom; member
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextViewCompatUtils.java36 final Drawable start, final Drawable top, final Drawable end, final Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
DViewCompatUtils.java50 final int end, final int bottom) { in setPaddingRelative()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DRectEvaluatorCompat.java42 int bottom = startValue.bottom + (int) ((endValue.bottom - startValue.bottom) * fraction); in evaluate() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java423 public void onLayoutChange(View v, int left, int top, int right, int bottom, in onLayoutChange()
444 int bottom = mContainer.bottom; in layoutTrack() local
456 int bottom = top + mThumbHeight; in layoutThumb() local
481 int bottom = centerY; in layoutPreview() local
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DRenderOverlay.java36 public void layout(int left, int top, int right, int bottom); in layout()
150 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/view/
DColorOptionIconView2.kt92 val bottom = height - 2 * strokeWidth in onDraw() constant
/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/
DFadingEdgeUtil.java79 int bottom = lastChildView.getBottom(); in shouldShowBottomFadingEdge() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSoftLandingInterpolator.java34 private final float bottom; field in SoftLandingInterpolator
/packages/apps/Camera2/src/com/android/camera/ui/
DProgressOverlay.java45 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
DPreviewStatusListener.java50 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom); in onPreviewLayoutChanged()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DScrollableLayoutManager.java66 public void layoutDecorated(@NonNull View child, int left, int top, int right, int bottom) { in layoutDecorated()
73 int bottom) { in layoutDecoratedWithMargins()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperThumbnailView.java43 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java348 public void layout(int left, int top, int right, int bottom) { in layout()
358 private boolean setBounds(int left, int top, int right, int bottom) { in setBounds()
400 boolean changeSize, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseLauncherAppWidgetHostView.java89 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateLayout.java49 boolean change, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingMaskView.java55 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()

1234567