/packages/apps/TV/src/com/android/tv/ui/ |
FullscreenDialogView.java | 143 .animate() 158 .animate()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
BaseScrollAdapterFragment.java | 198 ViewPropertyAnimator animation = mSelectorView.animate() 208 // selector is not faded out, so we must animate the scale 220 mSelectorView.animate()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
CustomViewToolbar.java | 120 mSearchButton.animate() 134 mSearchButton.animate()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
ButtonSwitcher.java | 77 // We have been asked to animate before we were ready, so we took a note of it. 135 // Transition between two buttons : animate out, then in 165 return button.animate().translationX(0); 168 return button.animate().translationX(outerX - innerX);
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/ |
DigitalWatchFaceWearableConfigActivity.java | 251 public void onCenterPosition(boolean animate) { 252 if (animate) { 267 public void onNonCenterPosition(boolean animate) { 268 if (animate) {
|
/developers/build/prebuilts/gradle/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/ |
MainActivity.java | 70 mRoundBackground.animate().rotationBy(360).setDuration(300).start();
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/ |
DigitalWatchFaceWearableConfigActivity.java | 251 public void onCenterPosition(boolean animate) { 252 if (animate) { 267 public void onNonCenterPosition(boolean animate) { 268 if (animate) {
|
/developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/ |
MainActivity.java | 70 mRoundBackground.animate().rotationBy(360).setDuration(300).start();
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
DigitalWatchFaceWearableConfigActivity.java | 249 public void onCenterPosition(boolean animate) { 250 if (animate) { 265 public void onNonCenterPosition(boolean animate) { 266 if (animate) {
|
/development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/ |
MainActivity.java | 70 mRoundBackground.animate().rotationBy(360).setDuration(300).start();
|
/development/samples/devbytes/ui/ImmersiveMode/src/main/java/com/example/android/immersive/ |
ImmersiveActivity.java | 46 controlsView.animate()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/ |
Ocquarium.java | 41 bg.animate().setStartDelay(500).setDuration(5000).alpha(1f).start();
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
Presenter.java | 185 view.animate().cancel();
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
ConversationActivity.java | 100 // Don't animate UI state change for initial setup. 101 updateUiState(false /* animate */); 284 final boolean animate) { 286 updateUiState(animate); 289 private void updateUiState(final boolean animate) { 338 animate); local
|
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
SchedulesHeaderRowPresenter.java | 246 // don't animate. 253 // animate the selector in and to the proper width and translation X. 255 mSelector.animate().cancel(); 257 .animate() 281 mSelector.animate().setUpdateListener(null).cancel(); 283 .animate()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoCarousel.java | 228 mPanel[0].animate().cancel(); 229 mPanel[1].animate().cancel(); 250 ViewPropertyAnimator frontAnim = mPanel[0].animate() 254 ViewPropertyAnimator backAnim = mPanel[1].animate()
|
/frameworks/base/core/java/android/app/ |
ListFragment.java | 339 * @param animate If true, an animation will be used to transition to the 342 private void setListShown(boolean shown, boolean animate) { 352 if (animate) { 364 if (animate) {
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
KeyguardPasswordView.java | 229 protected void resetPasswordText(boolean animate, boolean announce) { 309 animate() 318 animate()
|
/frameworks/support/fragment/src/main/java/androidx/fragment/app/ |
ListFragment.java | 281 * @param animate If true, an animation will be used to transition to the 284 private void setListShown(boolean shown, boolean animate) { 294 if (animate) { 306 if (animate) {
|
/frameworks/support/navigation/ui/src/main/java/androidx/navigation/ui/ |
NavigationUI.java | 293 boolean animate = true; 299 animate = false; 302 if (animate) {
|
/packages/apps/Dialer/java/com/android/dialer/animation/ |
AnimUtils.java | 48 final ViewPropertyAnimator animator = fadeOut.animate(); 85 final ViewPropertyAnimator animator = fadeIn.animate(); 194 final ViewPropertyAnimator animator = view.animate();
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
TwoButtonMethod.java | 164 hintTextView.animate().alpha(1f).start(); 167 hintTextView.animate().alpha(1f).start(); 169 hintTextView.animate().alpha(0f).start();
|
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
SurfaceViewVideoCallFragment.java | 358 // Animate the controls to the shown state. 360 .animate() 367 // Animate onHold to the shown state. 369 .animate() 383 // Animate contact grid to the shown state. 385 .animate() 399 .animate() 413 // Animate all the preview controls up to make room for the navigation bar. 419 // Animate up with the preview offset above the navigation bar. 420 view.animate() [all...] |
/packages/apps/Gallery2/src/com/android/photos/ |
MultiSelectGridFragment.java | 226 * @param animate If true, an animation will be used to transition to the 229 private void setGridShown(boolean shown, boolean animate) { 239 if (animate) { 251 if (animate) {
|
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/ |
AnimUtils.java | 58 final ViewPropertyAnimator animator = fadeOut.animate(); 91 final ViewPropertyAnimator animator = fadeIn.animate(); 176 final ViewPropertyAnimator animator = view.animate();
|