Home
last modified time | relevance | path

Searched refs:ScreenOrientation (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidUtil.hpp39 enum ScreenOrientation enum
49 void setRequestedOrientation (ANativeActivity* activity, ScreenOrientation orientation);
51 ScreenOrientation mapScreenRotation (ScreenRotation rotation);
DtcuAndroidUtil.cpp186 void setRequestedOrientation (JNIEnv* env, jobject activity, ScreenOrientation orientation) in setRequestedOrientation()
353 ScreenOrientation mapScreenRotation (ScreenRotation rotation) in mapScreenRotation()
375 void setRequestedOrientation (ANativeActivity* activity, ScreenOrientation orientation) in setRequestedOrientation()
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …mEvent" | "ScopedCredential" | "ScopedCredentialInfo" | "Screen" | "ScreenOrientation" | "ScriptPr…
DmappedTypeRecursiveInference.types100 …any; ScopedCredential: any; ScopedCredentialInfo: any; Screen: any; ScreenOrientation: any; Script…
102 …any; ScopedCredential: any; ScopedCredentialInfo: any; Screen: any; ScreenOrientation: any; Script…
108 …any; ScopedCredential: any; ScopedCredentialInfo: any; Screen: any; ScreenOrientation: any; Script…
110 …any; ScopedCredential: any; ScopedCredentialInfo: any; Screen: any; ScreenOrientation: any; Script…
/third_party/typescript/lib/
Dlib.dom.d.ts14858 readonly orientation: ScreenOrientation;
14872 interface ScreenOrientation extends EventTarget { interface
14874 onchange: ((this: ScreenOrientation, ev: Event) => any) | null;
14878 … extends keyof ScreenOrientationEventMap>(type: K, listener: (this: ScreenOrientation, ev: ScreenO…
14880 … extends keyof ScreenOrientationEventMap>(type: K, listener: (this: ScreenOrientation, ev: ScreenO…
14884 declare var ScreenOrientation: { variable
14885 prototype: ScreenOrientation;
14886 new(): ScreenOrientation;
/third_party/typescript/src/lib/
Ddom.generated.d.ts14838 readonly orientation: ScreenOrientation;
14852 interface ScreenOrientation extends EventTarget { interface
14854 onchange: ((this: ScreenOrientation, ev: Event) => any) | null;
14858 … extends keyof ScreenOrientationEventMap>(type: K, listener: (this: ScreenOrientation, ev: ScreenO…
14860 … extends keyof ScreenOrientationEventMap>(type: K, listener: (this: ScreenOrientation, ev: ScreenO…
14864 declare var ScreenOrientation: { variable
14865 prototype: ScreenOrientation;
14866 new(): ScreenOrientation;
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Ddom.ts5546 ScreenOrientation: {
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch19426 +display::mojom::ScreenOrientation ConvertOrientationType(
19430 + return display::mojom::ScreenOrientation::kUndefined;
19432 + return display::mojom::ScreenOrientation::kPortraitPrimary;
19434 + return display::mojom::ScreenOrientation::kLandscapePrimary;
19436 + return display::mojom::ScreenOrientation::kPortraitSecondary;
19438 + return display::mojom::ScreenOrientation::kLandscapeSecondary;
19440 + return display::mojom::ScreenOrientation::kUndefined;