Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/fold/ui/helper/
DFoldPosture.kt25 data object Folded : FoldPosture in <lambda>() object
45 null -> FoldPosture.Folded in foldPostureInternal()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/fold/ui/composable/
DFoldPosture.kt39 initialValue = FoldPosture.Folded, in foldPosture()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/helper/
DBouncerSceneLayoutTest.kt51 data object Folded : in <lambda>() object in com.android.systemui.bouncer.ui.helper.BouncerSceneLayoutTest
97 Folded to in <lambda>()
/frameworks/compile/mclinker/include/mcld/LD/
DLDFileFormat.h46 Folded enumerator
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/fold/ui/helper/
DFoldPostureTest.kt36 assertThat(foldPostureInternal(null)).isEqualTo(FoldPosture.Folded) in foldPosture_whenNull_returnsFolded()
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp85 sect->setKind(LDFileFormat::Folded); in foldIdenticalCode()
108 if (sect->kind() == LDFileFormat::Folded) { in foldIdenticalCode()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp91 (text->kind() == LDFileFormat::Folded)) { in create()
DARMLDBackend.cpp495 (pSection.getLink()->kind() == LDFileFormat::Folded)) { in mergeSection()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp345 case LDFileFormat::Folded: in mergeSections()
358 (*sect)->getLink()->kind() == LDFileFormat::Folded) in mergeSections()