Home
last modified time | relevance | path

Searched refs:INITIAL_CHILDREN_CAPACITY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java155 private static final int INITIAL_CHILDREN_CAPACITY = 5; field in ContentCaptureSession
269 mChildren = new ArrayList<>(INITIAL_CHILDREN_CAPACITY); in createContentCaptureSession()