HomeSort by relevance Sort by last modified time
    Searched refs:animated (Results 1 - 25 of 72) sorted by null

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
DismissRecentsToHomeAnimationStarted.java 26 public final boolean animated; field in class:DismissRecentsToHomeAnimationStarted
28 public DismissRecentsToHomeAnimationStarted(boolean animated) {
29 this.animated = animated;
  /external/walt/ios/WALT/
DebugLogController.m 22 - (void)viewDidAppear:(BOOL)animated {
23 [super viewDidAppear:animated];
SettingsController.m 34 - (void)viewWillAppear:(BOOL)animated {
35 [super viewWillAppear:animated];
MenuController.m 39 - (void)viewDidAppear:(BOOL)animated {
40 [super viewDidAppear:animated];
104 [self presentViewController:activityController animated:YES completion:NULL];
ScreenResponseController.m 63 - (void)viewWillAppear:(BOOL)animated {
64 [super viewWillAppear:animated];
TapLatencyController.m 57 - (void)viewWillAppear:(BOOL)animated {
58 [super viewWillAppear:animated];
  /external/deqp/framework/platform/ios/
tcuIOSViewController.m 65 - (void)viewWillAppear:(BOOL)animated
67 [super viewWillAppear:animated];
70 - (void)viewWillDisappear:(BOOL)animated
72 [super viewWillDisappear:animated];
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java 129 public void startAnimationToAllApps(final boolean animated) {
157 Workspace.State.NORMAL_HIDDEN, buttonView, toView, animated, PULLUP, cb);
163 public void startAnimationToWidgets(final boolean animated) {
167 Workspace.State.OVERVIEW_HIDDEN, buttonView, toView, animated, CIRCULAR_REVEAL,
181 final boolean animated, final Runnable onCompleteRunnable) {
191 animated, PULLUP, onCompleteRunnable);
195 animated, onCompleteRunnable);
198 animated, onCompleteRunnable);
208 final boolean animated, int animType, final PrivateTransitionCallbacks pCb) {
226 animated, initialized, animation, layerViews)
    [all...]
WorkspaceStateTransitionAnimation.java 229 boolean animated, AnimationLayerSet layerViews) {
235 animateWorkspace(states, animated, workspaceDuration, layerViews,
237 animateBackgroundGradient(states, animated, BACKGROUND_FADE_OUT_DURATION);
264 private void animateWorkspace(final TransitionStates states, final boolean animated,
268 if (animated) {
335 if (animated) {
360 if (animated) {
445 * @param animated whether or not to set the background alpha immediately
449 boolean animated, int duration) {
457 if (animated) {
    [all...]
  /frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
DrawableStubActivity.java 20 import android.support.graphics.drawable.animated.test.R;
PathInterpolatorExceptionParameterizedTest.java 21 import android.support.graphics.drawable.animated.test.R;
PathInterpolatorValueParameterizedTest.java 23 import android.support.graphics.drawable.animated.test.R;
PathInterpolatorParameterizedTest.java 27 import android.support.graphics.drawable.animated.test.R;
  /frameworks/support/graphics/drawable/
Android.mk 38 # Animated vector drawable library
45 LOCAL_SRC_FILES := $(call all-java-files-under, animated/src)
46 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/animated/res
47 LOCAL_MANIFEST_FILE := animated/AndroidManifest.xml
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
CardView.java 149 setLeftIcon(bitmap, false /* animated */);
152 public void setLeftIcon(Bitmap bitmap, boolean animated) {
156 switchImageViewBitmpa(bitmap, mLeftIconSwitcher, animated);
161 setRightIcon(bitmap, false /* animated */);
168 public void setRightIcon(Bitmap bitmap, boolean animated) {
178 switchImageViewBitmpa(bitmap, mRightIconSwitcher, animated);
181 private void switchImageViewBitmpa(Bitmap bitmap, ViewSwitcher switcher, boolean animated) {
182 ImageView icon = (ImageView) (animated
188 if (animated) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ScrimView.java 189 public void setColors(@NonNull ColorExtractor.GradientColors colors, boolean animated) {
197 updateColorWithTint(animated);
213 public void setTint(int color, boolean animated) {
218 updateColorWithTint(animated);
221 private void updateColorWithTint(boolean animated) {
230 drawable.setColors(mainTinted, secondaryTinted, animated);
  /frameworks/base/core/java/com/android/internal/colorextraction/drawable/
GradientDrawable.java 74 public void setColors(@NonNull ColorExtractor.GradientColors colors, boolean animated) {
75 setColors(colors.getMainColor(), colors.getSecondaryColor(), animated); local
78 public void setColors(int mainColor, int secondaryColor, boolean animated) {
87 if (animated) {
  /frameworks/support/
pathmap.mk 52 frameworks/support/graphics/drawable/animated \
  /packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java 134 public void showSearchBar(boolean animated) {
136 if (animated) {
149 public void hideSearchBar(boolean animated) {
151 if (animated) {
AppsCustomizeTabHost.java 370 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) {
371 mAppsCustomizePane.onLauncherTransitionPrepare(l, animated, toWorkspace);
401 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
402 if (animated) {
413 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) {
414 mAppsCustomizePane.onLauncherTransitionEnd(l, animated, toWorkspace);
416 if (animated) {
Launcher.java 757 // The animated view may be null in the case of a rotation during widget configuration
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
AddWorkspaceItemsTaskTest.java 129 ArgumentCaptor<ArrayList> animated = ArgumentCaptor.forClass(ArrayList.class); local
134 animated.capture());
137 assertEquals(1, animated.getValue().size());
138 assertTrue(animated.getValue().contains(info2));
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDMainViewController.m 76 animated:YES
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 50 private final int MOVIE = R.drawable.animated;
79 File imagefile = new File(dbDir, "animated.gif");
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 415 public void clear(boolean animated) {
416 clear(animated, false, true);
419 private void clear(boolean animated, boolean fireActionPerformed, boolean immediate) {
426 if (animated && mCurrentGesture != null) {

Completed in 2012 milliseconds

1 2 3