/external/clang/test/Analysis/ |
D | superclass.m | 23 - (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/ |
D | web-animations-bonus-object-form-keyframes.js | 33 var animated = false; 40 animated = getComputedStyle(element).getPropertyValue('opacity') == testOpacity; 46 if (animated) {
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSViewController.m | 65 - (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/ |
D | api_def_DecodeImage.pbtxt | 33 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
|
D | api_def_DecodeGif.pbtxt | 18 On Linux and MacOS systems, convert animated GIFs from compressed to
|
D | api_def_DecodePng.pbtxt | 36 This op also supports decoding JPEGs and non-animated GIFs since the interface
|
D | api_def_DecodeJpeg.pbtxt | 77 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/ |
D | neon-animation.md | 3 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/ |
D | PathKeyframeParser.java | 20 boolean animated = reader.peek() == JsonReader.Token.BEGIN_OBJECT; in parse() 22 reader, composition, Utils.dpScale(), PathParser.INSTANCE, animated, false); in parse()
|
D | KeyframeParser.java | 74 …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/ |
D | ImageDecoder.md | 8 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/ |
D | DebugLogController.m | 22 - (void)viewDidAppear:(BOOL)animated { 23 [super viewDidAppear:animated];
|
D | MenuController.m | 39 - (void)viewDidAppear:(BOOL)animated { 40 [super viewDidAppear:animated]; 104 [self presentViewController:activityController animated:YES completion:NULL];
|
D | SettingsController.m | 34 - (void)viewWillAppear:(BOOL)animated { 35 [super viewWillAppear:animated];
|
D | TapLatencyController.m | 57 - (void)viewWillAppear:(BOOL)animated { 58 [super viewWillAppear:animated];
|
D | ScreenResponseController.m | 63 - (void)viewWillAppear:(BOOL)animated { 64 [super viewWillAppear:animated];
|
/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/ |
D | README.md | 3 `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/ |
D | CameraExampleViewController.mm | 221 [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/ |
D | ARDMainViewController.m | 139 animated:YES 202 [self presentViewController:viewController animated:YES completion:nil]; 260 [self presentViewController:alert animated:YES completion:nil];
|
D | ARDSettingsViewController.m | 55 - (void)viewWillAppear:(BOOL)animated { 56 [super viewWillAppear:animated]; 122 [tableView deselectRowAtIndexPath:indexPath animated:YES];
|
/external/grpc-grpc/examples/objective-c/route_guide/ |
D | ViewControllers.m | 113 - (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/ |
D | ShadowNativeAnimatedImageDrawableTest.java | 33 AnimatedImageDrawable aid = (AnimatedImageDrawable) resources.getDrawable(R.drawable.animated); in testInflate()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowImageDecoder.java | 43 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/ |
D | ShadowImageDecoder.java | 40 private final boolean animated = false; field in ShadowImageDecoder.ImgStream 69 return animated; in isAnimated()
|
/external/skia/tools/sk_app/ios/ |
D | main_ios.mm | 77 // Need to handle animated slides/redraw mode, so we need something that will wake up the
|