Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionRecentsViewController.kt63 private var lastBoundData: List<RecentTask>? = null in <lambda>() variable in com.android.systemui.mediaprojection.appselector.view.MediaProjectionRecentsViewController
66 get() = lastBoundData?.isNotEmpty() ?: false in <lambda>()
77 lastBoundData?.let { recents -> bind(recents) } in <lambda>()
99 lastBoundData = recentTasks in <lambda>()