import android.animation.Animator;
import android.content.Context;
import android.support.annotation.Nullable;
import android.support.v7.widget.AppCompatImageView;
import android.util.AttributeSet;
import android.util.Log;
import java.util.ArrayList;
/**
* 防止無限循環(huán)動(dòng)畫禽拔,導(dǎo)致內(nèi)存泄漏控件
*
* 出現(xiàn)內(nèi)存泄漏原因:當(dāng)無限循環(huán)啟動(dòng)動(dòng)畫,控件銷毀后,動(dòng)畫還一直啟動(dòng)或南,導(dǎo)致內(nèi)存泄漏
* 用途:對(duì)話框使用無限循環(huán)時(shí)候,RecyclerView item使用無限動(dòng)畫時(shí)肴敛,activity使用無限動(dòng)畫時(shí)
*/
public class AnimationImageView extends AppCompatImageView {
private Animator animator;
//動(dòng)畫結(jié)束后署海,多少毫秒再啟動(dòng)
private int startAfterEnd;
public AnimationImageView(Context context) {
super(context);
}
public AnimationImageView(Context context, @Nullable AttributeSet attrs) {
super(context, attrs);
}
// 啟動(dòng)普通動(dòng)畫
public void startAnimator(Animator animator) {
startLoopAnimator(animator,null);
}
//啟動(dòng)循環(huán)動(dòng)畫
public void startLoopAnimator(Animator animator){
startLoopAnimator(animator,new LoopListener());
}
public Animator getAnimator() {
return animator;
}
public void setStartAfterEnd(int startAfterEnd) {
this.startAfterEnd = startAfterEnd;
}
public void startLoopAnimator(Animator animator, int dur){
animator.setDuration(dur);
startLoopAnimator(animator,new LoopListener());
}
public void startLoopAnimator(Animator animator, LoopListener listener){
if (this.animator == null && animator != null){
this.animator = animator;
if (listener != null){
animator.addListener(listener);
}
animator.start();
}
}
public void stopAnimtor(){
if (this.animator!= null){
this.animator.cancel();
}
}
@Override
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
if (animator!= null && isShown() == false){
animator.cancel();
animator.removeAllListeners();
animator = null;
}
}
//循環(huán)事件
class LoopListener implements Animator.AnimatorListener {
private boolean isCancel;
private String TAG = "LoopListener";
@Override
public void onAnimationStart(Animator animation) {
Log.d(TAG, "onAnimationStart: ");
}
@Override
public void onAnimationEnd(final Animator animation) {
Log.d(TAG, "onAnimationEnd: ");
if (isCancel == false) {
postDelayed(new Runnable() {
@Override
public void run() {
animation.start();
}
},startAfterEnd);
}
}
@Override
public void onAnimationCancel(Animator animation) {
isCancel = true;
}
@Override
public void onAnimationRepeat(Animator animation) {
}
}
}
android 無限循環(huán)動(dòng)畫,導(dǎo)致內(nèi)存泄漏
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
- 文/潘曉璐 我一進(jìn)店門埠偿,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人榜晦,你說我怎么就攤上這事冠蒋。” “怎么了乾胶?”我有些...
- 文/不壞的土叔 我叫張陵抖剿,是天一觀的道長(zhǎng)。 經(jīng)常有香客問我识窿,道長(zhǎng)斩郎,這世上最難降的妖魔是什么? 我笑而不...
- 正文 為了忘掉前任喻频,我火速辦了婚禮缩宜,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘半抱。我一直安慰自己脓恕,他們只是感情好,可當(dāng)我...
- 文/花漫 我一把揭開白布窿侈。 她就那樣靜靜地躺著炼幔,像睡著了一般。 火紅的嫁衣襯著肌膚如雪史简。 梳的紋絲不亂的頭發(fā)上乃秀,一...
- 文/蒼蘭香墨 我猛地睜開眼超凳,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼愈污!你這毒婦竟也來了耀态?” 一聲冷哼從身側(cè)響起,我...
- 序言:老撾萬榮一對(duì)情侶失蹤暂雹,失蹤者是張志新(化名)和其女友劉穎首装,沒想到半個(gè)月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體杭跪,經(jīng)...
- 正文 獨(dú)居荒郊野嶺守林人離奇死亡仙逻,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
- 正文 我和宋清朗相戀三年,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了涧尿。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片系奉。...
- 正文 年R本政府宣布瞬内,位于F島的核電站,受9級(jí)特大地震影響限书,放射性物質(zhì)發(fā)生泄漏虫蝶。R本人自食惡果不足惜,卻給世界環(huán)境...
- 文/蒙蒙 一倦西、第九天 我趴在偏房一處隱蔽的房頂上張望能真。 院中可真熱鬧,春花似錦扰柠、人聲如沸粉铐。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽蝙泼。三九已至,卻和暖如春劝枣,著一層夾襖步出監(jiān)牢的瞬間汤踏,已是汗流浹背。 一陣腳步聲響...
- 正文 我出身青樓稳诚,卻偏偏與公主長(zhǎng)得像哗脖,于是被迫代替她去往敵國和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...