导航菜单

页面标题

页面副标题

95爱播免登录版 v3.1.9 - AudioPicture.java 源代码

正在查看: 95爱播免登录版 v3.1.9 应用的 AudioPicture.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.showself.ui;

import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.MotionEvent;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.mifeng.ui.R;

public class AudioPicture extends c implements View.OnClickListener {
    private Button a;
    private Button b;
    private Button c;
    private ImageView d;

    private TextView f2592e;

    private EditText f2593f;

    private RelativeLayout f2594g;

    class a extends Handler {
        a(AudioPicture audioPicture) {
        }

        @Override
        public void handleMessage(Message message) {
            super.handleMessage(message);
        }
    }

    public class b implements View.OnTouchListener {
        public b(AudioPicture audioPicture) {
        }

        @Override
        public boolean onTouch(View view, MotionEvent motionEvent) {
            motionEvent.getAction();
            return false;
        }
    }

    public AudioPicture() {
        new a(this);
    }

    @Override
    public void init() {
        this.a = (Button) findViewById(R.id.btn_nav_left);
        this.b = (Button) findViewById(R.id.btn_nav_right);
        this.d = (ImageView) findViewById(R.id.iv_audio_picture_bitmap);
        this.f2592e = (TextView) findViewById(R.id.tv_audio_picture_record_time);
        this.f2593f = (EditText) findViewById(R.id.et_audio_picture_crib);
        this.f2594g = (RelativeLayout) findViewById(R.id.rl_audio_picture_play);
        this.c = (Button) findViewById(R.id.bt_audio_picture_close);
        this.a.setOnClickListener(this);
        this.b.setOnClickListener(this);
        this.d.setOnClickListener(this);
        this.f2592e.setOnClickListener(this);
        this.f2593f.setOnClickListener(this);
        this.c.setOnClickListener(this);
        this.f2594g.setOnTouchListener(new b(this));
    }

    @Override
    public void onClick(View view) {
        if (view.getId() != 2131296486) {
            return;
        }
        finish();
    }

    @Override
    protected void onCreate(Bundle bundle) {
        setContentView(R.layout.auido_picture);
        init();
        super.onCreate(bundle);
    }

    @Override
    public void refresh(Object... objArr) {
    }
}