Home
last modified time | relevance | path

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

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