Searched defs:isAttachedToWindow (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java1366 && accessibilityFocusLayoutRestoreView.isAttachedToWindow()) {
1464 * @param isAttachedToWindow {@code true} if the view is already attached
1471 boolean selected, boolean isAttachedToWindow, int where) {
1480 final boolean needToMeasure = !isAttachedToWindow || updateChildSelected
1515 if (isAttachedToWindow && !p.forceAdd) {
1520 if (!isAttachedToWindow
1470 setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, boolean selected, boolean isAttachedToWindow, int where) argument
H A DListView.java1912 && accessibilityFocusLayoutRestoreView.isAttachedToWindow()) {
2072 * @param isAttachedToWindow {@code true} if the view is already attached
2077 boolean selected, boolean isAttachedToWindow) {
2086 final boolean needToMeasure = !isAttachedToWindow || updateChildSelected
2118 if ((isAttachedToWindow && !p.forceAdd) || (p.recycledHeaderFooter
2124 if (isAttachedToWindow
2360 if (mAdapter == null || !isAttachedToWindow()) {
2076 setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, boolean selected, boolean isAttachedToWindow) argument
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java3038 public static boolean isAttachedToWindow(@NonNull View view) { method in class:ViewCompat
3040 return view.isAttachedToWindow();
3153 if (isAttachedToWindow(view)) {
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2492 public boolean isAttachedToWindow() { method in class:RecyclerView
7253 public boolean isAttachedToWindow() { method in class:RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java2801 public boolean isAttachedToWindow() { method in class:RecyclerView
7817 public boolean isAttachedToWindow() { method in class:RecyclerView.LayoutManager
/frameworks/base/core/java/android/view/
H A DView.java8225 * @throws IllegalStateException if the view is already {@link #isAttachedToWindow() attached to
8235 if (isAttachedToWindow()) {
8493 return isAutofillable() && isAttachedToWindow();
10357 public boolean isAttachedToWindow() { method in class:View
12889 * ViewGroup. Intended to only be called when {@link #isAttachedToWindow()},
15660 if (isAttachedToWindow()) {
21199 if (isAttachedToWindow()) {
21232 && isAttachedToWindow() && sUseDefaultFocusHighlight;
21493 if (isAttachedToWindow()) {
21543 if (isAttachedToWindow()) {
[all...]

Completed in 1266 milliseconds