/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarTransitions.java | 50 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() 55 private void applyMode(int mode, boolean animate, boolean force) { in applyMode() 58 applyLightsOut(isLightsOut(mode), animate, force); in applyMode() local 61 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut()
|
D | StatusBarIconController.java | 319 public void hideSystemIconArea(boolean animate) { in hideSystemIconArea() 323 public void showSystemIconArea(boolean animate) { in showSystemIconArea() 327 public void hideNotificationIconArea(boolean animate) { in hideNotificationIconArea() 331 public void showNotificationIconArea(boolean animate) { in showNotificationIconArea() 358 private void animateHide(final View v, boolean animate) { in animateHide() 381 private void animateShow(View v, boolean animate) { in animateShow() 428 public void setIconsDark(boolean dark, boolean animate) { in setIconsDark()
|
D | BarTransitions.java | 90 public void transitionTo(int mode, boolean animate) { in transitionTo() 106 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() 112 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() 211 public void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground()
|
D | PhoneStatusBarTransitions.java | 76 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() 81 private void applyMode(int mode, boolean animate) { in applyMode()
|
D | KeyguardAffordanceHelper.java | 444 boolean animate, boolean slowRadiusAnimation, boolean force, in updateIcon() 457 private void updateIconAlpha(KeyguardAffordanceView view, float alpha, boolean animate) { in updateIconAlpha() 510 public void reset(boolean animate) { in reset() 524 public void launchAffordance(boolean animate, boolean left) { in launchAffordance()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardUserSwitcher.java | 101 public void setKeyguard(boolean keyguard, boolean animate) { in setKeyguard() 119 public void show(boolean animate) { in show() 131 private void hide(boolean animate) { in hide() 226 public void hideIfNotSimple(boolean animate) { in hideIfNotSimple()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MagnificationController.java | 366 public boolean reset(boolean animate) { in reset() 372 private boolean resetLocked(boolean animate) { in resetLocked() 401 public boolean setScale(float scale, float pivotX, float pivotY, boolean animate, int id) { in setScale() 440 public boolean setCenter(float centerX, float centerY, boolean animate, int id) { in setCenter() 466 float scale, float centerX, float centerY, boolean animate, int id) { in setScaleAndCenter() 476 boolean animate, int id) { in setScaleAndCenterLocked() 659 boolean resetIfNeeded(boolean animate) { in resetIfNeeded() 784 public void updateSentSpec(MagnificationSpec spec, boolean animate) { in updateSentSpec() 797 private void updateSentSpecInternal(MagnificationSpec spec, boolean animate) { in updateSentSpecInternal()
|
/frameworks/base/core/java/android/widget/ |
D | AbsSpinner.java | 269 public void setSelection(int position, boolean animate) { in setSelection() 291 void setSelectionInt(int position, boolean animate) { in setSelectionInt() 301 abstract void layout(int delta, boolean animate); in layout()
|
D | ViewAnimator.java | 150 void showOnly(int childIndex, boolean animate) { in showOnly() 350 public void setAnimateFirstView(boolean animate) { in setAnimateFirstView()
|
D | ProgressBar.java | 1292 public boolean animate; field in ProgressBar.RefreshData 1294 public static RefreshData obtain(int id, int progress, boolean fromUser, boolean animate) { in obtain() 1312 boolean callBackToApp, boolean animate) { in doRefreshProgress() 1380 boolean animate) { in refreshProgress() 1428 public void setProgress(int progress, boolean animate) { in setProgress() 1433 synchronized boolean setProgressInternal(int progress, boolean fromUser, boolean animate) { in setProgressInternal()
|
D | StackView.java | 232 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()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | GridDirectoryHolder.java | 45 public void setSelected(boolean selected, boolean animate) { in setSelected()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | PreviewPageFrame.java | 69 public void setSelected(boolean selected, boolean animate) { in setSelected()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardAffordanceView.java | 402 public void setImageScale(float imageScale, boolean animate) { in setImageScale() 415 public void setImageScale(float imageScale, boolean animate, long duration, in setImageScale() 460 public void setImageAlpha(float alpha, boolean animate) { in setImageAlpha() 473 public void setImageAlpha(float alpha, boolean animate, long duration, in setImageAlpha()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/ |
D | RecentsTvView.java | 127 public boolean launchPreviousTask(boolean animate) { in launchPreviousTask() 144 private void launchTaskFomRecents(final Task task, boolean animate) { in launchTaskFomRecents()
|
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/ |
D | AbstractLayoutTest.java | 56 public void animate(View v) { in animate() method in AbstractLayoutTest
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | IAccessibilityServiceConnection.aidl | 80 boolean resetMagnification(boolean animate); in resetMagnification() 83 boolean animate); in setMagnificationScaleAndCenter()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/ |
D | IRecentsNonSystemUserCallbacks.aidl | 29 void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, in showRecents()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistOrbContainer.java | 58 public void show(final boolean show, boolean animate) { in show()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | IRecentsNonSystemUserCallbacks.aidl | 29 void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, in showRecents()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DockedStackDividerController.java | 303 boolean animate, WindowState imeWin, int imeHeight) { in setAdjustedForIme() 503 private void checkMinimizeChanged(boolean animate) { in checkMinimizeChanged() 538 private void setMinimizedDockedStack(boolean minimizedDock, boolean animate) { in setMinimizedDockedStack() 652 public boolean animate(long now) { in animate() method in DockedStackDividerController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerHandleView.java | 89 public void setTouching(boolean touching, boolean animate) { in setTouching()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/ |
D | Picker.java | 286 private void updateColumnAlpha(int colIndex, boolean animate) { in updateColumnAlpha() 301 boolean animate) { in setOrAnimateAlpha() 321 private void setOrAnimateAlpha(View view, boolean animate, float destAlpha, float startAlpha, in setOrAnimateAlpha()
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | ViewGroupBindingAdapter.java | 39 public static void setAnimateLayoutChanges(ViewGroup view, boolean animate) { in setAnimateLayoutChanges()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | TextInputLayout.java | 305 private void updateLabelState(boolean animate) { in updateLabelState() 930 private void collapseHint(boolean animate) { in collapseHint() 941 private void expandHint(boolean animate) { in expandHint()
|