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

1 2 3 4 5 6 7 8 9

  /external/autotest/client/site_tests/touch_TouchscreenTaps/
control 7 PURPOSE = "Test that touchscreen finger presses are interpreted as taps."
9 This test will fail if, after playback of touch events, taps do not appear
20 Uses javascript page to listen for touchscreen taps. If all goes well, the
  /development/samples/browseable/ElevationBasic/
_index.jd 10 taps on it, using setTranslationZ().
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CustomDescriptionWithLinkTestCase.java 49 * Tests scenarios when user taps a link in the custom description and then taps back:
58 * Tests scenarios when user taps a link in the custom description, change the screen
59 * orientation while the new activity is show, then taps back:
74 * Tests scenarios when user taps a link in the custom description, then the new activity
87 * Tests scenarios when user taps a link in the custom description, taps back to return to the
99 * Tests scenarios when user taps a link in the custom description, taps back to return to the
111 * Tests scenarios when user taps a link in the custom description, taps back to return to th
    [all...]
  /external/autotest/client/site_tests/touch_StylusTaps/
control 9 This test will fail if, after playback of touch events, taps do not appear
20 Uses kernel playback and a javascript page to play and listen for stylus taps.
  /development/samples/browseable/CardEmulation/
_index.jd 10 whenever the screen is on and the user taps their device on an appropriately configured
  /external/fio/lib/
lfsr.h 10 unsigned int taps[FIO_MAX_TAPS]; member in struct:lfsr_taps
lfsr.c 8 * LFSR taps retrieved from:
144 static uint64_t lfsr_create_xormask(uint8_t *taps)
149 for(i = 0; i < FIO_MAX_TAPS && taps[i] != 0; i++)
150 xormask |= 1UL << (taps[i] - 1);
237 uint8_t *taps; local
239 taps = find_lfsr(nums);
240 if (!taps)
244 fl->xormask = lfsr_create_xormask(taps);
245 fl->cached_bit = 1UL << (taps[0] - 1);
  /external/libvpx/libvpx/test/
