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

/frameworks/base/core/java/android/view/
H A DWindowInfo.java48 public List<IBinder> childTokens; field in class:WindowInfo
78 if (other.childTokens != null && !other.childTokens.isEmpty()) {
79 if (window.childTokens == null) {
80 window.childTokens = new ArrayList<IBinder>(other.childTokens);
82 window.childTokens.addAll(other.childTokens);
112 if (childTokens != null && !childTokens
[all...]

Completed in 73 milliseconds