Home | History | Annotate | Download | only in conversation

Lines Matching refs:animate

191     public void showHideMediaPicker(final boolean show, final boolean animate) {
192 showHideInternal(mMediaInput, show, animate);
198 * @param animate whether to animate the change in visibility
201 public boolean showHideSimSelector(final boolean show, final boolean animate) {
202 return showHideInternal(mSimInput, show, animate);
205 public void showHideImeKeyboard(final boolean show, final boolean animate) {
206 showHideInternal(mImeInput, show, animate);
209 public void hideAllInputs(final boolean animate) {
212 showHideInternal(mInputs[i], false, animate);
219 * @param animate
223 public boolean toggleSimSelector(final boolean animate, final SubscriptionListEntry subEntry) {
225 return mSimInput.toggle(animate);
262 final boolean animate) {
273 success = target.hide(animate);
275 success = target.show(animate);
309 showHideInternal(currInput, false /* show */, false /* animate */);
350 public boolean show(boolean animate) {
419 mMediaPicker.open(MediaPicker.MEDIA_TYPE_DEFAULT, animate);
425 public boolean hide(boolean animate) {
427 mMediaPicker.dismiss(animate);
516 public boolean show(boolean animate) {
517 final boolean result = super.show(animate);
523 public boolean hide(boolean animate) {
524 final boolean result = super.hide(animate);
539 public boolean show(boolean animate) {
545 public boolean hide(boolean animate) {