OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
51 - 75
of
290
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Gallery2/res/layout/
filtershow_control_action_slider.xml
24
<
ImageButton
43
<
ImageButton
/packages/apps/VideoEditor/res/layout/
transition_list_view.xml
35
<
ImageButton
android:id="@+id/duration_left"
44
<
ImageButton
android:id="@+id/duration_right"
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarSettingsActionProviderActivity.java
28
import android.widget.
ImageButton
;
90
ImageButton
button = (
ImageButton
) view.findViewById(R.id.button);
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarSettingsActionProviderActivity.java
28
import android.widget.
ImageButton
;
74
ImageButton
button = (
ImageButton
) view.findViewById(R.id.button);
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java
25
import android.widget.
ImageButton
;
31
public class TouchHighlightImageButton extends
ImageButton
{
63
// Reset default
ImageButton
background and padding.
/external/chromium/chrome/browser/chromeos/frame/
panel_controller.h
24
class
ImageButton
;
107
views::
ImageButton
* close_button() { return close_button_; }
115
views::
ImageButton
* close_button_;
/frameworks/base/docs/html/training/gestures/
viewgroup.jd
218
<p>In the following example, an {@link android.widget.
ImageButton
} is the
229
<
ImageButton
android:id="@+id/button"
241
<li>Finds the {@link android.widget.
ImageButton
} child view and calls {@link android.view.View#getHitRect getHitRect()} to get the bounds of the child's touchable area.</li>
242
<li>Extends the bounds of the {@link android.widget.
ImageButton
}'s hit rectangle.</li>
243
<li>Instantiates a {@link android.view.TouchDelegate}, passing in the expanded hit rectangle and the {@link android.widget.
ImageButton
} child view as parameters.</li>
248
In its capacity as touch delegate for the {@link android.widget.
ImageButton
} child view, the
270
// The bounds for the delegate view (an
ImageButton
273
ImageButton
myButton = (
ImageButton
) findViewById(R.id.button);
279
"Touch occurred within
ImageButton
touch region.",
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
ExpandableTextView.java
24
import android.widget.
ImageButton
;
31
ImageButton
mButton; // Button to expand/collapse
107
mButton = (
ImageButton
) findViewById(R.id.expand_collapse);
/packages/apps/DeskClock/res/layout/
clock_fragment.xml
55
<
ImageButton
69
<
ImageButton
83
<
ImageButton
timer_list_item.xml
69
<
ImageButton
80
<
ImageButton
107
<
ImageButton
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadImageButton.java
28
import android.widget.
ImageButton
;
31
* Custom {@link
ImageButton
} for dialpad buttons.
36
public class DialpadImageButton extends
ImageButton
{
/packages/apps/Music/res/layout-port-finger-854x480/
audio_player.xml
37
<
ImageButton
android:id="@+id/curplaylist"
42
<
ImageButton
android:id="@+id/shuffle"
47
<
ImageButton
android:id="@+id/repeat"
/external/chromium/chrome/browser/chromeos/login/
message_bubble.h
18
class
ImageButton
;
89
views::
ImageButton
* close_button_;
take_photo_view.h
15
class
ImageButton
;
77
views::
ImageButton
* snapshot_button_;
default_images_view.cc
56
// insets as
ImageButton
ignores it.
57
class UserImageButton : public views::
ImageButton
{
69
:
ImageButton
(listener) {
78
gfx::Size size = views::
ImageButton
::GetPreferredSize();
/packages/apps/Browser/res/layout/
title_bar_snapshot.xml
55
<
ImageButton
62
<
ImageButton
/packages/apps/Music/res/layout/
album_appwidget.xml
69
<
ImageButton
85
<
ImageButton
/packages/apps/Phone/res/layout-land/
emergency_dialer.xml
47
<
ImageButton
67
<
ImageButton
/packages/apps/QuickSearchBox/res/layout-xlarge/
search_widget.xml
59
<
ImageButton
78
<
ImageButton
/packages/inputmethods/PinyinIME/res/layout/
candidates_container.xml
23
<
ImageButton
android:id="@+id/arrow_left_btn"
31
<
ImageButton
android:id="@+id/arrow_right_btn"
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java
38
// type
ImageButton
)
39
checkRefactoring("sample2.xml", "android.widget.
ImageButton
",
/development/samples/ApiDemos/res/layout/
accessibility_service.xml
27
<
ImageButton
android:id="@+id/button"
action_bar_settings_action_provider.xml
26
<
ImageButton
android:id="@+id/button"
/development/samples/Support7Demos/res/layout/
action_bar_settings_action_provider.xml
26
<
ImageButton
android:id="@+id/button"
/frameworks/base/core/tests/coretests/res/layout/
grid_in_horizontal.xml
33
<
ImageButton
Completed in 860 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>