Home
last modified time | relevance | path

Searched refs:ignoreView (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1787 ignoreView, solution)) { in attemptPushInDirection()
1795 ignoreView, solution)) { in attemptPushInDirection()
1807 ignoreView, solution)) { in attemptPushInDirection()
1815 ignoreView, solution)) { in attemptPushInDirection()
1827 ignoreView, solution)) { in attemptPushInDirection()
1834 ignoreView, solution)) { in attemptPushInDirection()
1849 ignoreView, solution)) { in attemptPushInDirection()
1857 ignoreView, solution)) { in attemptPushInDirection()
1881 if (ignoreView != null) { in rearrangementExists()
1882 CellAndSpan c = solution.map.get(ignoreView); in rearrangementExists()
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8378 public void ignoreView(View view) { in ignoreView() method in RecyclerView.LayoutManager