HomeSort by relevance Sort by last modified time
    Searched refs:show (Results 101 - 125 of 1209) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentZeroWidthAndWeight.java 31 findViewById(R.id.show).setOnClickListener(new View.OnClickListener() {
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 39 /* When the screen is XLarge, the fragment is not included in the layout, so show it
43 fragment.show(getFragmentManager(), "dialog");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 168 show(false, true); method
183 public void show(boolean show, boolean animate) { method in class:RecentsPanelView
184 show(show, animate, null); method
187 public void show(boolean show, boolean animate, method in class:RecentsPanelView
189 if (show) {
201 if (DEBUG) Log.v(TAG, "Nothing to show");
216 if (mShowing != show) {
    [all...]
  /external/jpeg/
ltmain.sh 72 show="$echo"
139 show=:
324 $show "$base_compile$pic_flag -DPIC $srcfile"
333 $show "$LN_S $obj $libobj"
339 $show "$mv $obj $libobj"
349 $show "$base_compile $srcfile$suppress_output"
360 $show "echo timestamp > $libobj"
830 $show "$rm $oldlib"
979 $show "$rm $objdir/$output $objdir/$libname.* $objdir/${libname}${release}.*"
982 $show "$mkdir $objdir
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java 70 Toast.makeText(this, R.string.test_results_cleared, Toast.LENGTH_SHORT).show();
80 Toast.makeText(this, R.string.test_results_error, Toast.LENGTH_SHORT).show();
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java 112 ).show(); // show the message on the screen
130 ).show(); // display the message
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyWithText.java 49 // Note that we create the Toast object and call the show() method
59 Toast.LENGTH_SHORT).show();
71 Toast.LENGTH_LONG).show();
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectActivity.java 143 Toast.LENGTH_SHORT).show();
154 Toast.LENGTH_SHORT).show();
160 Toast.LENGTH_SHORT).show();
189 Toast.LENGTH_SHORT).show();
219 Toast.makeText(this, "Channel lost. Trying again", Toast.LENGTH_LONG).show();
226 Toast.LENGTH_LONG).show();
252 Toast.LENGTH_SHORT).show();
259 Toast.LENGTH_SHORT).show();
  /external/chromium/chrome/browser/
spellcheck_message_filter.cc 58 void SpellCheckMessageFilter::OnShowSpellingPanel(bool show) {
59 SpellCheckerPlatform::ShowSpellingPanel(show);
  /external/llvm/test/MC/ARM/
arm-memory-instructions.s 1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
29 @ label operands currently assert the show-encoding asm comment helper due
  /external/webkit/Source/WebCore/inspector/front-end/
ConsolePanel.js 40 show: function()
42 WebInspector.Panel.prototype.show.call(this);
DatabaseTableView.js 41 show: function(parentElement)
43 WebInspector.View.prototype.show.call(this, parentElement);
  /external/webkit/Source/WebCore/notifications/
Notification.idl 38 void show();
  /external/webkit/Source/WebKit/chromium/src/
NotificationPresenterImpl.cpp 80 bool NotificationPresenterImpl::show(Notification* notification) function in class:WebKit::NotificationPresenterImpl
82 return m_presenter->show(PassRefPtr<Notification>(notification));
  /external/webkit/Source/WebKit/win/Interfaces/
IWebInspector.idl 42 HRESULT show();
  /external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qgraphicswkview/
tst_qgraphicswkview.cpp 85 m_view->show();
94 m_view->show();
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 32 * view was added directly to the window manager) and needs to show
37 * call {@link #show(View, IBinder)} which will populate the menu
38 * with a view's context menu items and show the context menu.
77 public MenuDialogHelper show(View originalView, IBinder token) { method in class:ContextMenuBuilder
88 helper.show(token);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupCreationDialogFragment.java 36 public static void show( method in class:GroupCreationDialogFragment
45 dialog.show(fragmentManager, "createGroup");
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 55 Toast.makeText(context, R.string.logging_enabled, Toast.LENGTH_LONG).show();
61 Toast.makeText(context, R.string.logging_disabled, Toast.LENGTH_LONG).show();
  /external/chromium/chrome/browser/resources/net_internals/
view.js 26 * Called to show/hide the view.
28 View.prototype.show = function(isVisible) {
101 DivView.prototype.show = function(isVisible) {
102 DivView.superClass_.show.call(this, isVisible);
135 WindowView.prototype.show = function() {
136 WindowView.superClass_.show.call(this, isVisible);
137 this.childView_.show(isVisible);
  /external/elfutils/tests/
Makefile.am 27 show-die-info get-files get-lines get-pubnames \
29 show-abbrev hash asm-tst1 asm-tst2 asm-tst3 \
36 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
38 run-show-abbrev.sh hash asm-tst1 asm-tst2 \
42 # run-show-ciefde.sh
45 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
47 run-show-ciefde.sh run-show-abbrev.sh run-strip-test.sh \
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 7 -h --help show this message
8 --help-debug show this message, plus debugging options
9 --version show version
11 -v --verbose be more verbose -- show misc extra info
29 --num-callers=<number> show <number> callers in stack traces [12]
32 --show-below-main=no|yes continue stack traces below main() [no]
49 show full source paths in call stacks
50 --fullpath-after=string like --fullpath-after=, but only show the
65 --show-emwarns=no|yes show warnings about emulation limits? [no
    [all...]
  /external/e2fsprogs/misc/
blkid.c 58 "\t-s\tshow specified tag(s) (default show all tags)\n"
219 static void print_tags(blkid_dev dev, char *show[], int numtag, int output)
240 if (numtag && show) {
242 if (!strcmp(type, show[i]))
271 char *show[128] = { NULL, }; local
319 if (numtag >= sizeof(show) / sizeof(*show)) {
323 show[numtag++] = optarg;
386 print_tags(dev, show, numtag, output_format);
389 /* If we didn't specify a single device, show all available devices *
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 148 mDialog = mBuilder.show();
165 mDialog = mBuilder.show();
181 mDialog = mBuilder.show();
202 mDialog = mBuilder.show();
222 mDialog = mBuilder.show();
242 mDialog = mBuilder.show();
262 mDialog = mBuilder.show();
282 mDialog = mBuilder.show();
297 mDialog = mBuilder.show();
335 mDialog = mBuilder.show();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 160 const XmlElement * show = stanza->FirstNamed(QN_SHOW); local
161 if (show == NULL || show->FirstChild() == NULL) {
165 if (show->BodyText() == "away") {
168 else if (show->BodyText() == "xa") {
171 else if (show->BodyText() == "dnd") {
174 else if (show->BodyText() == "chat") {

Completed in 707 milliseconds

1 2 3 45 6 7 8 91011>>