Home
last modified time | relevance | path

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

/aosp_15_r20/external/leakcanary2/leakcanary-object-watcher-android-core/src/main/java/leakcanary/
H A DAppWatcher.kt149 val watchFragmentViews: Boolean = true, constant in leakcanary.AppWatcher.Config
170 private var watchFragmentViews = config.watchFragmentViews in newBuilder() variable
190 fun watchFragmentViews(watchFragmentViews: Boolean) = in newBuilder() method in leakcanary.AppWatcher.Config