Home
last modified time | relevance | path

Searched refs:animated (Results 1 – 25 of 72) sorted by relevance

123

/external/clang/test/Analysis/
Dsuperclass.m23 - (void)viewDidAppear:(BOOL)animated;
24 - (void)viewDidDisappear:(BOOL)animated;
28 - (void)viewWillAppear:(BOOL)animated;
29 - (void)viewWillDisappear:(BOOL)animated;
58 - (void)viewDidAppear:(BOOL)animated {}
59 - (void)viewDidDisappear:(BOOL)animated {}
63 - (void)viewWillAppear:(BOOL)animated {}
64 - (void)viewWillDisappear:(BOOL)animated {}
75 - (void)viewDidAppear:(BOOL)animated {}
76 - (void)viewDidDisappear:(BOOL)animated {}
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dweb-animations-bonus-object-form-keyframes.js33 var animated = false;
40 animated = getComputedStyle(element).getPropertyValue('opacity') == testOpacity;
46 if (animated) {
/external/deqp/framework/platform/ios/
DtcuIOSViewController.m65 - (void)viewWillAppear:(BOOL)animated
67 [super viewWillAppear:animated];
70 - (void)viewWillDisappear:(BOOL)animated
72 [super viewWillDisappear:animated];
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeImage.pbtxt33 GIFs, whether animated or not. If, False, the returned op will produce a 3-D
34 tensor for all file types and will truncate animated GIFs to the first frame.
49 animated GIF files to the first frame.
51 *NOTE*: If the first frame of an animated GIF does not occupy the entire
Dapi_def_DecodeGif.pbtxt18 On Linux and MacOS systems, convert animated GIFs from compressed to
Dapi_def_DecodePng.pbtxt36 This op also supports decoding JPEGs and non-animated GIFs since the interface
Dapi_def_DecodeJpeg.pbtxt77 This op also supports decoding PNGs and non-animated GIFs since the interface is
/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/guides/
Dneon-animation.md3 summary: "A short guide to neon-animation and neon-animated-pages"
4 tags: ['animation','core-animated-pages']
5 elements: ['neon-animation','neon-animated-pages']
11 `neon-animation` is a suite of elements and behaviors to implement pluggable animated transitions f…
30 Elements that can be animated should implement the `Polymer.NeonAnimatableBehavior` behavior, or `P…
198 *The artist formerly known as `<core-animated-pages>`*
200 The `neon-animated-pages` element manages a set of pages to switch between, and runs animations bet…
262 … define the `entry-animation` and `exit-animation` attributes on `<neon-animated-pages>`, those an…
267 <neon-animated-pages id="pages" class="flex" selected="[[selected]]" entry-animation="slide-from-ri…
273 </neon-animated-pages>
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DPathKeyframeParser.java20 boolean animated = reader.peek() == JsonReader.Token.BEGIN_OBJECT; in parse()
22 reader, composition, Utils.dpScale(), PathParser.INSTANCE, animated, false); in parse()
DKeyframeParser.java74 …float scale, ValueParser<T> valueParser, boolean animated, boolean multiDimensional) throws IOExce… in parse() argument
76 if (animated && multiDimensional) { in parse()
78 } else if (animated) { in parse()
/external/skia/modules/canvaskit/future_apis/
DImageDecoder.md8 handles decoding of both still and animated images.
34 4. You should see a cute animated cat illustration.
50 With an animated image:
/external/walt/ios/WALT/
DDebugLogController.m22 - (void)viewDidAppear:(BOOL)animated {
23 [super viewDidAppear:animated];
DMenuController.m39 - (void)viewDidAppear:(BOOL)animated {
40 [super viewDidAppear:animated];
104 [self presentViewController:activityController animated:YES completion:NULL];
DSettingsController.m34 - (void)viewWillAppear:(BOOL)animated {
35 [super viewWillAppear:animated];
DTapLatencyController.m57 - (void)viewWillAppear:(BOOL)animated {
58 [super viewWillAppear:animated];
DScreenResponseController.m63 - (void)viewWillAppear:(BOOL)animated {
64 [super viewWillAppear:animated];
/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/
DREADME.md3 `neon-animation` is a suite of elements and behaviors to implement pluggable animated transitions f…
22 Elements that can be animated should implement the `Polymer.NeonAnimatableBehavior` behavior, or `P…
190 *The artist formerly known as `<core-animated-pages>`*
192 The `neon-animated-pages` element manages a set of pages to switch between, and runs animations bet…
254 … define the `entry-animation` and `exit-animation` attributes on `<neon-animated-pages>`, those an…
259 <neon-animated-pages id="pages" class="flex" selected="[[selected]]" entry-animation="slide-from-ri…
265 </neon-animated-pages>
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.mm221 [self presentViewController:alertController animated:YES completion:nil];
446 - (void)viewWillAppear:(BOOL)animated {
447 [super viewWillAppear:animated];
450 - (void)viewDidAppear:(BOOL)animated {
451 [super viewDidAppear:animated];
454 - (void)viewWillDisappear:(BOOL)animated {
455 [super viewWillDisappear:animated];
458 - (void)viewDidDisappear:(BOOL)animated {
459 [super viewDidDisappear:animated];
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDMainViewController.m139 animated:YES
202 [self presentViewController:viewController animated:YES completion:nil];
260 [self presentViewController:alert animated:YES completion:nil];
DARDSettingsViewController.m55 - (void)viewWillAppear:(BOOL)animated {
56 [super viewWillAppear:animated];
122 [tableView deselectRowAtIndexPath:indexPath animated:YES];
/external/grpc-grpc/examples/objective-c/route_guide/
DViewControllers.m113 - (void)viewDidAppear:(BOOL)animated {
167 - (void)viewDidAppear:(BOOL)animated {
237 - (void)viewDidAppear:(BOOL)animated {
297 - (void)viewDidAppear:(BOOL)animated {
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeAnimatedImageDrawableTest.java33 AnimatedImageDrawable aid = (AnimatedImageDrawable) resources.getDrawable(R.drawable.animated); in testInflate()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowImageDecoder.java43 private final boolean animated = false; field in ShadowImageDecoder.ImgStream
72 return animated; in isAnimated()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowImageDecoder.java40 private final boolean animated = false; field in ShadowImageDecoder.ImgStream
69 return animated; in isAnimated()
/external/skia/tools/sk_app/ios/
Dmain_ios.mm77 // Need to handle animated slides/redraw mode, so we need something that will wake up the

123