Searched refs:getHitRect (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java180 void getHitRect(Rect outRect); method in interface:DropTarget
H A DButtonDropTarget.java115 public void getHitRect(android.graphics.Rect outRect) { method in class:ButtonDropTarget
116 super.getHitRect(outRect);
H A DCling.java185 f.getHitRect(r);
H A DDragController.java699 target.getHitRect(r);
H A DDragLayer.java128 child.getHitRect(hitRect);
H A DWorkspace.java2774 mLauncher.getHotseat().getHitRect(r);
2799 mLauncher.getHotseat().getHitRect(r);
2979 public void getHitRect(Rect outRect) { method in class:Workspace
3500 mLauncher.getHotseat().getHitRect(r);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
H A DDocumentHolderTest.java80 mHolder.itemView.getHitRect(rect);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DTouchTargetEnforcer.java105 target.getHitRect(result);
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DDefaultBandHost.java75 child.getHitRect(childRect);
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentGridItemView.java78 mCheckBox.getHitRect(region);
/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBottomUserEducationView.java135 mCloseButton.getHitRect(hitRect);
H A DRecyclerViewFastScroller.java368 getHitRect(sTempRect);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java229 parent.getHitRect(parentRect);
231 button.getHitRect(buttonRect);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncAdapter.java164 delegate.getHitRect(r);
H A DSelectCalendarsSimpleAdapter.java235 delegate.getHitRect(r);
H A DSelectSyncedCalendarsMultiAccountAdapter.java335 colorSquare.getHitRect(r);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DDragLayout.java197 view.getHitRect(mHitRect);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java321 child.getHitRect(frame);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DButtonDropTarget.java298 super.getHitRect(outRect);
H A DAppWidgetResizeFrame.java478 getHitRect(hitRect);
/packages/apps/Music/src/com/android/music/
H A DTouchInterceptor.java170 child.getHitRect(frame);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java396 * Forwarding of {@link android.view.View#getHitRect(android.graphics.Rect)}.
398 public void getHitRect(Rect rect) { method in class:FilmstripView.ViewItem
399 mView.getHitRect(rect);
2796 mViewItems[hit].getHitRect(hitRect);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java1055 touchedView.getHitRect(slopBounds);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java420 mClearAllButton.getHitRect(mTempRect);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java1333 getHitRect(outRect);

Completed in 411 milliseconds

12