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

/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionEvent.java38 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 DEventStats.java77 public int getEventType() { method in class:EventStats
H A DUsageEvents.java303 public int getEventType() { method in class:UsageEvents.Event
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteXmlPullParserAdapter.java205 public int getEventType() throws XmlPullParserException, RemoteException { method in class:RemoteXmlPullParserAdapter
206 return mDelegate.getEventType();
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java97 int getEventType() throws XmlPullParserException, RemoteException; method in interface:RemoteXmlPullParser
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteXmlPullParserAdapter.java320 public int getEventType() throws XmlPullParserException { method in class:RemoteXmlPullParserAdapter
322 return mDelegate.getEventType();
/frameworks/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/textclassifier/
H A DSelectionEvent.java371 public int getEventType() { method in class:SelectionEvent
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java150 getEventType(status.infoType), null, attributes);
803 private int getEventType(int infoType) { method in class:DrmManagerClient
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java201 public int getEventType() { method in class:BridgeXmlBlockParser
354 if (type != getEventType()
363 if (getEventType() != START_TAG) {
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java152 public int getEventType() throws XmlPullParserException { method in class:XmlBlock.Parser
272 if (type != getEventType()
278 if(getEventType() != START_TAG) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java78 * <li>{@link #getEventType()} - The type of the event.</li>
91 * <li>{@link #getEventType()} - The type of the event.</li>
104 * <li>{@link #getEventType()} - The type of the event.</li>
117 * <li>{@link #getEventType()} - The type of the event.</li>
130 * <li>{@link #getEventType()} - The type of the event.</li>
148 * <li>{@link #getEventType()} - The type of the event.</li>
160 * <li>{@link #getEventType()} - The type of the event.</li>
182 * <li>{@link #getEventType()} - The type of the event.</li>
203 * <li>{@link #getEventType()} - The type of the event.</li>
221 * <li>{@link #getEventType()}
862 public @EventType int getEventType() { method in class:AccessibilityEvent
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1092 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 504 milliseconds