/frameworks/base/core/java/android/text/method/ |
Touch.java | 29 public class Touch { 30 private Touch() { } 95 * Handles touch events for dragging. You may want to do other actions 96 * like moving the cursor on touch as well.
|
ScrollingMovementMethod.java | 107 Touch.scrollTo(widget, layout, 138 Touch.scrollTo(widget, layout, 205 return Touch.onTouchEvent(widget, buffer, event);
|
ArrowKeyMovementMethod.java | 238 initialScrollX = Touch.getInitialScrollX(widget, buffer); 239 initialScrollY = Touch.getInitialScrollY(widget, buffer); 242 boolean handled = Touch.onTouchEvent(widget, buffer, event); 258 // Disallow intercepting of the touch events, so that 305 // Get the current touch position 314 // Get the last down touch position (the position at which the 329 // The spanend will always need to be associated with the touch
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListSetSelection.java | 27 * List of 1,000 items used to test calls to setSelection() in touch mode.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/ |
ListWithEditTextHeaderTest.java | 45 assertFalse("out of touch-mode", mListView.isInTouchMode());
|
/packages/apps/Phone/res/values/ |
ids.xml | 34 <!-- IDs used with events from some in-call touch UI elements;
|
config.xml | 36 <!-- If true, enable the onscreen touch UI for incoming calls. 41 <!-- If true, enable the onscreen touch UI for regular "ongoing call" 43 In general, the touch UI is used for regular calls only on
|
styles.xml | 170 <!-- Regular (non-toggle) buttons in the in-call onscreen touch UI. --> 184 <!-- Toggle buttons in the in-call onscreen touch UI. --> 198 <!-- Small round ImageButtons at the upper corners of the in-call onscreen touch UI. --> 207 corners of the in-call onscreen touch UI. --> 219 in-call onscreen touch UI. -->
|
/packages/apps/Phone/src/com/android/phone/ |
InCallScreen.java | 132 // The "touch lock" overlay timeout comes from Gservices; this is the default. 277 // "Touch lock overlay" feature 361 // eventually bring up the "touch lock" overlay. 576 // - On "full touch UI" devices, it's the compact non-sliding 587 // This is a "full touch" device. 589 if (DBG) log("- Full touch device! Found dialerView: " + mDialerView); 633 // The "touch lock overlay" feature is used only on devices that 669 // Touch events are never considered "user activity" while the [all...] |
/external/qemu/android/avd/ |
hardware-properties.ini | 33 # Touch screen support 37 abstract = Touch-screen support 38 description = Whether there is a touch screen or not on the device.
|
/frameworks/base/core/java/android/webkit/ |
WebHistoryItem.java | 42 // The apple-touch-icon url for use when adding the site to the home screen 134 * Return the touch icon url. 174 * Set the touch icon url.
|
/frameworks/base/core/java/android/widget/ |
AbsSeekBar.java | 33 * On touch, this offset plus the scaled value from the position of the 34 * touch will form the progress value. Usually 0. 305 // in its inactive state when the touch stops (because the 357 * This is called when the user either releases his touch or the touch is
|
/frameworks/base/docs/html/resources/articles/ |
index.jd | 41 <dd>Touch screens allow users to perform gestures, such as tapping, dragging, flinging, or sliding, to perform various actions. The gestures API enables your application to recognize even complicated gestures with ease. This article explains how to integrate this API into an application.</dd> 100 <dt><a href="{@docRoot}resources/articles/touch-mode.html">Touch Mode</a></dt> 101 <dd>This article explains the touch mode, one of the most important principles of Android's UI toolkit. Whenever a user interacts with a device's touch screen, the system enters touch mode. While simple in concept, there are important implications touch mode that are often overlooked.</dd>
|
/external/opencore/extern_tools_v2/bin/linux/ |
make | |
/external/quake/quake/src/QW/progs/ |
doors.qc | 11 to open without a touch, and they link together to form simultanious
153 self.message = ""; // door message are for touch only
262 self.touch = SUB_Null;
264 self.enemy.touch = SUB_Null; // get paired door
286 trigger.touch = door_trigger_touch;
399 if two doors touch, they are assumed to be connected and operate as a unit.
403 START_OPEN causes the door to move to its destination when spawned, and operate in reverse. It is used to temporarily or permanently close off an area when triggered (not usefull for touch or takedamage doors).
409 "targetname" if set, no touch field will be spawned and a remote button or trigger field activates the door.
538 self.touch = door_touch;
770 self.touch = secret_touch; [all...] |
triggers.qc | 61 { // we can't just remove (self) here, because this is a touch function
63 self.touch = SUB_Null;
149 self.touch = multi_touch;
367 death.touch = tdeath_touch;
466 self.touch = teleport_touch;
537 self.touch = trigger_onlyregistered_touch;
569 self.touch = hurt_touch;
606 self.touch = trigger_push_touch;
631 Walking monsters that touch this will jump in the direction of the trigger's angle
644 self.touch = trigger_monsterjump_touch; [all...] |
/frameworks/base/core/res/res/values/ |
config.xml | 275 <!-- Enables swipe versus poly-finger touch disambiguation in the KeyboardView --> 278 <!-- Enables special filtering code in the framework for raw touch events 279 from the touch driver. This code exists for one particular device, 281 it will be removed when the lower-level touch driver generates better 285 <!-- Enables special filtering code in the framework for raw touch events 286 from the touch driver. This code exists for one particular device,
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
CubeWallpaper1.java | 84 // By default we don't get touch events, so enable them. 133 * Store the position of the touch event so we can use it for drawing later 232 * Draw a circle around the current touch point, if any.
|
/external/opencore/tools_v2/build/make/ |
entry_point.mk | 119 $(quiet) touch $@ 124 $(quiet) touch $@ 252 $(quiet) touch $@
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 174 * intercept touch events with 178 * this request for the duration of the touch (that is, only clear the flag 182 * intercept touch events.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
_index.html | 43 <dd>Demonstrates the handling of touch screen events to implement a simple painting app. </dd>
|
/development/tools/ |
make_key | 38 # touch the disk.
|
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 15 # To enable logging, touch $LOGFILE
|
/external/dropbear/debian/ |
dropbear.README.Debian | 32 % touch /etc/ssh/sshd_not_to_be_run
|
/external/e2fsprogs/tests/d_loaddump/ |
script | 54 touch $test_name.ok
|