/frameworks/base/services/input/ |
InputDispatcher.cpp | 659 entry->repeatCount += 1; 664 entry->metaState, entry->repeatCount + 1, entry->downTime); 714 if (entry->repeatCount == 0 724 entry->repeatCount = mKeyRepeatState.lastKeyEntry->repeatCount + 1; 738 if (entry->repeatCount == 1) { 812 "repeatCount=%d, downTime=%lld", 816 entry->repeatCount, entry->downTime); [all...] |
InputDispatcher.h | 480 int32_t repeatCount; 497 int32_t repeatCount, nsecs_t downTime); [all...] |
/frameworks/native/libs/input/ |
InputTransport.cpp | 247 int32_t repeatCount, 252 "action=0x%x, flags=0x%x, keyCode=%d, scanCode=%d, metaState=0x%x, repeatCount=%d," 255 deviceId, source, action, flags, keyCode, scanCode, metaState, repeatCount, 274 msg.body.key.repeatCount = repeatCount; 891 msg->body.key.repeatCount, [all...] |
Input.cpp | 131 int32_t repeatCount, 140 mRepeatCount = repeatCount;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
EmojiPalettesView.java | 554 mKeyboardActionListener.onPressKey(code, 0 /* repeatCount */, true /* isSinglePointer */); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
SVGSMILElement.cpp | 711 SMILTime SVGSMILElement::repeatCount() const 817 SMILTime repeatCount = this->repeatCount(); 820 if (!simpleDuration || (repeatDur.isUnresolved() && repeatCount.isUnresolved())) 822 SMILTime repeatCountDuration = simpleDuration * repeatCount; 831 if (!resolvedEnd.isUnresolved() && dur().isUnresolved() && repeatDur().isUnresolved() && repeatCount().isUnresolved()) [all...] |
SVGSMILElement.h | 83 SMILTime repeatCount() const;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimateElement.cpp | 98 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement) 138 m_animator->calculateAnimatedValue(percentage, repeatCount, m_fromType.get(), m_toType.get(), toAtEndOfDurationType, resultAnimationElement->m_animatedType.get());
|
SVGPathBlender.cpp | 299 bool SVGPathBlender::addAnimatedPath(SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer, unsigned repeatCount) 301 TemporaryChange<unsigned> change(m_addTypesCount, repeatCount);
|
SVGAnimatedTypeAnimator.h | 56 virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*) = 0;
|
SVGAnimationElement.cpp | 610 void SVGAnimationElement::updateAnimation(float percent, unsigned repeatCount, SVGSMILElement* resultElement) 638 calculateAnimatedValue(effectivePercent, repeatCount, resultElement);
|
/external/sonivox/arm-fm-22k/host_src/ |
eas.h | 180 * repeatCount - repeat count (0 = no repeat, -1 = repeat forever) 192 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 repeatCount); [all...] |
/external/sonivox/arm-hybrid-22k/host_src/ |
eas.h | 180 * repeatCount - repeat count (0 = no repeat, -1 = repeat forever) 192 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 repeatCount); [all...] |
/external/sonivox/arm-wt-22k/host_src/ |
eas.h | 180 * repeatCount - repeat count (0 = no repeat, -1 = repeat forever) 192 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 repeatCount); [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewProvider.java | 317 public boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event);
|
WebView.java | [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
KeyEventTest.java | 526 int repeatCount = 1; 528 KeyEvent.KEYCODE_0, repeatCount); 529 assertEquals(repeatCount, mKeyEvent.getRepeatCount());
|
/frameworks/base/core/java/com/android/internal/widget/ |
PointerLocationView.java | 677 final int repeatCount = event.getRepeatCount(); 678 if (repeatCount == 0) { 681 Log.i(TAG, "Key Repeat #" + repeatCount + ": " + event); [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindowManager.java | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinIME.java | [all...] |
/frameworks/native/include/input/ |
Input.h | 301 int32_t repeatCount,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ConsoleView.js | [all...] |
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 877 int repeatCount = event.getRepeatCount(); [all...] |
Dialog.java | 586 public boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) { [all...] |
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
WebViewChromium.java | [all...] |