SYMBOL INDEX (81 symbols across 6 files) FILE: library/src/main/java/cn/pedant/SweetAlert/OptAnimationLoader.java class OptAnimationLoader (line 14) | public class OptAnimationLoader { method loadAnimation (line 16) | public static Animation loadAnimation(Context context, int id) method createAnimationFromXml (line 38) | private static Animation createAnimationFromXml(Context c, XmlPullPars... method createAnimationFromXml (line 44) | private static Animation createAnimationFromXml(Context c, XmlPullPars... FILE: library/src/main/java/cn/pedant/SweetAlert/ProgressHelper.java class ProgressHelper (line 7) | public class ProgressHelper { method ProgressHelper (line 19) | public ProgressHelper(Context ctx) { method getProgressWheel (line 31) | public ProgressWheel getProgressWheel () { method setProgressWheel (line 35) | public void setProgressWheel (ProgressWheel progressWheel) { method updatePropsIfNeed (line 40) | private void updatePropsIfNeed () { method resetCount (line 75) | public void resetCount() { method isSpinning (line 81) | public boolean isSpinning() { method spin (line 85) | public void spin() { method stopSpinning (line 90) | public void stopSpinning() { method getProgress (line 95) | public float getProgress() { method setProgress (line 99) | public void setProgress(float progress) { method setInstantProgress (line 105) | public void setInstantProgress(float progress) { method getCircleRadius (line 111) | public int getCircleRadius() { method setCircleRadius (line 118) | public void setCircleRadius(int circleRadius) { method getBarWidth (line 123) | public int getBarWidth() { method setBarWidth (line 127) | public void setBarWidth(int barWidth) { method getBarColor (line 132) | public int getBarColor() { method setBarColor (line 136) | public void setBarColor(int barColor) { method getRimWidth (line 141) | public int getRimWidth() { method setRimWidth (line 145) | public void setRimWidth(int rimWidth) { method getRimColor (line 150) | public int getRimColor() { method setRimColor (line 154) | public void setRimColor(int rimColor) { method getSpinSpeed (line 159) | public float getSpinSpeed() { method setSpinSpeed (line 163) | public void setSpinSpeed(float spinSpeed) { FILE: library/src/main/java/cn/pedant/SweetAlert/Rotate3dAnimation.java class Rotate3dAnimation (line 12) | public class Rotate3dAnimation extends Animation { class Description (line 29) | protected static class Description { method parseValue (line 34) | Description parseValue(TypedValue value) { method Rotate3dAnimation (line 64) | public Rotate3dAnimation (Context context, AttributeSet attrs) { method Rotate3dAnimation (line 85) | public Rotate3dAnimation (int rollType, float fromDegrees, float toDeg... method Rotate3dAnimation (line 93) | public Rotate3dAnimation (int rollType, float fromDegrees, float toDeg... method Rotate3dAnimation (line 105) | public Rotate3dAnimation (int rollType, float fromDegrees, float toDeg... method initializePivotPoint (line 117) | private void initializePivotPoint() { method initialize (line 126) | @Override method applyTransformation (line 134) | @Override FILE: library/src/main/java/cn/pedant/SweetAlert/SuccessTickView.java class SuccessTickView (line 12) | public class SuccessTickView extends View { method SuccessTickView (line 27) | public SuccessTickView(Context context) { method SuccessTickView (line 32) | public SuccessTickView(Context context, AttributeSet attrs){ method init (line 37) | private void init () { method draw (line 45) | @Override method dip2px (line 80) | public float dip2px(float dpValue) { method startTickAnim (line 87) | public void startTickAnim () { FILE: library/src/main/java/cn/pedant/SweetAlert/SweetAlertDialog.java class SweetAlertDialog (line 24) | public class SweetAlertDialog extends Dialog implements View.OnClickList... type OnSweetClickListener (line 66) | public static interface OnSweetClickListener { method onClick (line 67) | public void onClick (SweetAlertDialog sweetAlertDialog); method SweetAlertDialog (line 70) | public SweetAlertDialog(Context context) { method SweetAlertDialog (line 74) | public SweetAlertDialog(Context context, int alertType) { method onCreate (line 138) | protected void onCreate(Bundle savedInstanceState) { method restore (line 168) | private void restore () { method playAnimation (line 184) | private void playAnimation () { method changeAlertType (line 194) | private void changeAlertType(int alertType, boolean fromCreate) { method getAlerType (line 230) | public int getAlerType () { method changeAlertType (line 234) | public void changeAlertType(int alertType) { method getTitleText (line 239) | public String getTitleText () { method setTitleText (line 243) | public SweetAlertDialog setTitleText (String text) { method setCustomImage (line 251) | public SweetAlertDialog setCustomImage (Drawable drawable) { method setCustomImage (line 260) | public SweetAlertDialog setCustomImage (int resourceId) { method getContentText (line 264) | public String getContentText () { method setContentText (line 268) | public SweetAlertDialog setContentText (String text) { method isShowCancelButton (line 277) | public boolean isShowCancelButton () { method showCancelButton (line 281) | public SweetAlertDialog showCancelButton (boolean isShow) { method isShowContentText (line 289) | public boolean isShowContentText () { method showContentText (line 293) | public SweetAlertDialog showContentText (boolean isShow) { method getCancelText (line 301) | public String getCancelText () { method setCancelText (line 305) | public SweetAlertDialog setCancelText (String text) { method getConfirmText (line 314) | public String getConfirmText () { method setConfirmText (line 318) | public SweetAlertDialog setConfirmText (String text) { method setCancelClickListener (line 326) | public SweetAlertDialog setCancelClickListener (OnSweetClickListener l... method setConfirmClickListener (line 331) | public SweetAlertDialog setConfirmClickListener (OnSweetClickListener ... method onStart (line 336) | protected void onStart() { method cancel (line 344) | @Override method dismissWithAnimation (line 352) | public void dismissWithAnimation() { method dismissWithAnimation (line 356) | private void dismissWithAnimation(boolean fromCancel) { method onClick (line 362) | @Override method getProgressHelper (line 379) | public ProgressHelper getProgressHelper () { FILE: sample/src/main/java/cn/pedant/SweetAlert/sample/SampleActivity.java class SampleActivity (line 10) | public class SampleActivity extends Activity implements View.OnClickList... method onCreate (line 14) | @Override method onClick (line 28) | @Override