/packages/apps/Mms/src/com/android/mms/ui/ |
MmsThumbnailPresenter.java | 82 // Show an icon instead of real content in the thumbnail.
|
SlideshowActivity.java | 157 // Play slide-show in full-screen mode. 169 Log.e(TAG, "Cannot present the slide show.", e); 254 mMediaController.show(); 305 mMediaController.show();
|
MessageUtils.java | 361 // Only one slide in the slide-show. 402 // If the message is from a different year, show the date and year. 406 // If it is from a different day than today, show only the date. 409 // Otherwise, if the message is from today, show the time. 413 // If the caller has asked for full details, make sure to show the date 570 builder.show(); 618 // Show a progress toast if the resize hasn't finished 624 Toast.makeText(context, R.string.compressing, Toast.LENGTH_SHORT).show(); 640 // Cancel pending show of the progress toast if necessary. 661 .show(); [all...] |
ComposeMessageActivity.java | 251 // think the message list is empty, thus show the recipients 422 // Show the counter only if: 459 Toast.makeText(this, resId, Toast.LENGTH_SHORT).show(); 525 .show(); 532 .show(); 608 tooManyMsg, Toast.LENGTH_LONG).show(); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
CdmaDisplayInfo.java | 65 sDisplayInfoDialog.show();
|
FakePhoneActivity.java | 71 Toast.LENGTH_SHORT).show();
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
DelayingSuggestionsAdapter.java | 27 * until there are some results to show.
|
/sdk/ddms/app/src/com/android/ddms/ |
DropdownSelectionListener.java | 68 // arrow clicked, show menu
|
/system/core/sh/ |
show.c | 1 /* $NetBSD: show.c,v 1.26 2003/11/14 10:46:13 dsl Exp $ */ 38 static char sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95"; 40 __RCSID("$NetBSD: show.c,v 1.26 2003/11/14 10:46:13 dsl Exp $"); 52 #include "show.h"
|
/external/e2fsprogs/ext2ed/doc/ |
ext2ed-design.sgml | 248 filesystem with a simple <Literal remap="tt">offset</Literal> method, and just show a 368 show 642 For example, the <Literal remap="tt">show</Literal> command is overridden nearly everywhere, 1012 When I need to show something to the user, I use the ncurses <Literal remap="tt">wprintw</Literal> [all...] |
/frameworks/base/core/java/android/provider/ |
Settings.java | 64 * Activity Action: Show system settings. 74 * Activity Action: Show settings to allow configuration of APNs. 84 * Activity Action: Show settings to allow configuration of current location 99 * Activity Action: Show settings to allow configuration of wireless controls 114 * Activity Action: Show settings to allow entering/exiting airplane mode. 128 * Activity Action: Show settings for accessibility modules. 142 * Activity Action: Show settings to allow configuration of security and 157 * Activity Action: Show settings to allow configuration of privacy options. 171 * Activity Action: Show settings to allow configuration of Wi-Fi. 187 * Activity Action: Show settings to allow configuration of a static I [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
gdb.info | 451 of it under certain conditions; type "show copying" to see 453 There is absolutely no warranty for GDB; type "show warranty" [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/ |
gdb.info | 451 of it under certain conditions; type "show copying" to see 453 There is absolutely no warranty for GDB; type "show warranty" [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
gdb.info | 451 of it under certain conditions; type "show copying" to see 453 There is absolutely no warranty for GDB; type "show warranty" [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/ |
gdb.info | 451 of it under certain conditions; type "show copying" to see 453 There is absolutely no warranty for GDB; type "show warranty" [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/ |
gdb.info | 451 of it under certain conditions; type "show copying" to see 453 There is absolutely no warranty for GDB; type "show warranty" [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
DatePickerDialogTest.java | 93 method = "show", 135 method = "show",
|
/cts/tests/tests/widget/src/android/widget/cts/ |
SpinnerTest.java | 141 AlertDialog alertDialog = builder.show(); 155 dialog.show();
|
ZoomControlsTest.java | 132 method = "show", 149 zoomControls.show();
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalServiceActivities.java | 107 Toast.LENGTH_SHORT).show(); 117 Toast.LENGTH_SHORT).show();
|
NotifyingService.java | 100 // it is distracting to show the ticker text every time it changes. We strongly suggest 109 // Set the info for the views that show in the notification panel.
|
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleAppWidgetProvider.java | 33 * A widget provider. We have a string that we pull from a preference in order to show 57 // - Tell the AppWidgetManager to show that views object for the widget.
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Video.java | 90 Toast.LENGTH_LONG).show(); 112 Toast.LENGTH_LONG).show();
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessagingDemo.java | 100 Toast.LENGTH_SHORT).show(); 106 Toast.LENGTH_SHORT).show();
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList1.java | 72 Toast.LENGTH_SHORT).show(); 76 Toast.makeText(this, title + ": Group " + groupPos + " clicked", Toast.LENGTH_SHORT).show();
|