Home
last modified time | relevance | path

Searched defs:eventType (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java513 int eventType = parser.getEventType(); in readThisMapXml() local
557 int eventType = parser.getEventType(); in readThisListXml() local
609 int eventType = parser.getEventType(); in readThisIntArrayXml() local
664 int eventType = parser.getEventType(); in readValueXml() local
696 int eventType; in readThisValueXml() local
749 int eventType; in readThisValueXml() local
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityEventSource.java38 public void sendAccessibilityEvent(int eventType); in sendAccessibilityEvent()
DAccessibilityEvent.java343 public void setEventType(int eventType) { in setEventType()
562 public static AccessibilityEvent obtain(int eventType) { in obtain()
/frameworks/base/services/java/com/android/server/
DAccessibilityManagerService.java402 int eventType = event.getEventType(); in notifyAccessibilityServiceDelayedLocked() local
428 int eventType = event.getEventType(); in tryRecycleLocked() local
447 private void notifyEventListenerLocked(Service service, int eventType) { in notifyEventListenerLocked()
515 int eventType = event.getEventType(); in canDispathEventLocked() local
DPowerManagerService.java2194 public void userActivity(long time, boolean noChangeLights, int eventType) { in userActivity()
2198 public void userActivity(long time, boolean noChangeLights, int eventType, boolean force) { in userActivity()
2213 int eventType, boolean force) { in userActivity()
/frameworks/base/core/java/android/speech/
DRecognitionListener.java97 void onEvent(int eventType, Bundle params); in onEvent()
DIRecognitionListener.aidl86 void onEvent(in int eventType, in Bundle params); in onEvent()
DSpeechRecognizer.java475 public void onEvent(final int eventType, final Bundle params) { in onEvent()
/frameworks/base/sax/tests/saxtests/src/android/sax/
DExpatPerformanceTest.java104 int eventType = pullParser.next(); in withPullParser() local
/frameworks/base/core/java/android/os/
DLocalPowerManager.java47 void userActivity(long time, boolean noChangeLights, int eventType); in userActivity()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java277 int eventType = next(); in nextText() local
298 int eventType = next(); in nextTag() local
/frameworks/base/libs/ui/tests/
DInputDispatcher_test.cpp74 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType) { in pokeUserActivity()
/frameworks/base/services/jni/
Dcom_android_server_PowerManagerService.cpp79 void android_server_PowerManagerService_userActivity(nsecs_t eventTime, int32_t eventType) { in android_server_PowerManagerService_userActivity()
Dcom_android_server_InputManager.cpp961 void NativeInputManager::pokeUserActivity(nsecs_t eventTime, int32_t eventType) { in pokeUserActivity()
/frameworks/base/core/java/android/preference/
DCheckBoxPreference.java93 int eventType = AccessibilityEvent.TYPE_VIEW_CLICKED; in onBindView() local
/frameworks/base/core/java/android/view/
DMenuInflater.java98 int eventType = parser.getEventType(); in parseMenu() local
DView.java2753 public void sendAccessibilityEvent(int eventType) { in sendAccessibilityEvent()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java441 int eventType = parser.getEventType(); in readPersistentServicesLocked() local
/frameworks/base/core/java/android/content/res/
DXmlBlock.java279 int eventType = next(); in nextText() local
298 int eventType = next(); in nextTag() local
/frameworks/base/core/java/android/pim/vcard/
DVCardBuilder.java1369 final int eventType; in appendEvents() local
/frameworks/base/core/java/android/content/
DSyncStorageEngine.java1419 int eventType = parser.getEventType(); in readAccountInfoLocked() local
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java1786 public void sendAccessibilityEvent(int eventType) { in sendAccessibilityEvent()
/frameworks/base/libs/ui/
DInputDispatcher.cpp1409 int32_t eventType = POWER_MANAGER_BUTTON_EVENT; in pokeUserActivityLocked() local
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java6764 public void addErrorToDropBox(String eventType, in addErrorToDropBox()