HomeSort by relevance Sort by last modified time
    Searched defs:EventType (Results 26 - 50 of 161) sorted by null

12 3 4 5 6 7

  /external/pdfium/fxjs/
cjs_eventhandler.h 167 JS_EVENT_T EventType() const { return m_eEventType; }
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
UefiTcgPlatform.h 94 TCG_EVENTTYPE EventType; ///< TCG EFI event type
107 TCG_EVENTTYPE EventType;
185 TCG_EVENTTYPE EventType;
IpmiNetFnStorage.h 159 UINT8 EventType; // 14
217 UINT8 EventType; // 14
  /frameworks/base/core/java/android/view/textclassifier/
SelectionEvent.java 89 public @interface EventType {
124 private @EventType int mEventType;
142 @EventType int eventType, @EntityType String entityType,
147 mEventType = eventType;
336 * @throws IllegalArgumentException If eventType is not an {@link SelectionEvent.ActionType}
338 private static void checkActionType(@SelectionEvent.EventType int eventType)
340 switch (eventType) {
355 String.format(Locale.US, "%d is not an eventType", eventType))
    [all...]
  /frameworks/base/core/java/android/view/textclassifier/logging/
SmartSelectionEventTracker.java 123 if (event.mEventType != SelectionEvent.EventType.SELECTION_STARTED && mSessionId == null
131 case SelectionEvent.EventType.SELECTION_STARTED:
137 case SelectionEvent.EventType.SMART_SELECTION_SINGLE: // fall through
138 case SelectionEvent.EventType.SMART_SELECTION_MULTI:
144 case SelectionEvent.EventType.SELECTION_MODIFIED: // fall through
145 case SelectionEvent.EventType.AUTO_SELECTION:
227 case SelectionEvent.EventType.SELECTION_STARTED:
229 case SelectionEvent.EventType.SELECTION_MODIFIED:
231 case SelectionEvent.EventType.SMART_SELECTION_SINGLE:
233 case SelectionEvent.EventType.SMART_SELECTION_MULTI
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 110 enum EventType {
127 case EventType::CEC_MESSAGE:
130 case EventType::HOT_PLUG:
321 mController->mLooper->sendMessage(handler, HdmiCecEventHandler::EventType::CEC_MESSAGE);
327 mController->mLooper->sendMessage(handler, HdmiCecEventHandler::EventType::HOT_PLUG);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 722 public @interface EventType {}
756 private @EventType int mEventType;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 100 public interface EventType {
155 public long eventType; // one of the EventType
174 * For EventType.VIEW_EVENT:
181 * For EventType.CREATE_EVENT:
184 * For EventType.GO_TO:
190 * For EventType.UPDATE_TITLE:
196 if (eventType != EventType.VIEW_EVENT) {
197 Log.wtf(TAG, "illegal call to isAllDay , wrong event type " + eventType);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 128 LONG EventType;
805 _Request->EventType = (InEventType); \
    [all...]
mce.h 962 ULONGLONG EventType:1;
975 ERROR_SMBIOS_EVENT_TYPE EventType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 91 WORD EventType;
wsdtypes.h 430 DWORD EventType;
tdi.h 114 LONG EventType;
  /external/python/cpython3/Lib/tkinter/
__init__.py 137 class EventType(str, enum.Enum):
    [all...]
  /external/v8/include/
v8.h     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 

Completed in 1056 milliseconds

12 3 4 5 6 7