HomeSort by relevance Sort by last modified time
    Searched refs:getAbsoluteRectForChildViewAt (Results 1 - 8 of 8) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DefaultBandHost.java 72 public Rect getAbsoluteRectForChildViewAt(int index) {
BandSelectionHelper.java 391 public abstract Rect getAbsoluteRectForChildViewAt(int index);
GridModel.java 206 recordItemData(mHost.getAbsoluteRectForChildViewAt(i), adapterPosition);
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
DefaultBandHost.java 104 Rect getAbsoluteRectForChildViewAt(int index) {
GridModel.java 208 recordItemData(mHost.getAbsoluteRectForChildViewAt(i), adapterPosition);
775 abstract Rect getAbsoluteRectForChildViewAt(int index);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
BandSelectionHelperTest.java 269 public Rect getAbsoluteRectForChildViewAt(int index) {
GridModelTest.java 423 public Rect getAbsoluteRectForChildViewAt(int index) {
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
GridModelTest.java 427 public Rect getAbsoluteRectForChildViewAt(int index) {

Completed in 420 milliseconds