Searched refs:PendingArea (Results 1 – 1 of 1) sorted by relevance
520 PendingArea[] areaForLayer = new PendingArea[maxWindowLayerCount]; in build()521 final PendingArea root = new PendingArea(null, 0, null); in build()530 PendingArea featureArea = null; in build()557 PendingArea leafArea = null; in build()601 PendingArea leafArea = in addTaskDisplayAreasToApplicationLayer()618 DisplayAreaPolicyBuilder.PendingArea in addDisplayAreaGroupsToApplicationLayer()880 static class PendingArea { class in DisplayAreaPolicyBuilder882 final ArrayList<PendingArea> mChildren = new ArrayList<>();884 final PendingArea mParent;900 PendingArea(Feature feature, int minLayer, PendingArea parent) { in PendingArea() method in DisplayAreaPolicyBuilder.PendingArea[all …]