/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuItemView.java | 139 * shortcut+title being shown. Instead, re-set the shortcut caption 140 * mode so the new title is shown.
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
toasts.jd | 54 as shown in the following example:</p> 125 ID to inflate the layout from the XML, as shown here:</p>
|
/frameworks/base/docs/html/ |
license.jd | 19 Source Project</a>. This documentation, including any code shown in it, 75 <li>The use of sample source code provided in the SDK or shown in this
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 51 * @return true if the call screen was shown. 62 * @return true if the call screen was shown.
|
/packages/apps/Browser/src/com/android/browser/ |
XLargeUi.java | 266 // hide the title bar when CAB is shown 275 // the titlebar was removed when the CAB was shown
|
/packages/apps/Contacts/src/com/android/contacts/voicemail/ |
VoicemailStatusHelperImpl.java | 82 // to be shown in both. 216 // No source package or no action, means no message shown.
|
/packages/apps/Email/src/com/android/email/ |
Preferences.java | 210 * shown for messages by that sender. 227 * Marks a sender as trusted so that images from that sender will automatically be shown.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationListItem.java | 130 // Unread messages are shown in bold 218 // We have to make the subject left of whatever optional items are shown on the right.
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
ComposingView.java | 43 * Pinyin string will be shown in this mode. 54 * {@link #EDIT_PINYIN} is used to edit the Pinyin string (shown with
|
/packages/providers/DownloadProvider/ui/res/values/ |
strings.xml | 54 <!-- Title of dialog that is shown when the user clicks a download for which no file is 116 <!-- title shown when displaying list of apps to choose from when share is clicked on
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/ |
SwtBaseDialog.java | 141 * just before the dialog is actually shown on screen. 151 * after the window has been shown on screen.
|
/sdk/sdkstats/src/com/android/sdkstats/ |
SdkStatsService.java | 44 * The ping will not be sent if the user opt out dialog has not been shown yet. 61 * Once the dialog has been shown, it sets a preference internally indicating that the user has
|
/system/extras/ext4_utils/ |
sparse_crc32.c | 13 * X^31 term, etc. The X^0 term (usually shown as "+1") results in 31 * is shown later. It might not be obvious, but the feedback
|
/external/chromium/chrome/browser/instant/ |
instant_browsertest.cc | 93 // Waits for preview to be shown. 427 // Verify instant preview is shown correctly for a non-search query. 445 // Transition from non-search to search and make sure everything is shown 713 // Make sure about:crash is shown. 722 // If we get here it means the preview was shown. If we time out, it means the 723 // preview was never shown. [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_launcher_archive.jd | 254 <p>The recommended color palette to use for Launcher icons is shown in Figure 3. 266 shown in Figure 5. To get you started, the 300 drop shadow effect, as shown in Figure 6.</p> 367 <p>Shown below are examples of high-density launcher icons used by 379 simplified 3D icons with a fixed perspective. The required perspective is shown 393 friendly and simple?as shown in Figure 8.</li>
|
icon_design_status_bar.jd | 119 status bar icon dimensions corresponding to a given generalized screen density are shown in the 180 use the styling shown in Figure 1.</p> 211 full intensity in the expanded notification panel. An example of what this looks like is shown below 224 <p>Shown below are example extra-high-density status bar icons that are used throughout Android 372 <p>Shown below are standard high-density status bar icons that are used in 398 of a status bar icon shown Figure 5.</li>
|
/packages/apps/Gallery/res/values/ |
strings.xml | 29 <!-- label for the 'pictures application shown in the top level 'all applications' --> 374 <!-- shown in the video player view while the video is being loaded, before it starts playing --> 398 <!-- The title shown on the button which share the selected images by gmail, mms, and etc. --> 401 <!-- The title shown on the button which will delete all the selected images --> 404 <!-- Title shown on the button which will close the multiselction mode --> 407 <!-- The messsage shown on progress dialog when deleting images -->
|
/frameworks/base/core/java/android/app/ |
Fragment.java | 281 * where the details can be shown in-place. 328 * whatever current fragment instance is being shown and pushing that change 441 // Set to true to allow the fragment's menu to be shown. 837 * are shown. You can find out about changes to this state with [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
PopupWindowTest.java | 257 // can not set the content if the old content is shown 649 // Do not update if it is not shown 657 // update if it is not shown 709 // Do not update if it is not shown 716 // update if it is shown 750 // Do not update if it is not shown 759 // update if it is not shown [all...] |
/external/pcre/doc/ |
pcretest.1 | 192 The modifiers that are enclosed in angle brackets are literal strings as shown, 272 it points. For a match, this is shown on a line by itself, tagged with "MK:". 447 shown. No more than one newline setting should be present in any data line. 531 are not returned by \fBpcre_exec()\fP, and are not shown by \fBpcretest\fP. In 533 data line is matched, the second, unset substring is not shown. An "internal" 534 unset substring is shown as "<unset>", as for the second data line. 692 therefore shown as hex escapes.
|
pcretest.txt | 182 as shown, including the angle brackets, but the letters can be in 255 For a match, this is shown on a line by itself, tagged with "MK:". For 399 exactly as shown. No more than one newline setting should be present in 480 is set are not returned by pcre_exec(), and are not shown by pcretest. 483 shown. An "internal" unset substring is shown as "<unset>", as for the 633 are are therefore shown as hex escapes. [all...] |
/frameworks/base/docs/html/guide/topics/media/ |
camera.jd | 198 The {@code getOutputMediaFileUri()} method in this example refers to the sample code shown in <a 252 The {@code getOutputMediaFileUri()} method in this example refers to the sample code shown in <a 297 href="#intent-video">video camera intent</a> examples shown in the previous sections.</p> 377 PackageManager.hasSystemFeature()} method, as shown in the example code below:</p> 403 and be sure to catch any exceptions, as shown in the code below:</p> 511 <p>A camera preview class, such as the example shown in the previous section, must be placed in the 576 android.widget.FrameLayout} element shown in the example above. Your camera activity must also 578 to modify a camera activity to attach the preview class shown in <a href="#camera-preview">Creating 604 refers to the example method shown in <a href="#access-camera">Accessing cameras</a>.</p> [all...] |
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 165 * Retrieve the current frame of the window that is actually shown. 168 * @return Rect The rectangle holding the shown window frame. 293 * Returns true if this window has been shown on screen at some time in 303 * it shown. Must be called with the window manager lock held. 310 * window to be shown as long as the window manager and client would 311 * also like it to be shown. Must be called with the window manager 557 * manager (using the normal window manager APIs) that will be shown until [all...] |
/frameworks/base/services/java/com/android/server/ |
WifiService.java | 171 * When a notification is shown, we wait this amount before possibly showing it again. 192 * Whether the notification is being shown, as set by us. That is, if the [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_browsertest.cc | 176 // shown. 242 // shown. 299 // shown.
|