There is no callback to tell you when the animation is done, sorry.
On Mon, Feb 28, 2011 at 5:47 AM, Deepak Kumar <[email protected]>wrote:
> Hi All,
>
> I am using PopUpWindow which will shown with
> animation.After creating object then I am calling below method as follows to
> show the popup after 1s from bottom to top in animated way:-
>
> CODE::-
>
> pop.setLocationAndUpdate();
>
> :
> :
>
> public void setLocationAndUpdate() {
> this.showAtLocation(view, Gravity.BOTTOM, 0, 0);
> this.update(0, 0, widthOfPopUp,heightOfPopUp);
>
>
> showKeyboard();
>
> }
>
>
> But the problem is with showKeyboard() method
> ,the keyboard will be shown before popup finish the animation.
> So,I want once PopupWindow is completely shown after animation
> ,then after that it should show the keyboard.
> Can any one help me in this case?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
Dianne Hackborn
Android framework engineer
[email protected]
Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails. All such
questions should be posted on public forums, where I and others can see and
answer them.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en