Home
last modified time | relevance | path

Searched defs:numChildren (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceSquareFrameLayout.java54 final int numChildren = getChildCount(); in onMeasure() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DTextFieldsEditorView.java455 final int numChildren = mFieldEditTexts == null ? 0 : mFieldEditTexts.length; in onSaveInstanceState() local
474 int numChildren = Math.min(mFieldEditTexts == null ? 0 : mFieldEditTexts.length, in onRestoreInstanceState() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java331 int numChildren = ThreadLocalRandom.current().nextInt(0, resources.size() + 1); in fuzzTest() local
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java341 int numChildren = v instanceof ViewGroup ? ((ViewGroup) v).getChildCount() : 0; in setupColorExtraction() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1528 int numChildren = getChildCount(); in loadVisibleTaskData() local