Home
last modified time | relevance | path

Searched refs:childTokens (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInfo.java48 public List<IBinder> childTokens; field in WindowInfo
80 if (other.childTokens != null && !other.childTokens.isEmpty()) { in obtain()
81 if (window.childTokens == null) { in obtain()
82 window.childTokens = new ArrayList<IBinder>(other.childTokens); in obtain()
84 window.childTokens.addAll(other.childTokens); in obtain()
115 if (childTokens != null && !childTokens.isEmpty()) { in writeToParcel()
117 parcel.writeBinderList(childTokens); in writeToParcel()
134 builder.append(", children=").append(childTokens); in toString()
157 if (childTokens == null) { in initFromParcel()
158 childTokens = new ArrayList<IBinder>(); in initFromParcel()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java1159 if (window.childTokens != null) { in computeChangedWindows()
1160 final int childTokenCount = window.childTokens.size(); in computeChangedWindows()
1162 if (!addedWindows.contains(window.childTokens.get(j))) { in computeChangedWindows()
1163 window.childTokens.remove(j); in computeChangedWindows()
1361 if (oldWindow.childTokens != null && newWindow.childTokens != null in windowChangedNoLayer()
1362 && !oldWindow.childTokens.equals(newWindow.childTokens)) { in windowChangedNoLayer()
DWindowState.java4153 if (windowInfo.childTokens == null) { in getWindowInfo()
4154 windowInfo.childTokens = new ArrayList(childCount); in getWindowInfo()
4158 windowInfo.childTokens.add(child.mClient.asBinder()); in getWindowInfo()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2944 if (window.childTokens != null) { in populateReportedWindowLocked()
2945 final int childCount = window.childTokens.size(); in populateReportedWindowLocked()
2947 IBinder childToken = window.childTokens.get(i); in populateReportedWindowLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79530 Landroid/view/WindowInfo;->childTokens:Ljava/util/List;