HomeSort by relevance Sort by last modified time
    Searched refs:animate (Results 201 - 225 of 456) sorted by null

1 2 3 4 5 6 7 891011>>

  /build/tools/droiddoc/templates-ds/assets/js/grid/
960.gridder.js 168 jQuery("#g-setup").animate({
172 jQuery("#g-setup").animate({
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 189 function animate() {
208 var timeoutId = window.setInterval(animate, animation.time/animation.fps * 1000);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsActivity.java 154 mDotsPageIndicator.animate().alpha(1).setDuration(
161 mDotsPageIndicator.animate().alpha(0).setDuration(
AttractionsGridPagerAdapter.java 292 view.animate().alpha(1).setDuration(FADE_IN_TIME_MS).start();
306 hideViews.get(i).animate().alpha(0).setDuration(FADE_OUT_TIME_MS).start();
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsActivity.java 154 mDotsPageIndicator.animate().alpha(1).setDuration(
161 mDotsPageIndicator.animate().alpha(0).setDuration(
AttractionsGridPagerAdapter.java 292 view.animate().alpha(1).setDuration(FADE_IN_TIME_MS).start();
306 hideViews.get(i).animate().alpha(0).setDuration(FADE_OUT_TIME_MS).start();
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
AttractionsActivity.java 154 mDotsPageIndicator.animate().alpha(1).setDuration(
161 mDotsPageIndicator.animate().alpha(0).setDuration(
AttractionsGridPagerAdapter.java 292 view.animate().alpha(1).setDuration(FADE_IN_TIME_MS).start();
306 hideViews.get(i).animate().alpha(0).setDuration(FADE_OUT_TIME_MS).start();
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 41 * and how to use animations to complete the swipe as well as to animate the other
141 // User let go - figure out whether to animate the view out, or back into place
153 // Greater than a quarter of the width - animate it out
158 // Not far enough - animate it back
163 // Animate position and alpha
189 view.animate().setDuration(duration).
280 // positions, and animate changes
294 // Animate new views along with the others. The catch is that they did not
323 * Animate a view between start and end X/Y locations, using either old (pre-3.0) or
331 view.animate().setDuration(MOVE_DURATION)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 583 public void setMagnifiedRegionBorderShownLocked(boolean shown, boolean animate) {
588 mWindow.setShown(shown, animate);
681 public void setShown(boolean shown, boolean animate) {
687 mAnimationController.onFrameShownStateChanged(shown, animate);
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 171 * @param animate Whether to scroll to the given time or just redraw at the
178 public boolean goTo(CalendarDay day, boolean animate, boolean setSelected, boolean forceScroll) {
224 if (animate) {
  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 211 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
242 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
251 * @param animate True to animate the drawer indicator along with the drawer's position.
259 public ActionBarDrawerToggle(Activity activity, DrawerLayout drawerLayout, boolean animate,
279 mSlider.setOffset(animate ? TOGGLE_DRAWABLE_OFFSET : 0);
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 200 protected void close(int position, boolean animate) {
201 mUi.hideNavScreen(position, animate);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 215 animate().alpha(1f);
224 animate().cancel();
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBarManager.java 185 // Animate the toast bar into view.
207 // Animate any interaction views out of the way.
229 // Animate the toast bar down.
254 // Animate any interaction views back.
286 return normalizeAnimator(snackBarView.animate()).translationX(0).translationY(0);
292 return normalizeAnimator(snackBarView.animate()).translationY(rootView.getHeight());
  /packages/apps/Terminal/src/com/android/terminal/
TerminalView.java 269 public void scrollToBottom(boolean animate) {
270 final int dur = animate ? 250 : 0;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 697 v.animate().alpha(1f).translationX(0).setDuration(mAnimateInDuration)
699 v.animate().setInterpolator(new DecelerateInterpolator(1.0f));
700 v.animate().setListener(new AnimatorListenerAdapter() {
709 v.animate().start();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 145 $('html, body').animate({
153 $("label#agreeLabel").parent().stop().animate({color: "#258AAF"}, 200,
154 function() {$("label#agreeLabel").parent().stop().animate({color: "#222"}, 200)}
421 $("label#agreeLabel,#bitpicker input").parent().stop().animate({color: "#258AAF"}, 200,
422 function() {$("label#agreeLabel,#bitpicker input").parent().stop().animate({color: "#222"}, 200)}
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 144 $('html, body').animate({
152 $("label#agreeLabel").parent().stop().animate({color: "#258AAF"}, 200,
153 function() {$("label#agreeLabel").parent().stop().animate({color: "#222"}, 200)}
420 $("label#agreeLabel,#bitpicker input").parent().stop().animate({color: "#258AAF"}, 200,
421 function() {$("label#agreeLabel,#bitpicker input").parent().stop().animate({color: "#222"}, 200)}
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 425 public void setCurrentItemShowing(int item, boolean animate) {
428 showHours(animate);
431 showMinutes(animate);
571 public void showHours(boolean animate) {
578 if (animate) {
587 public void showMinutes(boolean animate) {
594 if (animate) {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 323 // image, animate it up. Once the animation is complete, we can kick off
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java 251 * @param animate Whether to animate to the new state
255 public void setExpanded(boolean expanded, boolean animate) {
257 | (animate ? PENDING_ACTION_ANIMATE_ENABLED : 0);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardFragment.java 352 ViewPropertyAnimator videoViewAnimator = videoView.animate()
366 // Animate the call card sliding.
367 ViewPropertyAnimator callCardAnimator = mPrimaryCallCardContainer.animate()
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 520 private void showApplications(boolean animate) {
539 if (animate) {
546 if (!animate) {

Completed in 1272 milliseconds

1 2 3 4 5 6 7 891011>>