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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/service/dreams/
DreamService.java 61 * <p>Dreams are interactive screensavers launched when a charging device is idle, or docked in a
469 * Marks this dream as interactive to receive input events.
471 * <p>Non-interactive dreams (default) will dismiss on the first input event.</p>
473 * <p>Interactive dreams should call {@link #finish()} to dismiss themselves.</p>
475 * @param interactive True if this dream will handle input events.
477 public void setInteractive(boolean interactive) {
478 mInteractive = interactive;
482 * Returns whether or not this dream is interactive. Defaults to false.
    [all...]
  /external/autotest/site_utils/
setup_dev_autotest.sh 16 -n Non-interactive mode, doesn't ask for any user input.
92 echo "-a must be specified in non-interactive mode." >&2
96 echo "-p must be specified in non-interactive mode." >&2
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
app2.py 336 """Start an interactive session."""
344 'Prompt to use for interactive shell.',
348 """Start an interactive session."""
  /external/libxml2/doc/
xmlcatalog.1 46 Its functions can be invoked from a single command from the command line, or it can perform multiple functions in interactive mode\&. It can operate on both
138 Run a shell allowing interactive queries on catalog file
164 option opens a command line shell allowing interactive access to the catalog file identified by
xmlcatalog_man.html 10 or it can perform multiple functions in interactive mode. It can operate
14 allowing interactive queries on catalog file
60 a command line shell allowing interactive access to the catalog file
xmlcatalog_man.xml 94 or it can perform multiple functions in interactive mode. It can operate
207 Run a shell allowing interactive queries on catalog
240 a command line shell allowing interactive access to the catalog file
  /frameworks/base/core/java/android/os/
PowerManager.java 819 * Returns true if the device is in an interactive state.
822 * the screen but it actually describes the overall interactive state of
826 * in an interactive state which may have nothing to do with the screen being
831 * @return True if the device is in an interactive state.
841 * Returns true if the device is in an interactive state.
848 * interactive state. Note in particular that the device is still considered
849 * to be interactive while dreaming (since dreams can be interactive) but not
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 205 void setInteractive(bool interactive);
332 dump.appendFormat(INDENT "Interactive: %s\n", toString(mInteractive.load()));
770 void NativeInputManager::setInteractive(bool interactive) {
771 mInteractive = interactive;
878 bool interactive = mInteractive.load(); local
879 if (interactive) {
915 bool interactive = mInteractive.load(); local
    [all...]
  /system/update_engine/
omaha_request_params.h 132 inline void set_interactive(bool interactive) { interactive_ = interactive; }
133 inline bool interactive() const { return interactive_; } function in class:chromeos_update_engine::OmahaRequestParams
  /toolchain/binutils/binutils-2.25/binutils/
arsup.c 132 extern int interactive;
134 if (interactive)
144 if (! interactive)
  /developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/res/layout/
list_item.xml 40 Any view or view group can become interactive by simply setting the
  /developers/build/prebuilts/gradle/WatchFace/
README.md 7 opengl, calendar, steps, interactive, etc. It also includes a watch-side configuration example.
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/res/values/
strings.xml 19 <string name="interactive_name">Sample Interactive</string>
  /developers/samples/android/ui/holo/BorderlessButtons/Application/src/main/res/layout/
list_item.xml 40 Any view or view group can become interactive by simply setting the
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/res/values/
strings.xml 19 <string name="interactive_name">Sample Interactive</string>
  /development/samples/browseable/BorderlessButtons/res/layout/
list_item.xml 40 Any view or view group can become interactive by simply setting the
  /development/samples/browseable/WatchFace/Wearable/res/values/
strings.xml 19 <string name="interactive_name">Sample Interactive</string>
  /external/autotest/client/cros/
semiauto_framework.py 90 """Wait for interactive tab to be ready and get return value.
  /external/autotest/client/tests/cgroup/
cgroup_client.py 4 Interactive python script for testing cgroups. It will try to use system
  /external/bison/m4/
flex.m4 29 %option debug nodefault noinput nounput noyywrap never-interactive
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
NFS4StringPrep.java 94 "INTERACTIVE",
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
NFS4StringPrep.java 93 "INTERACTIVE",
  /external/iproute2/examples/
cbqinit.eth1 45 # Interactive-burst class
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2CircleShape.cpp 43 // Collision Detection in Interactive 3D Environments by Gino van den Bergen
  /external/mksh/src/
sh_flags.gen 49 FN("interactive", FTALKING, OF_CMDLINE, 'i')

Completed in 3317 milliseconds

1 2 3 4 5 6 7 8 91011>>