Home | History | Annotate | Download | only in browser

Lines Matching refs:ImageButton

31 import android.widget.ImageButton;
55 ImageButton mRefresh;
56 ImageButton mForward;
57 ImageButton mBookmarks;
58 ImageButton mMore;
59 ImageButton mNewTab;
64 ImageButton mCloseTab;
120 mBookmarks = (ImageButton) findViewById(R.id.bookmarks);
121 mNewTab = (ImageButton) findViewById(R.id.newtab);
122 mMore = (ImageButton) findViewById(R.id.more);