Searched defs:logView (Results 1 – 8 of 8) sorted by relevance
69 const logView = logViewer.shadowRoot.querySelector('log-view'); constant
216 const logView = logViewer.logViews; constant
38 lateinit var logView: LogView variable in com.example.android.common.logger.LogFragment
39 internal lateinit var logView: LogView variable in com.android.multiwindowplayground.logger.LogFragment
64 TextView logView = findViewById(R.id.logOutput); in onCreate() local
42 @property(nonatomic, readonly) NSTextView* logView; property