OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
301 - 325
of
558
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml
49
<
ImageButton
91
<
ImageButton
/platform_testing/libraries/gmail-app-helper/src/android/platform/test/helpers/
GmailHelperImpl.java
33
import android.widget.
ImageButton
;
439
By.clazz(
ImageButton
.class).desc("Close navigation drawer")), 1000);
/frameworks/base/core/res/res/values/
styles_device_defaults.xml
48
<style name="Widget.DeviceDefault.
ImageButton
" parent="Widget.Material.
ImageButton
"/>
136
<style name="Widget.DeviceDefault.Light.
ImageButton
" parent="Widget.Material.Light.
ImageButton
"/>
/frameworks/base/docs/html/sdk/support_api_diff/23.1.0/changes/
android.support.design.widget.FloatingActionButton.html
76
<p><font xsize="+1">The superclass changed from <code>android.widget.ImageView</code> to <code>android.widget.
ImageButton
</code>.<br></font>
/frameworks/base/packages/Keyguard/res/layout/
keyguard_pin_view.xml
60
<
ImageButton
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDraw.java
34
import android.widget.
ImageButton
;
/platform_testing/libraries/play-music-app-helper/src/android/platform/test/helpers/
PlayMusicHelperImpl.java
30
import android.widget.
ImageButton
;
/platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
GMailJankTests.java
39
import android.widget.
ImageButton
;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java
43
import android.widget.
ImageButton
;
594
ImageButton
pass_button = (
ImageButton
) findViewById(R.id.pass_button);
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java
46
import android.widget.
ImageButton
;
448
final
ImageButton
viewAddressButton =
449
(
ImageButton
) addressLayout.findViewById(R.id.button_view_address);
/frameworks/base/docs/html/sdk/api_diff/21/changes/
pkg_android.widget.html
302
<A NAME="
ImageButton
"></A>
303
<nobr><A HREF="android.widget.
ImageButton
.html">
ImageButton
</A></nobr>
/packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java
35
import android.widget.
ImageButton
;
79
private
ImageButton
mCancelCreateButton;
119
mCancelCreateButton = (
ImageButton
) view.findViewById(R.id.timer_cancel);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPicker.java
35
import android.widget.
ImageButton
;
233
final
ImageButton
tabButton = chooser.getTabButton();
433
final
ImageButton
tabButton = chooser.getTabButton();
/frameworks/base/docs/html/guide/topics/ui/accessibility/
apps.jd
66
{@link android.widget.
ImageButton
}, {@link android.widget.ImageView}
98
example, a note-taking application might use an {@link android.widget.
ImageButton
} with a
111
{@code android:contentDescription}</a> attribute for every {@link android.widget.
ImageButton
},
116
<p>For example, the following {@link android.widget.
ImageButton
} sets the content description for
121
<
ImageButton
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java
65
import android.widget.
ImageButton
;
107
private
ImageButton
mExpandButton;
216
mExpandButton = (
ImageButton
) mDialogView.findViewById(R.id.volume_expand_button);
426
row.icon = (
ImageButton
) row.view.findViewById(R.id.volume_row_icon);
[
all
...]
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java
63
import android.widget.
ImageButton
;
121
private
ImageButton
mPlayPauseButton;
122
private
ImageButton
mCloseButton;
350
mCloseButton = (
ImageButton
) findViewById(R.id.mr_close);
382
mPlayPauseButton = (
ImageButton
) findViewById(R.id.mr_control_play_pause);
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java
54
import android.widget.
ImageButton
;
428
ImageButton
floatingActionButton = (
ImageButton
) findViewById(R.id.floating_action_button);
433
ImageButton
optionsMenuButton =
434
(
ImageButton
) searchEditTextLayout.findViewById(R.id.dialtacts_options_menu_button);
[
all
...]
/frameworks/base/docs/html/sdk/support_api_diff/23.2.0/changes/
android.support.design.widget.FloatingActionButton.html
76
<p><font xsize="+1">The superclass changed from <code>android.widget.
ImageButton
</code> to <code>android.support.design.widget.VisibilityAwareImageButton</code>.<br></font>
/frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatViewInflater.java
117
case "
ImageButton
":
/packages/apps/Camera2/src/com/android/camera/widget/
ModeOptions.java
33
import android.widget.
ImageButton
;
/packages/apps/DeskClock/res/values/
styles.xml
114
<style name="ImageButtonStyle" parent="Widget.AppCompat.
ImageButton
">
/frameworks/support/v7/appcompat/res/values/
styles.xml
212
<style name="Widget.AppCompat.
ImageButton
" parent="Base.Widget.AppCompat.
ImageButton
" />
styles_base.xml
474
<style name="Base.Widget.AppCompat.
ImageButton
" parent="android:Widget.
ImageButton
">
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViewHolder.java
37
import android.widget.
ImageButton
;
729
viewHolder.workIconView = new
ImageButton
(context);
/prebuilts/sdk/current/support/v7/appcompat/res/values/
styles.xml
212
<style name="Widget.AppCompat.
ImageButton
" parent="Base.Widget.AppCompat.
ImageButton
" />
Completed in 890 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>