List of usage examples for android.widget ImageView removeOnLayoutChangeListener
public void removeOnLayoutChangeListener(OnLayoutChangeListener listener)
From source file:com.lifehackinnovations.siteaudit.FloorPlanActivity.java
public void restoreonehourglass(ImageView iv, int drawable) { iv.setImageResource(drawable);/*from ww w . j a v a2 s . com*/ iv.setClickable(true); iv.removeOnLayoutChangeListener(hourglasslistener); iv.setAnimation(null); }