OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
26 - 50
of
558
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/DeskClock/src/com/android/deskclock/
DeskClockFragment.java
23
import android.widget.
ImageButton
;
29
protected
ImageButton
mLeftButton;
30
protected
ImageButton
mRightButton;
/packages/apps/Gallery2/res/layout/
photopage_bottom_controls.xml
11
<
ImageButton
24
<
ImageButton
37
<
ImageButton
filtershow_category_panel.xml
23
<
ImageButton
32
<
ImageButton
42
<
ImageButton
52
<
ImageButton
/external/webrtc/webrtc/examples/androidapp/res/layout/
activity_connect.xml
15
<
ImageButton
22
<
ImageButton
29
<
ImageButton
36
<
ImageButton
fragment_call.xml
28
<
ImageButton
36
<
ImageButton
44
<
ImageButton
/packages/apps/Camera2/src/com/android/camera/
ButtonManager.java
23
import android.widget.
ImageButton
;
37
* {@link #android.widget.
ImageButton
}s.
72
private
ImageButton
mButtonCancel;
73
private
ImageButton
mButtonDone;
74
private
ImageButton
mButtonRetake; // same as review.
76
private
ImageButton
mButtonExposureCompensation;
77
private
ImageButton
mExposureN2;
78
private
ImageButton
mExposureN1;
79
private
ImageButton
mExposure0;
80
private
ImageButton
mExposureP1
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
AlphaOptimizedImageButton.java
21
import android.widget.
ImageButton
;
27
public class AlphaOptimizedImageButton extends
ImageButton
{
/frameworks/support/design/base/android/support/design/widget/
VisibilityAwareImageButton.java
21
import android.widget.
ImageButton
;
23
class VisibilityAwareImageButton extends
ImageButton
{
/frameworks/support/graphics/drawable/animated/tests/res/layout/
avd_layout.xml
23
<
ImageButton
26
android:id="@+id/
imageButton
"
/packages/apps/Browser2/res/layout/
activity_webview_browser.xml
26
<
ImageButton
32
<
ImageButton
/packages/apps/Messaging/res/layout/
mediapicker_tab_button.xml
19
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
24
</
ImageButton
/development/samples/Support4Demos/res/layout/
media_controller.xml
31
<
ImageButton
android:id="@+id/prev" style="@android:style/MediaButton.Previous" />
32
<
ImageButton
android:id="@+id/rew" style="@android:style/MediaButton.Rew" />
33
<
ImageButton
android:id="@+id/pause" style="@android:style/MediaButton.Play" />
34
<
ImageButton
android:id="@+id/ffwd" style="@android:style/MediaButton.Ffwd" />
35
<
ImageButton
android:id="@+id/next" style="@android:style/MediaButton.Next" />
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
MediaPickerTest.java
22
import android.widget.
ImageButton
;
108
final
ImageButton
tabButton = (
ImageButton
) tabStrip.getChildAt(i);
125
final
ImageButton
tabButton = (
ImageButton
) tabStrip.getChildAt(i);
/frameworks/base/docs/html/sdk/api_diff/21/changes/
android.widget.ImageButton.html
10
android.widget.
ImageButton
74
Class android.widget.<A HREF="../../../../reference/android/widget/
ImageButton
.html" target="_top"><font size="+2"><code>
ImageButton
</code></font></A>
85
<A NAME="android.widget.
ImageButton
.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A>
86
<nobr><A HREF="../../../../reference/android/widget/
ImageButton
.html#
ImageButton
(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>
ImageButton
</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
/packages/apps/Camera2/src/com/android/camera/app/
FilmstripBottomPanel.java
25
import android.widget.
ImageButton
;
45
private
ImageButton
mEditButton;
47
private
ImageButton
mDeleteButton;
48
private
ImageButton
mShareButton;
190
mEditButton = (
ImageButton
) mLayout.findViewById(R.id.filmstrip_bottom_control_edit);
219
mDeleteButton = (
ImageButton
) mLayout.findViewById(R.id.filmstrip_bottom_control_delete);
231
mShareButton = (
ImageButton
) mLayout.findViewById(R.id.filmstrip_bottom_control_share);
/development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java
29
import android.widget.
ImageButton
;
52
ImageButton
button = new
ImageButton
(this);
/frameworks/base/core/tests/coretests/res/layout/
baseline_buttons.xml
41
<
ImageButton
android:id="@+id/prev"
46
<
ImageButton
android:id="@+id/pause"
51
<
ImageButton
android:id="@+id/next"
list_in_horizontal.xml
25
<
ImageButton
android:src="@drawable/sym_now_playing_pause_1" />
/packages/apps/Camera2/res/layout-land/
retake_done_cancel_layout.xml
29
<
ImageButton
44
<
ImageButton
53
<
ImageButton
/packages/apps/Camera2/res/layout-land-v21/
retake_done_cancel_layout.xml
29
<
ImageButton
44
<
ImageButton
53
<
ImageButton
/packages/apps/Camera2/res/layout-port/
retake_done_cancel_layout.xml
29
<
ImageButton
44
<
ImageButton
53
<
ImageButton
/packages/apps/Camera2/res/layout-port-v21/
retake_done_cancel_layout.xml
29
<
ImageButton
44
<
ImageButton
53
<
ImageButton
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanel.java
25
import android.widget.
ImageButton
;
37
private
ImageButton
mToggleVersionsPanel;
52
mToggleVersionsPanel = (
ImageButton
) mMainView.findViewById(R.id.toggleVersionsPanel);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentComposeView.java
21
import android.widget.
ImageButton
;
63
final
ImageButton
deleteButton = (
ImageButton
) findViewById(R.id.remove_attachment);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatImageButton.java
28
import android.widget.
ImageButton
;
31
* A {@link
ImageButton
} which supports compatible features on older version of the platform,
40
* <p>This will automatically be used when you use {@link android.widget.
ImageButton
} in your
43
public class AppCompatImageButton extends
ImageButton
implements TintableBackgroundView {
Completed in 453 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>