OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RepeatingImageButton
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Music/src/com/android/music/
RepeatingImageButton.java
31
public class
RepeatingImageButton
extends ImageButton {
38
public
RepeatingImageButton
(Context context) {
42
public
RepeatingImageButton
(Context context, AttributeSet attrs) {
46
public
RepeatingImageButton
(Context context, AttributeSet attrs, int defStyle) {
MediaPlaybackActivity.java
79
private
RepeatingImageButton
mPrevButton;
81
private
RepeatingImageButton
mNextButton;
128
mPrevButton = (
RepeatingImageButton
) findViewById(R.id.prev);
134
mNextButton = (
RepeatingImageButton
) findViewById(R.id.next);
447
private
RepeatingImageButton
.RepeatListener mRewListener =
448
new
RepeatingImageButton
.RepeatListener() {
454
private
RepeatingImageButton
.RepeatListener mFfwdListener =
455
new
RepeatingImageButton
.RepeatListener() {
[
all
...]
Completed in 36 milliseconds