OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spots
(Results
1 - 25
of
87
) sorted by null
1
2
3
4
/frameworks/base/services/input/
PointerController.cpp
91
for (size_t i = 0; i < mLocked.
spots
.size(); i++) {
92
delete mLocked.
spots
.itemAt(i);
94
mLocked.
spots
.clear();
262
// Add or move
spots
for fingers that are down.
279
// Remove
spots
for fingers that went up.
280
for (size_t i = 0; i < mLocked.
spots
.size(); i++) {
281
Spot* spot = mLocked.
spots
.itemAt(i);
439
// Animate
spots
that are fading out and being removed.
440
for (size_t i = 0; i < mLocked.
spots
.size(); i++) {
441
Spot* spot = mLocked.
spots
.itemAt(i)
[
all
...]
PointerController.h
34
* Interface for tracking a mouse / touch pad pointer and touch pad
spots
.
36
* The
spots
are sprites on screen that visually represent the positions of
87
// Show
spots
and a spot anchor in place of the mouse pointer.
94
/* Sets the
spots
for the current gesture.
95
* The
spots
are not subject to the inactivity timeout like the pointer
106
/* Removes all
spots
. */
237
Vector<Spot*>
spots
;
member in struct:android::PointerController::Locked
SpriteController.h
99
BASE_LAYER_SPOT = 1, // reserve space for MAX_POINTER_ID
spots
InputReader.cpp
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h
117
// Sweet
spots
for geometric input. Note that we have extra sweet
spots
only for Y coordinates.
proximity_info.cpp
174
// Computes distances using sweet
spots
if they exist.
175
// We have two types of Y coordinate sweet
spots
, for geometric and for the others.
176
// The sweet
spots
for geometric input are used for calculating key-key distances
192
// isGeometric is currently not used because we don't have extra X coordinates sweet
spots
for
/external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java
20
* A system for testing positions against "hot
spots
" embedded in the level tile map data.
21
* A level may contain a layer of "hot
spots
," tiles that provide a hint to the game objects about
22
* how to act in that particular area of the game world. Hot
spots
are commonly used to direct AI
LevelSystem.java
167
} else if (type == 3) { // hot
spots
/external/valgrind/main/memcheck/tests/
partiallydefinedeq.c
65
// never
spots
it and so doesn't use the expensive scheme (for foo).
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_resource.py
7
# This test is checking a few specific problem
spots
with the resource module.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_resource.py
7
# This test is checking a few specific problem
spots
with the resource module.
/external/chromium/chrome/browser/history/
history_types_unittest.cc
152
// The first URL should be unchanged in the first two
spots
.
/external/chromium_org/v8/src/
liveedit.h
37
// The basic use-case is when user
spots
some mistake in function body
/external/libvorbis/doc/vorbisfile/
seekexample.html
90
<p>Then we seek to 100 random
spots
in the bitstream using <a href="ov_time_seek.html">ov_time_seek</a> with randomly generated values.
/external/v8/src/
liveedit.h
37
// The basic use-case is when user
spots
some mistake in function body
/docs/source.android.com/src/devices/
audio_avoiding_pi.jd
98
not yet implemented. The likely priority inversion
spots
will be
/external/chromium_org/tools/gn/secondary/build/config/compiler/
BUILD.gn
257
# Clang
spots
more unused functions.
/docs/source.android.com/src/devices/tech/input/
touch-devices.jd
533
gesture detection, moves the pointer and
spots
accordingly and notifies
[
all
...]
dumpsys.jd
139
GestureMode:
spots
/external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h
279
// when threads are stopped by ListAllProcessThreads at random
spots
/external/iproute2/tc/
m_pedit.c
12
* 1) Big endian broken in some
spots
/external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h
303
// when threads are stopped by ListAllProcessThreads at random
spots
/external/libvpx/libvpx/examples/includes/geshi/geshi/
abap.php
1143
'
spots
',
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
21
# These are needed in a couple of
spots
, so just compute them once.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
21
# These are needed in a couple of
spots
, so just compute them once.
Completed in 653 milliseconds
1
2
3
4