Searched refs:childTokens (Results 1 – 4 of 4) sorted by relevance
48 public List<IBinder> childTokens; field in WindowInfo78 if (other.childTokens != null && !other.childTokens.isEmpty()) { in obtain()79 if (window.childTokens == null) { in obtain()80 window.childTokens = new ArrayList<IBinder>(other.childTokens); in obtain()82 window.childTokens.addAll(other.childTokens); in obtain()112 if (childTokens != null && !childTokens.isEmpty()) { in writeToParcel()114 parcel.writeBinderList(childTokens); in writeToParcel()131 builder.append(", children=").append(childTokens); in toString()151 if (childTokens == null) { in initFromParcel()152 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()1292 if (oldWindow.childTokens != null && newWindow.childTokens != null in windowChangedNoLayer()1293 && !oldWindow.childTokens.equals(newWindow.childTokens)) { in windowChangedNoLayer()
3899 if (windowInfo.childTokens == null) { in getWindowInfo()3900 windowInfo.childTokens = new ArrayList(childCount); in getWindowInfo()3904 windowInfo.childTokens.add(child.mClient.asBinder()); in getWindowInfo()
2746 if (window.childTokens != null) { in populateReportedWindowLocked()2747 final int childCount = window.childTokens.size(); in populateReportedWindowLocked()2749 IBinder childToken = window.childTokens.get(i); in populateReportedWindowLocked()