Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:window +full:- +full:animation (Results 1 – 25 of 146) sorted by relevance

123456

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dweb-animations-bonus-object-form-keyframes.js7 // http://www.apache.org/licenses/LICENSE-2.0
17 // supported but object-form syntax is not, then creating an animation
18 // using the new syntax will either have no effect or will throw an exception.
21 // The test animation uses an opacity other than the one the element already
22 // has, and doesn't need to change during the animation for the test to work.
24 // - If the animation is not created, the test will leave the element's
26 // - If the animation is created, it will be cancelled, and leave the
28 // - If the animation is somehow created and runs without being cancelled,
32 var animation = null;
37 animation = element.animate({'opacity': [testOpacity, testOpacity]},
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Uefi/
DUefiInternalFormRepresentation.h4 internal application and drivers as well as all add-in card option-ROM drivers
6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
330 #define UEFI_CONFIG_LANG "x-UEFI"
331 #define UEFI_CONFIG_LANG_2 "x-i-UEFI"
651 /// The Form package is used to carry form-based encoding data.
656 // More op-codes follow
1110 // A bit-mask that determines which unique settings are active for this opcode.
1332 /// 2 = hexadecimal (lower-case alpha).
1333 /// 3 = hexadecimal (upper-case alpha).
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Uefi/
DUefiInternalFormRepresentation.h4 internal application and drivers as well as all add-in card option-ROM drivers
6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
330 #define UEFI_CONFIG_LANG "x-UEFI"
331 #define UEFI_CONFIG_LANG_2 "x-i-UEFI"
651 /// The Form package is used to carry form-based encoding data.
656 // More op-codes follow
1110 // A bit-mask that determines which unique settings are active for this opcode.
1332 /// 2 = hexadecimal (lower-case alpha).
1333 /// 3 = hexadecimal (upper-case alpha).
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Uefi/
DUefiInternalFormRepresentation.h4 internal application and drivers as well as all add-in card option-ROM drivers
6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
328 #define UEFI_CONFIG_LANG "x-UEFI"
329 #define UEFI_CONFIG_LANG_2 "x-i-UEFI"
649 /// The Form package is used to carry form-based encoding data.
654 // More op-codes follow
1108 // A bit-mask that determines which unique settings are active for this opcode.
1330 /// 2 = hexadecimal (lower-case alpha).
1331 /// 3 = hexadecimal (upper-case alpha).
[all …]
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Uefi/
DUefiInternalFormRepresentation.h4 internal application and drivers as well as all add-in card option-ROM drivers
6 Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
11 http://opensource.org/licenses/bsd-license.php.
336 #define UEFI_CONFIG_LANG "x-UEFI"
337 #define UEFI_CONFIG_LANG_2 "x-i-UEFI"
657 /// The Form package is used to carry form-based encoding data.
662 // More op-codes follow
1115 // A bit-mask that determines which unique settings are active for this opcode.
1337 /// 2 = hexadecimal (lower-case alpha).
1338 /// 3 = hexadecimal (upper-case alpha).
[all …]
/external/skia/tools/perf-canvaskit-puppeteer/
Dskottie-frames.html1 <!-- This benchmark aims to accurately measure the time it takes for Skottie to load the JSON and
2 turn it into an animation, as well as the times for the first hundred frames (and, as a subcomponent
3 of that, the seek times of the first hundred frames). This is set to mimic how a real-world user
4 would display the animation (e.g. using clock time to determine where to seek, not frame numbers).
5 -->
9 <title>Skottie-WASM Perf</title>
10 <meta charset="utf-8" />
11 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
12 <meta name="viewport" content="width=device-width, initial-scale=1.0">
13 <script src="/static/canvaskit.js" type="text/javascript" charset="utf-8"></script>
[all …]
/external/accompanist/gradle/
Dlibs.versions.toml6 composesnapshot = "-" # a single character = no snapshot
22 androidxnavigation = "2.7.0-alpha01"
29 compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
30 compose-ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "compose" }
31 compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
32 compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "co…
33 compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
34 compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "compos…
35 compose-foundation-foundation = { module = "androidx.compose.foundation:foundation", version.ref = …
36 compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref…
[all …]
/external/leakcanary2/shark-android/src/main/java/shark/
DAndroidObjectInspectors.kt8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>()
34 * For example, no matter how many mistakes we make in our code, the value of Activity.mDestroy in <lambda>()
43 override val leakingObjectFilter = { heapObject: HeapObject -> in <lambda>()
69 isChildOfViewRootImpl -> { in <lambda>()
74 heapObject.instanceClassName == "com.android.internal.policy.DecorView" -> { in <lambda>()
80 else -> { in <lambda>()
110 reporter.whenInstanceOf("android.view.View") { instance -> in <lambda>()
134 leakingReasons += "View detached yet still part of window view hierarchy" in <lambda>()
146 "View is part of a window view hierarchy" in <lambda>()
148 "View not part of a window view hierarchy" in <lambda>()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-tooltip/
Dpaper-tooltip.html1 <!--
9 -->
13 <link rel="import" href="../neon-animation/neon-animation-runner-behavior.html">
14 <link rel="import" href="../neon-animation/animations/fade-in-animation.html">
15 <link rel="import" href="../neon-animation/animations/fade-out-animation.html">
17 <!--
20 `<paper-tooltip>` is a label that appears on hover and focus when the user
27 <div style="display:inline-block">
29 <paper-tooltip>Tooltip text</paper-tooltip>
34 <paper-tooltip for="btn">Tooltip text</paper-tooltip>
[all …]
/external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/
DPartnerConfigKey.java8 * http://www.apache.org/licenses/LICENSE-2.0
196 // The icon for "add another" action. Can be "@null" for no icon.
199 // The icon for "cancel" action. Can be "@null" for no icon.
202 // The icon for "clear" action. Can be "@null" for no icon.
205 // The icon for "done" action. Can be "@null" for no icon.
208 // The icon for "next" action. Can be "@null" for no icon.
211 // The icon for "opt-in" action. Can be "@null" for no icon.
214 // The icon for "skip" action. Can be "@null" for no icon.
217 // The icon for "stop" action. Can be "@null" for no icon.
458 // The animation of loading screen used in those activities which is non of below type.
[all …]
DPartnerConfig.java8 * http://www.apache.org/licenses/LICENSE-2.0
64 // The icon for "add another" action. Can be "@null" for no icon.
68 // The icon for "cancel" action. Can be "@null" for no icon.
72 // The icon for "clear" action. Can be "@null" for no icon.
76 // The icon for "done" action. Can be "@null" for no icon.
80 // The icon for "next" action. Can be "@null" for no icon.
84 // The icon for "opt-in" action. Can be "@null" for no icon.
88 // The icon for "skip" action. Can be "@null" for no icon.
92 // The icon for "stop" action. Can be "@null" for no icon.
380 // The animation of loading screen used in those activities which is non of below type.
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/tests/
Dscoping.html2 <!--
10 -->
13 <meta charset="utf-8">
17 <script src="./test-flags.js"></script>
18 <script src="../node_modules/wct-browser-legacy/browser.js"></script>
19 …<script src="../node_modules/@webcomponents/webcomponents-platform/webcomponents-platform.js"></sc…
20 <script src="../node_modules/es6-promise/dist/es6-promise.auto.min.js"></script>
22 <script src="../node_modules/@webcomponents/html-imports/html-imports.min.js"></script>
24 <script src="../node_modules/@webcomponents/custom-elements/custom-elements.min.js"></script>
25 <script src="../scoping-shim.min.js"></script>
[all …]
/external/chromium-trace/catapult/devil/devil/android/perf/
Dsurface_stats_collector.py2 # Use of this source code is governed by a BSD-style license that can be
12 import queue # pylint: disable=wrong-import-order
14 import Queue as queue # pylint: disable=wrong-import-order
76 # was closed or there's no new data. Signal the main thread and
88 last_timestamp = timestamps[-1]
117 ['dumpsys', 'SurfaceFlinger', '--latency-clear', 'SurfaceView'],
130 ['dumpsys', 'SurfaceFlinger', '--list'], check_return=True)
141 - The display's nominal refresh period in milliseconds.
142 - A list of timestamps signifying frame presentation times in
144 The return value may be (None, None) if there was no data collected (for
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-overlay-behavior/
Diron-overlay-behavior.html1 <!--
9 -->
12 <link rel="import" href="../iron-fit-behavior/iron-fit-behavior.html">
13 <link rel="import" href="../iron-resizable-behavior/iron-resizable-behavior.html">
14 <link rel="import" href="iron-overlay-manager.html">
15 <link rel="import" href="iron-focusables-helper.html">
56 * Set to true to disable auto-focusing the overlay or child nodes with
81 * Contains the reason(s) this overlay was last closed (see `iron-overlay-closed`).
127 'iron-resize': '_onIronResize'
149 * to wrap the focus for overlays `with-backdrop`.
[all …]
/external/aws-crt-java/src/test/android/testapp/
DinstrumentedTestSpec.yml10 # The pre-test phase includes commands that setup your test environment.
19 …Android's documentation (https://developer.android.com/studio/test/command-line#run-tests-with-adb)
21 - echo "Start Instrumentation test"
22 - |
23 adb -s $DEVICEFARM_DEVICE_UDID shell "am instrument -r -w --no-window-animation \
24 $DEVICEFARM_TEST_PACKAGE_NAME/$DEVICEFARM_TEST_PACKAGE_RUNNER 2>&1 || echo \": -1\"" |
30 …ttps://android.googlesource.com/platform/tools/base/+/refs/tags/android-mainline-12.0.0_r58/ddmlib…
31 …ttps://android.googlesource.com/platform/tools/base/+/refs/tags/android-mainline-12.0.0_r58/ddmlib…
32 …# Note that tests that give the "Ignored" (-3) and "Assumption Failure" (-4) status coded are trea…
34 - |-
[all …]
/external/subsampling-scale-image-view/docs/javadoc/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.OnAnimationEventListener.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc -->
11 <script type="text/javascript"><!--
13 if (location.href.indexOf('is-external=true') == -1) {
19 //-->
30 <!-- ========= START OF TOP NAVBAR ======= -->
32 <!-- -->
36 <!-- -->
39 <li><a href="../../../../overview-summary.html">Overview</a></li>
[all …]
/external/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c8 * http://www.apache.org/licenses/LICENSE-2.0
29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "native-activity", __VA_ARGS__))
30 #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, "native-activity", __VA_ARGS__))
69 * component compatible with on-screen windows in engine_init_display()
99 ANativeWindow_setBuffersGeometry(engine->app->window, 0, 0, format); in engine_init_display()
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
106 return -1; in engine_init_display()
112 engine->display = display; in engine_init_display()
113 engine->context = context; in engine_init_display()
114 engine->surface = surface; in engine_init_display()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
22 // For environments that do not have a `window` with a `document`
24 // This accentuates the need for the creation of a real `window`.
25 // e.g. var jQuery = require("jquery")(window);
31 throw new Error( "jQuery requires a window with a document" );
39 // Pass this if window is not defined yet
40 } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { argument
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
22 // For environments that do not have a `window` with a `document`
24 // This accentuates the need for the creation of a real `window`.
25 // e.g. var jQuery = require("jquery")(window);
31 throw new Error( "jQuery requires a window with a document" );
39 // Pass this if window is not defined yet
40 } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { argument
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
22 // For environments that do not have a `window` with a `document`
24 // This accentuates the need for the creation of a real `window`.
25 // e.g. var jQuery = require("jquery")(window);
31 throw new Error( "jQuery requires a window with a document" );
39 // Pass this if window is not defined yet
40 } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { argument
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
22 // For environments that do not have a `window` with a `document`
24 // This accentuates the need for the creation of a real `window`.
25 // e.g. var jQuery = require("jquery")(window);
31 throw new Error( "jQuery requires a window with a document" );
39 // Pass this if window is not defined yet
40 } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { argument
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DCONTRIBUTING.md5 1. Fork web-animations/web-animations-js.
6 1. `git clone git@github.com:$GITHUB_USER/web-animations-js.git`
7 1. `git submodule update --init --recursive` (Necessary for running tests.)
10 1. Run `npm install -g grunt-cli` to get the build tools for the command line.
17 1. In your fork of web-animations-js, `git checkout dev` or create a new branch whose parent is dev.
19 1. Run `grunt test` to run polyfill and web-platform-tests tests.
21 1. Create a pull request from your fork of web-animations-js to
22 …[web-animations/web-animations-js/dev](https://github.com/web-animations/web-animations-js/tree/de…
32 Test failures can be accessed via `window.failures` and `window.formattedFailures`
36 Example: `grunt debug:web-animations-next:test/web-platform-tests/web-animations/animation/pause.ht…
[all …]
/external/perfetto/ui/src/assets/
Dbigtrace.html2 <html lang="en-us">
4 <meta charset="utf-8">
6 …<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="vi…
9 <body data-perfetto_version='{"filled_by_build_js":"."}'>
10 <!--
14 -->
16 …d:#080082;top:0;left:0;width:100%;height:100%;bottom:0;right:0;margin:0;opacity:0;user-select:text}
17 …solute;margin:auto;white-space:pre-wrap;top:10vh;max-width:90vw;width:880px;left:0;right:0;font-si…
19 …#app_load_failure_dbg { overflow-wrap: break-word; font-size: 12px; line-height: 1; font-weight: i…
21 #app_load { position: absolute; top: 0; left: 0; right:0; bottom: 0; background-color: #2c3e50;}
[all …]
Dindex.html2 <html lang="en-us">
4 <meta charset="utf-8">
6 …<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="vi…
9 <body data-perfetto_version='{"filled_by_build_js":"."}'>
10 <!--
14 -->
16 …d:#080082;top:0;left:0;width:100%;height:100%;bottom:0;right:0;margin:0;opacity:0;user-select:text}
17 …solute;margin:auto;white-space:pre-wrap;top:10vh;max-width:90vw;width:880px;left:0;right:0;font-si…
19 …#app_load_failure_dbg { overflow-wrap: break-word; font-size: 12px; line-height: 1; font-weight: i…
21 #app_load { position: absolute; top: 0; left: 0; right:0; bottom: 0; background-color: #2c3e50;}
[all …]
/external/setupdesign/main/src/com/google/android/setupdesign/transition/
DTransitionHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
48 * In Setup Wizard, all Just-a-sec style screens (i.e. screens that has an indeterminate
49 * progress bar and automatically finishes itself), should do a cross-fade when entering or
50 * exiting the screen. For all other screens, the transition should be a slide-in-from-right
61 * This is why, in general, overridePendingTransition is used to specify the fade animation,
62 * while windowAnimationStyle is used to specify the slide transition. This way fade animation
63 * will take priority over the slide animation.
65 * Below are types of animation when switching activities. These are return values for
70 * +--------------+-------------------------+--------------------------+
72 * +--------------+-------------------------+--------------------------+
[all …]

123456