OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
101 - 125
of
692
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Dialer/java/com/android/dialershared/bubble/
CheckableImageButton.java
31
* An {@link android.widget.
ImageButton
ImageButton
} that implements {@link Checkable} and
/packages/apps/Music/res/layout/
album_appwidget.xml
69
<
ImageButton
85
<
ImageButton
/packages/apps/QuickSearchBox/res/layout-xlarge/
search_widget.xml
59
<
ImageButton
78
<
ImageButton
/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
",
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraMediaChooser.java
34
import android.widget.
ImageButton
;
51
private
ImageButton
mFullScreenButton;
52
private
ImageButton
mSwapCameraButton;
53
private
ImageButton
mSwapModeButton;
54
private
ImageButton
mCaptureButton;
55
private
ImageButton
mCancelVideoButton;
110
mFullScreenButton = (
ImageButton
) view.findViewById(R.id.camera_fullScreen_button);
118
mSwapCameraButton = (
ImageButton
) view.findViewById(R.id.camera_swapCamera_button);
126
mCaptureButton = (
ImageButton
) view.findViewById(R.id.camera_capture_button);
188
mSwapModeButton = (
ImageButton
) view.findViewById(R.id.camera_swap_mode_button)
[
all
...]
/cts/apps/CtsVerifier/res/layout/
fragment_complex_movement.xml
42
<
ImageButton
/cts/apps/CtsVerifier/res/layout-port/
fragment_complex_movement.xml
43
<
ImageButton
/cts/tests/tests/widget/res/layout/
imagebutton_layout.xml
23
<
ImageButton
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/layout/
activity_setup.xml
38
<
ImageButton
/developers/samples/android/admin/BasicManagedProfile/Application/src/main/res/layout/
activity_setup.xml
38
<
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/browseable/BasicManagedProfile/res/layout/
activity_setup.xml
38
<
ImageButton
/frameworks/base/core/res/res/layout/
action_mode_close_item_material.xml
17
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
floating_popup_close_overflow_button.xml
18
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
floating_popup_open_overflow_button.xml
18
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
floating_popup_overflow_button.xml
18
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
notification_material_media_action.xml
18
<
ImageButton
/frameworks/base/core/tests/coretests/res/layout/
grid_in_horizontal.xml
33
<
ImageButton
list_recycler_profiling.xml
27
<
ImageButton
android:id="@+id/pause"
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java
35
import android.widget.
ImageButton
;
83
mPlayPauseButton = (
ImageButton
) playPausebutton;
84
ImageButton
stop = (
ImageButton
) stopButton;
/frameworks/support/media-compat/res/layout/
notification_media_action.xml
17
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
notification_media_cancel_action.xml
18
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
/frameworks/support/samples/Support7Demos/res/layout/
action_bar_settings_action_provider.xml
26
<
ImageButton
android:id="@+id/button"
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatImageButton.java
35
import android.widget.
ImageButton
;
39
* A {@link
ImageButton
} which supports compatible features on older versions of the platform,
52
* <p>This will automatically be used when you use {@link
ImageButton
} in your layouts
57
public class AppCompatImageButton extends
ImageButton
implements TintableBackgroundView,
Completed in 4598 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>