Searched refs:withAnimation (Results 1 - 12 of 12) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DSideFragmentManager.java144 public void hideAll(boolean withAnimation) { argument
145 if (withAnimation) {
178 * @param withAnimation specifies if animation should be shown.
180 public void showSidePanel(boolean withAnimation) { argument
187 if (withAnimation) {
197 public void hideSidePanel(boolean withAnimation) { argument
199 if (withAnimation) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DDrawingProxy.java37 * @param withAnimation when true, key popup preview should be dismissed with animation.
39 public void onKeyReleased(@Nonnull Key key, boolean withAnimation); argument
H A DKeyPreviewChoreographer.java71 public void dismissKeyPreview(final Key key, final boolean withAnimation) { argument
80 if (withAnimation) {
99 final ViewGroup placerView, final boolean withAnimation) {
103 showKeyPreview(key, keyPreviewView, withAnimation);
145 final boolean withAnimation) {
146 if (!withAnimation) {
166 showKeyPreview(key, keyPreviewView, false /* withAnimation */);
177 dismissKeyPreview(key, false /* withAnimation */);
97 placeAndShowKeyPreview(final Key key, final KeyboardIconsSet iconsSet, final KeyDrawParams drawParams, final int keyboardViewWidth, final int[] keyboardOrigin, final ViewGroup placerView, final boolean withAnimation) argument
144 showKeyPreview(final Key key, final KeyPreviewView keyPreviewView, final boolean withAnimation) argument
/packages/apps/TV/src/com/android/tv/menu/
H A DMenu.java193 public void hide(boolean withAnimation) { argument
201 withAnimation = false;
204 if (withAnimation) {
/packages/apps/TV/src/com/android/tv/ui/
H A DBlockScreenView.java173 public void onBlockStatusChanged(@BlockScreenType int blockScreenType, boolean withAnimation) { argument
174 if (!withAnimation) {
H A DTvOverlayManager.java644 boolean withAnimation = (flags & FLAG_HIDE_OVERLAYS_WITHOUT_ANIMATION) == 0;
650 if (!withAnimation && setupSourcesFragment != null) {
657 if (!withAnimation && newSourcesFragment != null) {
668 mMenu.hide(withAnimation);
673 mTransitionManager.goToEmptyScene(withAnimation);
679 mSideFragmentManager.hideSidePanel(withAnimation);
681 mSideFragmentManager.hideAll(withAnimation);
H A DTvTransitionManager.java87 public void goToEmptyScene(boolean withAnimation) { argument
92 if (withAnimation) {
/packages/apps/TV/src/com/android/tv/dialog/
H A DPinDialogFragment.java632 void updateFocus(boolean withAnimation) { argument
638 if (withAnimation) {
647 if (withAnimation) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java492 mKeyPreviewChoreographer.dismissKeyPreview(key, false /* withAnimation */);
498 public void onKeyReleased(@Nonnull final Key key, final boolean withAnimation) { argument
502 if (withAnimation) {
512 mKeyPreviewChoreographer.dismissKeyPreview(key, true /* withAnimation */);
H A DPointerTracker.java225 tracker.setReleasedKeyGraphics(tracker.getKey(), true /* withAnimation */);
385 private void setReleasedKeyGraphics(@Nullable final Key key, final boolean withAnimation) { argument
390 sDrawingProxy.onKeyReleased(key, withAnimation);
395 sDrawingProxy.onKeyReleased(shiftKey, false /* withAnimation */);
404 sDrawingProxy.onKeyReleased(altKey, false /* withAnimation */);
408 sDrawingProxy.onKeyReleased(k, false /* withAnimation */);
826 setReleasedKeyGraphics(oldKey, true /* withAnimation */);
869 setReleasedKeyGraphics(oldKey, true /* withAnimation */);
874 setReleasedKeyGraphics(oldKey, true /* withAnimation */);
902 setReleasedKeyGraphics(oldKey, true /* withAnimation */);
[all...]
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java1781 * @param withAnimation whether snapping back should be animated
1783 public Animator snapBack(boolean withAnimation) { argument
1784 if (withAnimation) {
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java2710 private void hideUndoDeletionBar(boolean withAnimation) { argument
2714 if (withAnimation) {

Completed in 209 milliseconds