HomeSort by relevance Sort by last modified time
    Searched full:showing (Results 226 - 250 of 1839) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/
ProgressDialog.java 38 * <p>A dialog showing a progress indicator and an optional text message or view.
328 * Change the format of the small text showing current and maximum units
341 * Change the format of the small text showing the percentage of progress.
  /frameworks/base/docs/html/design/wear/
index.jd 33 <p>The context stream is a vertical list of cards, each showing a useful or timely piece of information. Much like the Google Now feature on Android phones and tablets, users swipe vertically to navigate from card to card. Only one card is displayed at a time, and background photos are used to provide additional visual information. Your application can create cards and inject them into the stream when they are most likely to be useful.</p>
62 <li>The background, showing either content relating to the first card or a custom watch face design, depending on the watch face the user has chosen. Tapping anywhere on the background or saying "Ok Google" starts a voice query.
63 <li>Status indicators, showing connectivity, charging status, airplane mode, and in some watch faces a count of unread items.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogMotion.java 81 private void setShowing(boolean showing) {
82 if (showing == mShowing) return;
83 mShowing = showing;
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
AnswerFragment.java 62 * The popup showing the list of canned responses.
64 * This is an AlertDialog containing a ListView showing the possible choices. This may be null
71 * The popup showing a text field for users to type in their custom message.
AnswerPresenter.java 48 public void onUiShowing(boolean showing) {
49 if (showing) {
152 Log.d(TAG, "Showing incoming for call id: " + mCallId + " " + this);
  /art/tools/ahat/src/
DominatedList.java 32 * Render a table to the given HtmlWriter showing a pretty list of
  /cts/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 65 pylab.xlabel("Luma DN, showing [0:16] out of full [0:256] range")
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/
CounterFragment.java 35 * A simple fragment for showing the count
  /developers/samples/android/ui/accessibility/BasicAccessibility/
template-params.xml 57 This sample demonstrates how to create an accessible application, showing
  /developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/
template-params.xml 64 provide visual continuity when showing or hiding views. With
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/
CounterFragment.java 35 * A simple fragment for showing the count
  /development/samples/ApiDemos/res/layout/
fragment_hide_show.xml 27 android:text="Demonstration of hiding and showing fragments." />
list_8.xml 39 <!-- The frame layout is here since we will be showing either
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationWithMediaRouterActivity.java 51 * we stop showing content in the main activity and instead open up a
53 * display is removed, we revert to showing content in the main activity.
174 Log.i(TAG, "Showing presentation on display: " + presentationDisplay);
257 * the main activity is showing so we must be careful to use the presentation's
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/fragments/
CounterFragment.java 35 * A simple fragment for showing the count
  /external/ImageMagick/Magick++/demo/
gravity.cpp 5 // Demo of text annotation with gravity. Produces an animation showing
  /external/autotest/client/cros/
httpd_unittest.py 79 """Example method showing how to start a HTTPListener."""
  /external/chromium-trace/catapult/perf_insights/perf_insights/mappers/scheduling/
map_input_blockers.html 37 // have one associated flow event showing where the input came from.
  /external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
devenvironment.rst 48 applications before showing them to the world. Let's write some code.
  /external/clang/test/Misc/
warning-flags-tree.c 7 // Just check a few to make sure we're actually showing more than one group.
  /external/curl/docs/examples/
ftpget.c 27 * This is an example showing how to get a single file from an FTP server.
ftpgetinfo.c 28 * This is an example showing how to check a single file's size and mtime
ftpsget.c 28 * This is an example showing how to get a single file from an FTPS server.
imap-ssl.c 25 /* This is a simple example showing how to fetch mail using libcurl's IMAP
imap-store.c 25 /* This is a simple example showing how to modify an existing mail using

Completed in 1090 milliseconds

1 2 3 4 5 6 7 8 91011>>