Example usage for android.app ActionBar.OnMenuVisibilityListener interface-usage

List of usage examples for android.app ActionBar.OnMenuVisibilityListener interface-usage

Introduction

In this page you can find the example usage for android.app ActionBar.OnMenuVisibilityListener interface-usage.

Usage

From source file org.mariotaku.harmony.activity.MusicPlaybackActivity.java

public class MusicPlaybackActivity extends BaseActivity
        implements Constants, View.OnClickListener, SeekBar.OnSeekBarChangeListener, ViewPager.OnPageChangeListener,
        RepeatingImageButton.RepeatListener, ExtendedRelativeLayout.TouchInterceptor,
        ActionBar.OnMenuVisibilityListener, GestureDetector.OnGestureListener {

    private static final float ALBUM_ART_ALPHA_INACTIVE = 0.3f;