blockiness_test.cc 112 void Blur(uint8_t *data, int stride, int taps) {
114 int half_taps = taps / 2;
116 for (int w = 0; w < taps; ++w) {
119 for (int w = taps; w < width_; ++w) {
120 sum += data[w + h * stride] - data[w - taps + h * stride];
121 data[w - half_taps + h * stride] = (sum + half_taps) / taps;
125 for (int h = 0; h < taps; ++h) {
128 for (int h = taps; h < height_; ++h) {
129 sum += data[w + h * stride] - data[(h - taps) * stride + w];
130 data[(h - half_taps) * stride + w] = (sum + half_taps) / taps;
    [all...]
consistency_test.cc 96 void Blur(uint8_t *data, int stride, int taps) {
98 int half_taps = taps / 2;
100 for (int w = 0; w < taps; ++w) {
103 for (int w = taps; w < width_; ++w) {
104 sum += data[w + h * stride] - data[w - taps + h * stride];
105 data[w - half_taps + h * stride] = (sum + half_taps) / taps;
109 for (int h = 0; h < taps; ++h) {
112 for (int h = taps; h < height_; ++h) {
113 sum += data[w + h * stride] - data[(h - taps) * stride + w];
114 data[(h - half_taps) * stride + w] = (sum + half_taps) / taps;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
TapTestEmulatorActivity.java 32 mTextView.setText("Number of successful taps: 0/50.");
57 mTextView.setText("Number of successful taps: " + Integer.toString(mNumTaps) +
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
BIQUAD.h 170 TAPS TYPE DEFINITIONS
177 LVM_FLOAT Storage[ (1 * 2) ]; /* One channel, two taps of size LVM_INT32 */
182 LVM_FLOAT Storage[ (2 * 2) ]; /* Two channels, two taps of size LVM_INT32 */
187 LVM_INT32 Storage[ (1*2) ]; /* One channel, two taps of size LVM_INT32 */
192 LVM_INT32 Storage[ (2*2) ]; /* Two channels, two taps of size LVM_INT32 */
200 LVM_FLOAT Storage[ (1 * 4) ]; /* One channel, four taps of size LVM_INT32 */
205 LVM_FLOAT Storage[ (2 * 4) ]; /* Two channels, four taps of size LVM_INT32 */
210 LVM_INT32 Storage[ (1*4) ]; /* One channel, four taps of size LVM_INT32 */
215 LVM_INT32 Storage[ (2*4) ]; /* Two channels, four taps of size LVM_INT32 */
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 87 Biquad_2I_Order2_Taps_t HPFTaps; /* High pass filter taps */
88 Biquad_1I_Order2_Taps_t BPFTaps; /* Band pass filter taps */
110 Biquad_2I_Order2_FLOAT_Taps_t HPFTaps; /* High pass filter taps */
111 Biquad_1I_Order2_FLOAT_Taps_t BPFTaps; /* Band pass filter taps */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
IterateRecentsEvent.java 22 * This is sent when the user taps on the Overview button to iterate to the next item in the
ToggleRecentsEvent.java 22 * This is sent when the user taps on the Overview button to toggle the Recents activity.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 35 * The "dead zone" consumes unintentional taps along the top edge of the navigation bar.
38 * outside the navigation bar (since this is when accidental taps are more likely), then contracts
45 public static final int HORIZONTAL = 0; // Consume taps along the top edge.
46 public static final int VERTICAL = 1; // Consume taps along the left edge.
141 // In the vertical orientation consume taps along the left edge.
142 // In horizontal orientation consume taps along the top edge.
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 44 #define LVPSA_MEMREGION_PERSISTENT_DATA 2 /* Offset to persistent taps memory region in memory table */
101 Biquad_1I_Order2_Taps_t *pBP_Taps; /* Points a nBands elements array that contains the band pass filter taps for each band */
103 QPD_Taps_t *pQPD_Taps; /* Points a nBands elements array that contains the QPD filter taps for each band */
106 /* Points a nBands elements array that contains the band pass filter taps for each band */
110 /* Points a nBands elements array that contains the QPD filter taps for each band */
LVPSA_QPD_Init.c 29 /* pTaps Pointer to the filter's taps */
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 152 Biquad_1I_Order1_Taps_t HPTaps; /* High pass filter taps */
153 Biquad_1I_Order1_Taps_t LPTaps; /* Low pass filter taps */
154 Biquad_1I_Order1_Taps_t RevLPTaps[4]; /* Reverb low pass filters taps */
219 Biquad_1I_Order1_FLOAT_Taps_t HPTaps; /* High pass filter taps */
220 Biquad_1I_Order1_FLOAT_Taps_t LPTaps; /* Low pass filter taps */
221 Biquad_1I_Order1_FLOAT_Taps_t RevLPTaps[4]; /* Reverb low pass filters taps */
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Private.h 97 Biquad_2I_Order2_FLOAT_Taps_t *pEQNB_Taps_Float; /* Equaliser Taps */
101 Biquad_2I_Order2_Taps_t *pEQNB_Taps; /* Equaliser Taps */
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/res/values/
base-strings.xml 26 whenever the screen is on and the user taps their device on an appropriately configured
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/res/values/
base-strings.xml 26 taps on it, using setTranslationZ().
  /developers/samples/android/connectivity/nfc/CardEmulation/
template-params.xml 30 whenever the screen is on and the user taps their device on an appropriately configured
  /development/samples/browseable/CardEmulation/res/values/
base-strings.xml 26 whenever the screen is on and the user taps their device on an appropriately configured
  /development/samples/browseable/ElevationBasic/res/values/
base-strings.xml 26 taps on it, using setTranslationZ().
  /external/autotest/client/site_tests/touch_TapSettings/
README 3 motion (i.e. do not record multipe taps or drags). Having the drag stop in the

Completed in 3289 milliseconds

1 2 3 4 5 6 7 8 9