Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DUiDumpUtils.java190 Consumer<T> action, Function<Consumer<T>, Consumer<T>> actionChange) { in recursively() argument
194 Consumer<T> childAction = actionChange.apply(action); in recursively()
199 getChildCount, getChildAt, childAction, actionChange); in recursively() local