Searched refs:INITIAL_CHILDREN_CAPACITY (Results 1 – 1 of 1) sorted by relevance
155 private static final int INITIAL_CHILDREN_CAPACITY = 5; field in ContentCaptureSession269 mChildren = new ArrayList<>(INITIAL_CHILDREN_CAPACITY); in createContentCaptureSession()