/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiObject.java | [all...] |
/external/chromium_org/ash/touch/ |
touch_uma.cc | 167 // Look for touches that were [almost] stationary for a long time.
|
/external/chromium_org/chrome/browser/resources/ |
gesture_config.js | 178 label: 'Maximum Separation for Gesture Touches',
|
/external/chromium_org/components/query_parser/ |
snippet.cc | 81 // Region doesn't touch previous element. See if region touches current
|
/external/chromium_org/content/browser/renderer_host/input/ |
touch_emulator.cc | 423 WebTouchPoint& point = touch_event_.touches[0];
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
code_generator_v8.py | 308 pass # |open| creates or touches the file
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-private.hh | 453 /* Make sure no one directly touches our props... */
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/ |
hmm_base.c | 333 /* The AVL tree generic package passes an ACCESS of 1 when it "touches"
|
/external/chromium_org/third_party/sqlite/src/test/ |
speed1.test | 217 # 1 big text update that touches every row in the table.
|
speed1p.explain | 275 # 1 big text update that touches every row in the table.
|
speed1p.test | 261 # 1 big text update that touches every row in the table.
|
speed2.test | 262 # 1 big text update that touches every row in the table.
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_base.c | 333 /* The AVL tree generic package passes an ACCESS of 1 when it "touches"
|
/frameworks/base/core/java/android/view/ |
InputFilter.java | 72 * touches and other input: they must be kept separate.
|
/frameworks/base/docs/html/guide/topics/ui/ |
dialogs.jd | 499 <p>When the user touches one of the dialog's action buttons or selects an item from its list, [all...] |
/frameworks/base/docs/html/tools/help/ |
index.jd | 101 as clicks, touches, or gestures, as well as a number of system-level events. You can use the Monkey
|
/frameworks/base/docs/html/training/design-navigation/ |
wireframing.jd | 34 <p>Our next step is to choose and apply navigation patterns discussed in the previous lessons to this screen map, maximizing navigation speed and minimizing the number of touches to access data, while keeping the interface intuitive and consistent with Android best practices. We also need to make different choices for our different target device form factors. For simplicity, let's focus on tablets and handsets.</p>
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/ |
hmm_base.c | 333 /* The AVL tree generic package passes an ACCESS of 1 when it "touches"
|
/packages/apps/Camera2/src/com/android/camera/ |
MultiToggleImageButton.java | 44 * Every time the user touches the button it gets set to next state in line,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
PointerTracker.java | [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/ |
ControllerService.java | 288 * When the user touches the notification, it opens the main activity
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion12-expected-completion75.txt | 44 android:filterTouchesWhenObscured : Specifies whether to filter touches when the view's window is obscured by another visible window. [boolean]
|
/build/tools/droiddoc/templates-ds/assets/scroller/ |
jquery.jscrollpane.min.js | 11 })}function an(){var aJ,aI,aL,aK,aM,s=false;al.unbind("touchstart.jsp touchmove.jsp touchend.jsp click.jsp-touchclick").bind("touchstart.jsp",function(aN){var aO=aN.originalEvent.touches[0];aJ=aC();aI=aA();aL=aO.pageX;aK=aO.pageY;aM=false;s=true}).bind("touchmove.jsp",function(aQ){if(!s){return}var aP=aQ.originalEvent.touches[0],aO=aa,aN=I;Q.scrollTo(aJ+aL-aP.pageX,aI+aK-aP.pageY);aM=aM||Math.abs(aL-aP.pageX)>5||Math.abs(a (…)
|
/external/llvm/include/llvm/ADT/ |
SparseMultiSet.h | 52 /// When SparseT is uint32_t, find() only touches up to 3 cache lines, but the 55 /// When SparseT is uint8_t (the default), find() touches up to 3+[N/256] cache
|
/frameworks/base/docs/html/design/patterns/ |
navigation-drawer.jd | 259 <p> If the user touches the very left edge of the screen (within 20 dp from the left), have the 265 The navigation drawer peeks out when the user touches the very left edge of the screen.
|