Searched refs:isForegroundFixed (Results 1 – 3 of 3) sorted by relevance
380 isForegroundFixed: Boolean, in <lambda>()388 if (isBackgroundFixed && isForegroundFixed) { in <lambda>()399 } else if (isBackgroundFixed && !isForegroundFixed) { in <lambda>()418 } else if (!isBackgroundFixed && isForegroundFixed) { in <lambda>()
112 val isForegroundFixed = foreground.isPolicyFixed || foreground.isSystemFixed in <lambda>() constant
94 val fixed = group.isBackgroundFixed || group.isForegroundFixed in <lambda>()