Searched refs:childTokens (Results 1 – 5 of 5) sorted by relevance
48 public List<IBinder> childTokens; field in WindowInfo80 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 …]
1159 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()
4153 if (windowInfo.childTokens == null) { in getWindowInfo()4154 windowInfo.childTokens = new ArrayList(childCount); in getWindowInfo()4158 windowInfo.childTokens.add(child.mClient.asBinder()); in getWindowInfo()
2944 if (window.childTokens != null) { in populateReportedWindowLocked()2945 final int childCount = window.childTokens.size(); in populateReportedWindowLocked()2947 IBinder childToken = window.childTokens.get(i); in populateReportedWindowLocked()
79530 Landroid/view/WindowInfo;->childTokens:Ljava/util/List;