Searched refs:orientation (Results 1 – 25 of 359) sorted by relevance
12345678910>>...15
46 uint32_t orientation = static_cast<uint32_t>((rand() % FOUR) + ONE); in OrderInput() local47 switch (orientation) { in OrderInput()64 screens[0]->SetOrientation(static_cast<Rosen::Orientation>(orientation)); in OrderInput()75 uint32_t orientation = static_cast<uint32_t>((rand() % FOUR) + ONE); in RandomInput() local76 switch (orientation) { in RandomInput()93 screens[0]->SetOrientation(static_cast<Rosen::Orientation>(orientation)); in RandomInput()
37 let orientation = undefined;55 orientation = bundle.DisplayOrientation.LANDSCAPE;58 orientation = bundle.DisplayOrientation.PORTRAIT;61 orientation = bundle.DisplayOrientation.LANDSCAPE;70 orientation = bundle.DisplayOrientation.PORTRAIT;79 orientation = bundle.DisplayOrientation.LANDSCAPE;88 orientation = bundle.DisplayOrientation.PORTRAIT;97 orientation = bundle.DisplayOrientation.LANDSCAPE;107 orientation = bundle.DisplayOrientation.PORTRAIT;117 await ability_featureAbility.getContext().setDisplayOrientation(orientation).then((data) => {
50 static setScreenOrientation(orientation) {61 screenClass.setOrientation(orientation, (err: BusinessError) => {64 … console.error('Failed to set the vertical orientation. Code: ' + JSON.stringify(err));67 console.info('Succeeded in setting the vertical orientation.');70 console.error('Failed to set the vertical orientation. Code: ' + JSON.stringify(exception));
35 …expect(data.hapModulesInfo[0].abilitiesInfo[0].orientation).assertEqual(bundle.DisplayOrientation.…40 …expect(data.hapModulesInfo[0].abilitiesInfo[1].orientation).assertEqual(bundle.DisplayOrientation.…42 …expect(data.hapModulesInfo[0].abilitiesInfo[2].orientation).assertEqual(bundle.DisplayOrientation.…44 …expect(data.hapModulesInfo[0].abilitiesInfo[3].orientation).assertEqual(bundle.DisplayOrientation.…46 …expect(data.hapModulesInfo[0].abilitiesInfo[4].orientation).assertEqual(bundle.DisplayOrientation.…
20 @media screen and (orientation: landscape) {26 @media screen and (device-type: tablet) and (orientation: landscape) {
20 @media screen and (device-type: phone) and (orientation: landscape) {26 @media screen and (device-type: tablet) and (orientation: landscape) {