Home
last modified time | relevance | path

Searched defs:animate (Results 1 – 25 of 98) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java142 public void disable(int state1, int state2, boolean animate) { in disable()
185 public void hideSystemIconArea(boolean animate) { in hideSystemIconArea()
189 public void showSystemIconArea(boolean animate) { in showSystemIconArea()
193 public void hideNotificationIconArea(boolean animate) { in hideNotificationIconArea()
197 public void showNotificationIconArea(boolean animate) { in showNotificationIconArea()
204 private void animateHide(final View v, boolean animate) { in animateHide()
222 private void animateShow(View v, boolean animate) { in animateShow()
DNavigationBarTransitions.java55 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition()
60 private void applyMode(int mode, boolean animate, boolean force) { in applyMode()
63 applyLightsOut(isLightsOut(mode), animate, force); in applyMode() local
66 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut()
DBarTransitions.java91 public void transitionTo(int mode, boolean animate) { in transitionTo()
107 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition()
113 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground()
212 public void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground()
DPhoneStatusBarTransitions.java76 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition()
81 private void applyMode(int mode, boolean animate) { in applyMode()
DKeyguardAffordanceHelper.java446 boolean animate, boolean slowRadiusAnimation, boolean force, in updateIcon()
459 private void updateIconAlpha(KeyguardAffordanceView view, float alpha, boolean animate) { in updateIconAlpha()
512 public void reset(boolean animate) { in reset()
516 public void reset(boolean animate, boolean force) { in reset()
534 public void launchAffordance(boolean animate, boolean left) { in launchAffordance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java102 public void setKeyguard(boolean keyguard, boolean animate) { in setKeyguard()
120 public void show(boolean animate) { in show()
132 private boolean hide(boolean animate) { in hide()
229 public boolean hideIfNotSimple(boolean animate) { in hideIfNotSimple()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java395 public boolean reset(boolean animate) { in reset()
401 private boolean resetLocked(boolean animate) { in resetLocked()
430 public boolean setScale(float scale, float pivotX, float pivotY, boolean animate, int id) { in setScale()
469 public boolean setCenter(float centerX, float centerY, boolean animate, int id) { in setCenter()
495 float scale, float centerX, float centerY, boolean animate, int id) { in setScaleAndCenter()
505 boolean animate, int id) { in setScaleAndCenterLocked()
678 boolean resetIfNeeded(boolean animate) { in resetIfNeeded()
747 private void sendSpecToAnimation(MagnificationSpec spec, boolean animate) { in sendSpecToAnimation()
851 public void updateSentSpecMainThread(MagnificationSpec spec, boolean animate) { in updateSentSpecMainThread()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java414 public void setImageScale(float imageScale, boolean animate) { in setImageScale()
427 public void setImageScale(float imageScale, boolean animate, long duration, in setImageScale()
472 public void setImageAlpha(float alpha, boolean animate) { in setImageAlpha()
485 public void setImageAlpha(float alpha, boolean animate, long duration, in setImageAlpha()
/frameworks/base/core/java/android/widget/
DViewAnimator.java150 void showOnly(int childIndex, boolean animate) { in showOnly()
350 public void setAnimateFirstView(boolean animate) { in setAnimateFirstView()
DAbsSpinner.java279 public void setSelection(int position, boolean animate) { in setSelection()
301 void setSelectionInt(int position, boolean animate) { in setSelectionInt()
311 abstract void layout(int delta, boolean animate); in layout()
DProgressBar.java1262 public boolean animate; field in ProgressBar.RefreshData
1264 public static RefreshData obtain(int id, int progress, boolean fromUser, boolean animate) { in obtain()
1282 boolean callBackToApp, boolean animate) { in doRefreshProgress()
1351 boolean animate) { in refreshProgress()
1399 public void setProgress(int progress, boolean animate) { in setProgress()
1404 synchronized boolean setProgressInternal(int progress, boolean fromUser, boolean animate) { in setProgressInternal()
DStackView.java232 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) { in transformViewForTransition()
319 private void transformViewAtIndex(int index, final View view, boolean animate) { in transformViewAtIndex()
424 void showOnly(int childIndex, boolean animate) { in showOnly()
DAdapterViewAnimator.java267 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) { in transformViewForTransition()
299 private void setDisplayedChild(int whichChild, boolean animate) { in setDisplayedChild()
457 void showOnly(int childIndex, boolean animate) { in showOnly()
938 public void setAnimateFirstView(boolean animate) { in setAnimateFirstView()
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DAbstractLayoutTest.java56 public void animate(View v) { in animate() method in AbstractLayoutTest
DAlignmentTest.java106 public static void animate(View v) { in animate() method in AlignmentTest
/frameworks/support/design/src/android/support/design/widget/
DTextInputLayout.java431 void updateLabelState(boolean animate) { in updateLabelState()
435 void updateLabelState(final boolean animate, final boolean force) { in updateLabelState()
709 private void setError(@Nullable final CharSequence error, final boolean animate) { in setError()
1388 private void collapseHint(boolean animate) { in collapseHint()
1432 private void expandHint(boolean animate) { in expandHint()
/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java341 boolean animate, WindowState imeWin, int imeHeight) { in setAdjustedForIme()
452 private void notifyDockedStackMinimizedChanged(boolean minimizedDock, boolean animate, in notifyDockedStackMinimizedChanged()
587 private void checkMinimizeChanged(boolean animate) { in checkMinimizeChanged()
626 private void setMinimizedDockedStack(boolean minimizedDock, boolean animate) { in setMinimizedDockedStack()
760 public boolean animate(long now) { in animate() method in DockedStackDividerController
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistOrbContainer.java58 public void show(final boolean show, boolean animate) { in show()
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceConnection.aidl81 boolean resetMagnification(boolean animate); in resetMagnification()
84 boolean animate); in setMagnificationScaleAndCenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationDozeHelper.java79 boolean animate, long delay) { in setIntensityDark()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DIRecentsNonSystemUserCallbacks.aidl29 void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, in showRecents()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DIRecentsNonSystemUserCallbacks.aidl29 void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, in showRecents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerHandleView.java89 public void setTouching(boolean touching, boolean animate) { in setTouching()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DViewGroupBindingAdapter.java39 public static void setAnimateLayoutChanges(ViewGroup view, boolean animate) { in setAnimateLayoutChanges()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
DPicker.java292 void updateColumnAlpha(int colIndex, boolean animate) { in updateColumnAlpha()
307 boolean animate) { in setOrAnimateAlpha()
327 private void setOrAnimateAlpha(View view, boolean animate, float destAlpha, float startAlpha, in setOrAnimateAlpha()

1234