HomeSort by relevance Sort by last modified time
    Searched full:show (Results 76 - 100 of 2347) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/docs/html/guide/developing/tools/
draw9patch.jd 48 <li><strong>Show lock</strong>: Visualize the non-drawable area of the graphic on mouse-over.</li>
49 <li><strong>Show patches</strong>: Preview the stretchable patches in the drawing area (pink is a
51 <li><strong>Show content</strong>: Highlight the content area in the preview images
53 <li><strong>Show bad patches</strong>: Adds a red border around patch areas that may
  /frameworks/base/telephony/java/com/android/internal/telephony/
IExtendedNetworkService.aidl 22 * @return specific user message correspond to text. null stands for no pop-up dialog need to show.
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 43 * view, animation is used to dismiss the current candidate view and show a new
46 * Besides the candidate views, there are two arrow views to show the page
53 * Alpha value to show an enabled arrow.
58 * Alpha value to show an disabled arrow.
63 * Animation time to show a new candidate view and dismiss the old one.
74 * The left arrow button used to show previous page.
79 * The right arrow button used to show next page.
84 * Decoding result to show.
89 * The animation view used to show candidates. It contains two views.
358 private void showArrow(ImageButton arrowBtn, boolean show) {
    [all...]
BalloonHint.java 38 * Delayed time to show the balloon hint.
62 * Parent used to show the balloon window.
83 * Timer used to show/dismiss the balloon window with some time delay.
127 * Set configurations to show text label in this balloon.
129 * @param label The text label to show in the balloon.
130 * @param textSize The text size used to show label.
132 * @param textColor The text color used to show label.
147 * Set configurations to show text label in this balloon.
358 * The width to show suspension points.
  /external/bluetooth/bluez/compat/
pand.1 12 \fB\-\-show\fR \fB\-\-list\fR \fB\-l\fR
13 Show active PAN connections
  /external/clearsilver/python/examples/base/
odb_mysql.py 26 cursor.execute("show tables")
38 sql = "show columns from %s" % table_name
  /external/icu4c/samples/numfmt/
capi.c 52 /* Show the result */
70 /* Show the result */
  /frameworks/base/core/java/android/app/
ProgressDialog.java 83 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
85 return show(context, title, message, false);
88 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
90 return show(context, title, message, indeterminate, false, null);
93 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
95 return show(context, title, message, indeterminate, cancelable, null);
98 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
107 dialog.show();
  /frameworks/base/core/tests/coretests/res/layout/
baseline_0width_and_weight.xml 45 <Button android:id="@+id/show"
48 android:text="@string/show" />
list_filter.xml 44 <Button android:id="@+id/show"
47 android:text="@string/show" />
popup_window_visibility.xml 54 <Button android:id="@+id/show"
57 android:text="@string/show" />
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentZeroWidthAndWeightTest.java 41 mShowButton = (Button) activity.findViewById(R.id.show);
53 // Pressing the button will show an ExceptionTextView that might set a failed bit if
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSettings.java 50 * Updates the "show web suggestions" preference from the value in system settings.
58 * Stores the "show web suggestions" preference to the system settings.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
ClearUserDictionaryDialogPreferenceEN.java 61 /* show the message */
63 Toast.LENGTH_LONG).show(); method
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
ClearLearnDictionaryDialogPreferenceJAJP.java 61 /* show the message */
63 Toast.LENGTH_LONG).show(); method
ClearUserDictionaryDialogPreferenceJAJP.java 61 /* show the message */
63 Toast.LENGTH_LONG).show(); method
  /system/core/sh/
