Home
last modified time | relevance | path

Searched +defs:bounds +defs:left (Results 1 – 19 of 19) sorted by relevance

/packages/apps/TvSystemUI/src/com/android/systemui/tv/privacy/
DPrivacyChipDrawable.java138 Rect bounds = getBounds(); in getBackgroundBounds() local
143 Rect bounds = getBounds(); in getCollapsedForegroundBounds() local
153 Rect bounds = getBounds(); in getForegroundBounds() local
159 float left = MathUtils.lerp(start.left, stop.left, amount); in lerpRect() local
183 protected void onBoundsChange(@NonNull Rect bounds) { in onBoundsChange()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropDrawingUtils.java30 public static void drawRuleOfThird(Canvas canvas, RectF bounds) { in drawRuleOfThird()
49 public static void drawCropRect(Canvas canvas, RectF bounds) { in drawCropRect()
57 public static void drawShade(Canvas canvas, RectF bounds) { in drawShade()
77 int left = (int) centerX - indicatorSize / 2; in drawIndicator() local
84 RectF bounds, boolean fixedAspect, int selection) { in drawIndicators()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java187 public Rect bounds() { in bounds() method in GLView
298 int left = rect.left; in dispatchTouchEvent() local
348 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/
DNavigableAppWidgetHostView.java158 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
210 public void getWorkspaceVisualDragBounds(Rect bounds) { in getWorkspaceVisualDragBounds()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java125 default void updateOpenFolderPosition(int[] inOutPosition, Rect bounds, int width, int height) { in updateOpenFolderPosition()
486 int left = 0, top = 0; in getActivityLaunchOptions() local
492 Rect bounds = icon.getBounds(); in getActivityLaunchOptions() local
DFloatingIconView.java237 int left = mIsRtl in updatePosition() local
463 Rect bounds = new Rect(0, 0, (int) position.width() + blurSizeOutline, in getOffsetForIconBounds() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java152 final int left = mBarViewController.getHorizontalMargin(); in updateBounds() local
192 public void getBounds(Rect bounds) { in getBounds()
DBubbleBarView.java355 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
666 Rect bounds = new Rect(mBubbleBarBounds); in getBubbleBarBounds() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java204 public void update(RectF bounds, float progress) { in update()
249 int left = (int) pos.left; in initPosition() local
445 public void updateParams(RectF bounds, float progress, float scaleX, float scaleY) { in updateParams()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java205 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
212 private void updateLayerBounds(Rect bounds) { in updateLayerBounds()
228 private void updateLayerBoundsInternal(Rect bounds) { in updateLayerBoundsInternal()
290 Rect bounds = getBounds(); in draw() local
477 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java191 protected void onLayout(final boolean changed, final int left, final int top, final int right, in onLayout()
1023 final Rect bounds = UiUtils.getMeasuredBoundsOnScreen(view); in onClick() local
1024 onAttachmentClick((MessagePartData) tag, bounds, false /* longPress */); in onClick() local
1047 final Rect bounds = UiUtils.getMeasuredBoundsOnScreen(view); in onLongClick() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java226 int left = appBounds.left; in getEnterPipWithOverlaySrcRectHint() local
261 Rect bounds) { in onAnimationScaleAndCrop()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartView.java512 final float left = middle - width * .5f; in getAxisLabelDisplayAreas() local
700 final int left = in drawTransomIcon() local
805 final Rect bounds = new Rect(); in createAccessibilityNodeInfo() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DSimpleIconFactory.java365 Rect bounds = new Rect(offset, offset, size - offset, size - offset); in createIconBitmap() local
412 final int left = (size - width) / 2; in createIconBitmap() local
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java741 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
825 ChildBounds bounds = mOrientationHandler.getChildBounds(child, childStart, in getPageScrolls() local
1956 float left = child.getLeft() + child.getTranslationX() - getScrollX(); in getVisibleChildrenRange() local
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java608 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
899 public void adjustListItemSelectionBounds(Rect bounds) { in adjustListItemSelectionBounds()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLES11Canvas.java705 private void setTextureCoords(float left, float top, in setTextureCoords()
987 public void getBounds(Rect bounds, int x, int y, int width, int height) { in getBounds()
DGLES20Canvas.java593 int left = 0; in copyTextureCoordinates() local
993 public void getBounds(Rect bounds, int x, int y, int width, int height) { in getBounds()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java219 map.put(View.FOCUS_LEFT, "left"); in map.put()
2205 Rect bounds = new Rect(); in injectScrollEvent() local