Searched refs:thenIf (Results 1 – 13 of 13) sorted by relevance
26 import com.android.compose.modifiers.thenIf in <lambda>()76 .thenIf(backgroundColor != null) { Modifier.background(backgroundColor!!) } in <lambda>()
51 inline fun Modifier.thenIf(condition: Boolean, crossinline factory: () -> Modifier): Modifier = method
31 import com.android.compose.modifiers.thenIf114 .thenIf(shouldUseSplitNotificationShade) { in SceneScope()
38 import com.android.compose.modifiers.thenIf154 Modifier.fillMaxSize().thenIf(shouldOffSetClockToOneHalf) { in LargeClockWithSmartSpace()
70 import com.android.compose.modifiers.thenIf252 modifier.thenIf(shouldPunchHoleBehindScrim) { in SingleShade()273 .thenIf(isClickable) { in SingleShade()278 .thenIf(cutoutLocation != CutoutLocation.CENTER) { in SingleShade()483 .thenIf(!isCustomizerShowing) { in SplitShade()
67 import com.android.compose.modifiers.thenIf in <lambda>()563 .thenIf(isClickable) { in SystemIconContainer()570 .thenIf(isHovered) { hoverModifier }, in SystemIconContainer()
40 import com.android.compose.modifiers.thenIf in <lambda>()196 .thenIf(isCustomizing) { Modifier.fillMaxHeight() } in QuickSettingsContent()
71 import com.android.compose.modifiers.thenIf194 .thenIf(shouldPunchHoleBehindScrim) { in QuickSettingsScene()200 .thenIf(cutoutLocation != CutoutLocation.CENTER) { in QuickSettingsScene()
70 import com.android.compose.modifiers.thenIf in <lambda>()339 .thenIf(shouldFillMaxSize) { Modifier.fillMaxSize() } in NotificationScrollingStack()350 .thenIf(shadeMode == ShadeMode.Single) { in NotificationScrollingStack()
57 import com.android.compose.modifiers.thenIf in <lambda>()300 .thenIf(isEnabled) { in PinPadButton()
52 import com.android.compose.modifiers.thenIf in <lambda>()238 .thenIf(isInputEnabled) { in <lambda>()
90 import com.android.compose.modifiers.thenIf in <lambda>()744 Modifier.height(56.dp).thenIf(actionButtonViewModel.onLongClick != null) { in ActionArea()
134 import com.android.compose.modifiers.thenIf in <lambda>()209 .thenIf(!viewModel.isEditMode && !isEmptyState) { in <lambda>()1003 .thenIf(!viewModel.isEditMode && model.inQuietMode) { in WidgetContent()1012 .thenIf(viewModel.isEditMode) { in WidgetContent()1249 Modifier.fillMaxWidth().wrapContentHeight().thenIf( in AccessibilityContainer()