Searched defs:getEventType (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionEvent.java37 public int getEventType() { method in class:ActivityRecognitionEvent
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionEvent.java42 public int getEventType() { method in class:ActivityRecognitionEvent
/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java137 public int getEventType() { method in class:UsageEvents.Event
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java108 mEventType = mDelegate.getEventType();
154 public int getEventType() throws XmlPullParserException { method in class:LayoutParserWrapper
155 return mPeeked ? mEventType : mDelegate.getEventType();
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java78 * <li>{@link #getEventType()} - The type of the event.</li>
106 * <li>{@link #getEventType()} - The type of the event.</li>
134 * <li>{@link #getEventType()} - The type of the event.</li>
164 * <li>{@link #getEventType()} - The type of the event.</li>
194 * <li>{@link #getEventType()} - The type of the event.</li>
216 * <li>{@link #getEventType()} - The type of the event.</li>
235 * <li>{@link #getEventType()} - The type of the event.</li>
269 * <li>{@link #getEventType()} - The type of the event.</li>
308 * <li>{@link #getEventType()} - The type of the event.</li>
330 * <li>{@link #getEventType()}
845 public int getEventType() { method in class:AccessibilityEvent
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java150 getEventType(status.infoType), null, attributes);
796 private int getEventType(int infoType) { method in class:DrmManagerClient
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java200 public int getEventType() { method in class:BridgeXmlBlockParser
353 if (type != getEventType()
362 if (getEventType() != START_TAG) {
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java148 public int getEventType() throws XmlPullParserException { method in class:XmlBlock.Parser
268 if (type != getEventType()
274 if(getEventType() != START_TAG) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1031 ResXMLParser::event_code_t ResXMLParser::getEventType() const function in class:android::ResXMLParser
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 339 milliseconds