Searched refs:includeDecorInsets (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8694 * If {@code includeDecorInsets} is {@code true}, they are applied first before applying
8698 * @param includeDecorInsets True if the decor insets should be included in the bounding box
8701 public void getTransformedBoundingBox(View child, boolean includeDecorInsets, Rect out) { argument
8702 if (includeDecorInsets) {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java9285 * If {@code includeDecorInsets} is {@code true}, they are applied first before applying
9289 * @param includeDecorInsets True if the decor insets should be included in the bounding box
9292 public void getTransformedBoundingBox(@NonNull View child, boolean includeDecorInsets, argument
9294 if (includeDecorInsets) {

Completed in 53 milliseconds