show.h 1 /* $NetBSD: show.h,v 1.7 2003/08/07 09:05:38 agc Exp $ */
31 * @(#)show.h 1.1 (Berkeley) 5/4/95
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 100 // sleep a while and then make sure do not show toast
107 method = "show",
126 mToast.show();
131 // view will be attached to screen when show it
138 method = "show",
148 mToast.show();
174 mToast.show();
211 mToast.show();
236 mToast.show();
250 mToast.show();
    [all...]
MediaControllerTest.java 127 * 1. Show the MediaController.
131 @ToBeFixed(bug = "1695243", explanation = "setAnchorView() must be called before show(), " +
140 mMediaController.show();
141 // setAnchorView() must be called before show(),
142 // otherwise MediaController never show.
148 mMediaController.show();
159 mMediaController.show();
179 method = "show",
185 method = "show",
204 mMediaController.show();
    [all...]
  /frameworks/base/docs/html/guide/appendix/
market-filters.jd 49 trackball (as specified in the manifest file), then Android Market will not show
62 whether to show your application to a user who is browsing or searching for
121 to show the application to users, based on the screen sizes of their
164 <strong>Result</strong>: Android Market will not show the app to a user of a
165 small-screen device, but will show it to users of normal and large-screen
171 <strong>Result</strong>: Android Market will show the app to users on all
176 <strong>Result</strong>: Android Market will show the app to all users,
192 request certain hardware features, and Android Market will show the app only on devices that have the required hardware.</p>
194 </strong>The manifest includes <code>&lt;uses-configuration android:reqFiveWayNav=&quot;true&quot; /&gt;</code>, and a user is searching for apps on a device that does not have a five-way navigational control. <strong>Result</strong>: Android Market will not show the app to the user. </p>
196 </strong>The manifest does not include a <code>&lt;uses-configuration&gt;</code> element. <strong>Result</strong>: Android Market will show the app to all users, unless other filters apply.</p>
    [all...]
  /packages/apps/Gallery/res/values/
strings.xml 20 <!-- label for the icon meaning 'show me all the images' -->
23 <!-- label for the icon meaning 'show me all the videos' -->
26 <!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
85 <!-- menu pick to show the location of the currently selected image on maps-->
86 <string name="show_on_map">Show on Maps</string>
97 <!-- menu pick to start a slide show -->
195 <!-- Preference choice to show "newest first" -->
197 <!-- Preference choice to show "newest last" -->
210 <string name="pref_gallery_slideshow_interval_summary">Select how long each slide displays in the show</string>
215 <!-- slide show interval "N seconds" where N is 2 --
    [all...]
  /frameworks/base/core/java/android/widget/
Toast.java 36 * helps you create and show those.
55 * Show the view or text notification for a short period of time. This time
62 * Show the view or text notification for a long period of time. This time
81 * can call {@link #show}.
94 * Show the view for the specified duration.
96 public void show() { method in class:Toast
115 * Close the view if it's showing, or don't show it if it isn't showing yet.
125 * Set the view to show.
141 * Set how long to show the view for.
225 * @param text The text to show. Can be formatted text
334 public void show() { method in class:Toast.TN
    [all...]
  /bionic/libc/kernel/common/linux/
device.h 63 ssize_t (*show)(struct bus_type *, char * buf); member in struct:bus_attribute
89 ssize_t (*show)(struct device_driver *, char * buf); member in struct:driver_attribute
121 ssize_t (*show)(struct class *, char * buf); member in struct:class_attribute
129 ssize_t (*show)(struct class_device *, char * buf); member in struct:class_device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr, member in struct:device_attribute
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java 21 * show the picture. When the user clicks the picture, it flips to show the
33 // Names of the photos we show in the list
83 * @param position the item that was clicked to show a picture, or -1 to show the list
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
device.h 63 ssize_t (*show)(struct bus_type *, char * buf); member in struct:bus_attribute
89 ssize_t (*show)(struct device_driver *, char * buf); member in struct:driver_attribute
121 ssize_t (*show)(struct class *, char * buf); member in struct:class_attribute
129 ssize_t (*show)(struct class_device *, char * buf); member in struct:class_device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr, member in struct:device_attribute

Completed in 77 milliseconds

1 2 34 5 6 7 8 91011>>