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

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/org/junit/runner/
Describable.java 9 * @return a {@link Description} showing the tests to be run by the receiver
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPopupWindow.java 25 private boolean showing; field in class:ShadowPopupWindow
109 * @param showing true if popup window is showing
111 public void setShowing(boolean showing) {
112 this.showing = showing;
117 return showing;
125 showing = false;
  /development/samples/SpellChecker/SampleSpellCheckerService/
_index.html 1 <p>A sample showing how to create a spell checker with the <code><a
  /development/samples/CubeLiveWallpaper/res/values/
strings.xml 26 <!-- Wallpaper showing a cube -->
29 <!-- Wallpaper showing a cube or dodecahedron, data read from resource -->
32 <!-- Wallpaper showing a cube, renderscript version -->
  /development/samples/Wiktionary/
_index.html 6 frame. Touching the widget will launch a custom application activity showing
  /development/samples/browseable/ActiveNotifications/
_index.jd 10 is currently showing. This sample demonstrates how to use these APIs
  /external/libdrm/intel/tests/
gen4-3d.batch.sh 8 # pretty-print a diff showing what happened, and leave the dumped
gen5-3d.batch.sh 8 # pretty-print a diff showing what happened, and leave the dumped
gen6-3d.batch.sh 8 # pretty-print a diff showing what happened, and leave the dumped
gen7-2d-copy.batch.sh 8 # pretty-print a diff showing what happened, and leave the dumped
gen7-3d.batch.sh 8 # pretty-print a diff showing what happened, and leave the dumped
gm45-3d.batch.sh 8 # pretty-print a diff showing what happened, and leave the dumped
test-batch.sh 8 # pretty-print a diff showing what happened, and leave the dumped
  /external/testng/src/test/java/test/
IndividualMethodsTest.java 27 // this line causes the test to fail, showing that setUp() hadn't been run
  /external/valgrind/helgrind/tests/
locked_vs_unlocked3.c 13 /* Test of the mechanism for showing all locks held by a thread. This
16 is to check that the lock showing mechanism shows the
  /frameworks/base/docs/html/training/system-ui/
visibility.jd 44 synchronize other parts of your UI with the hiding/showing of system bars.</p>
64 // adjustments to your UI, such as showing the action bar or
76 concert with the status bar hiding and showing.</p>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardMonitor.java 102 public void notifyKeyguardState(boolean showing, boolean secure) {
103 if (mShowing == showing && mSecure == secure) return;
104 mShowing = showing;
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/values/
strings.xml 22 <string name="main_description">This is a basic Activity showing an Action Bar which has been
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/res/values/
strings.xml 22 <string name="main_description">This is a basic Activity showing an Action Bar which has been
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout2.java 25 * A form, showing use of the GridLayout API from XML.
  /development/samples/browseable/ActionBarCompat-Styled/res/values/
strings.xml 22 <string name="main_description">This is a basic Activity showing an Action Bar which has been
  /device/google/marlin/overlay/frameworks/base/core/res/res/values-mcc405-mnc840/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/google/marlin/overlay/frameworks/base/core/res/res/values-mcc405-mnc855/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/google/marlin/overlay/frameworks/base/core/res/res/values-mcc405-mnc856/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/google/marlin/overlay/frameworks/base/core/res/res/values-mcc405-mnc857/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->

Completed in 800 milliseconds

1 2 3 4 5 6 7 8 91011>>