setStateAll

open override fun setStateAll(isAllSelected: Boolean)(source)

Sets the selection state of all applications in the app picker.

This function allows you to select or deselect all applications at once. If an OnStateChangeListener is set, its onStateAllChanged method will be called to notify about this change.

Parameters

isAllSelected

true to select all applications, false to deselect all applications.