| getAnimationStyle() | ใช้คืนค่า animation style ของ Object PopupWindow |
|---|
method:getAnimationStyle ( )
return type:int
content:ใช้คืนค่า animation style ของ Object PopupWindow
example:public class AndroidBamboo extends Activity { public void onCreate( Bundle savedInstanceState ) { super.onCreate ( savedInstanceState ); PopupWindow popup_window = new PopupWindow ( this ); int animation_style = popup_window.getAnimationStyle ( ); } }