Home
last modified time | relevance | path

Searched refs:getBoundsOnScreen (Results 1 – 19 of 19) sorted by relevance

/packages/services/Car/car-builtin-lib/src/android/car/builtin/view/
DViewHelper.java34 public static void getBoundsOnScreen(@NonNull View v, @NonNull Rect outRect) { in getBoundsOnScreen() method in ViewHelper
35 v.getBoundsOnScreen(outRect); in getBoundsOnScreen()
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DViews.java52 final Rect viewBoundsOnGlobalCoordinate = getBoundsOnScreen(view); in isEventOver()
66 private static Rect getBoundsOnScreen(View view) { in getBoundsOnScreen() method in Views
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserRecyclerViewAccessibilityDelegate.java63 recyclerView.getBoundsOnScreen(mTempRect, true); in ensureViewOnScreenVisibility()
66 child.getBoundsOnScreen(mTempRect); in ensureViewOnScreenVisibility()
/packages/services/Car/car-lib/src/android/car/app/
DControlledRemoteCarTaskView.java121 ViewHelper.getBoundsOnScreen(ControlledRemoteCarTaskView.this, mTmpRect);
204 ViewHelper.getBoundsOnScreen(this, launchBounds); in startActivityInternal()
322 ViewHelper.getBoundsOnScreen(this, mTmpRect); in toString()
DRemoteCarDefaultRootTaskView.java165 ViewHelper.getBoundsOnScreen(RemoteCarDefaultRootTaskView.this, mTmpRect);
237 ViewHelper.getBoundsOnScreen(this, mTmpRect); in toString()
DRemoteCarRootTaskView.java154 ViewHelper.getBoundsOnScreen(RemoteCarRootTaskView.this, mTmpRect);
279 ViewHelper.getBoundsOnScreen(this, mTmpRect); in toString()
DRemoteCarTaskView.java117 ViewHelper.getBoundsOnScreen(RemoteCarTaskView.this, mTmpRect); in updateWindowBounds()
368 ViewHelper.getBoundsOnScreen(RemoteCarTaskView.this, mTmpRect); in surfaceChanged()
DCarDisplayCompatContainer.java134 ViewHelper.getBoundsOnScreen(mRemoteCarTaskView, actualWindowBounds); in setWindowBounds()
DCarTaskViewInputInterceptor.java105 ViewHelper.getBoundsOnScreen(taskView, sTmpBounds); in isIn()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DCarUiPortraitHomeScreen.java789 mControlBarView.getBoundsOnScreen(controlBarRect); in updateObscuredTouchRegion()
841 mBackgroundAppArea.getBoundsOnScreen(appAreaBounds); in updateBackgroundTaskViewInsets()
859 mFullScreenAppArea.getBoundsOnScreen(appAreaBounds); in updateFullScreenTaskViewInsets()
1038 mControlBarView.getBoundsOnScreen(controlBarBounds); in onTaskViewReadinessUpdated()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitToWorkspaceController.java161 firstFloatingTaskView.getBoundsOnScreen(firstTaskStartingBounds); in startWorkspaceAnimation()
DSplitAnimationController.kt456 stagedTaskView.getBoundsOnScreen(firstTaskStartingBounds) in <lambda>()
457 container.dragLayer.getBoundsOnScreen(firstTaskEndingBounds) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java167 mBarView.getBoundsOnScreen(bounds); in onBubbleBarClicked()
DBubbleBarView.java1145 getBoundsOnScreen(mTempRect); in isEventOverAnyItem()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java177 originalView.getBoundsOnScreen(mTmpRect); in updateInitialPositionForView()
DRecentsView.java4947 firstFloatingTaskView.getBoundsOnScreen(firstTaskStartingBounds);
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartView.java804 getBoundsOnScreen(bounds, true); in createAccessibilityNodeInfo()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DNavbarButtonsViewController.java1086 .getBoundsOnScreen(mFloatingRotationButtonBounds); in onVisibilityChanged()
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt606 …method public static void getBoundsOnScreen(@NonNull android.view.View, @NonNull android.graphics.…