Searched refs:UNKNOWN_TYPE (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DTransform.h97 enum { UNKNOWN_TYPE = 0x80000000 }; enumerator in enum:android::Transform::__anon1580
H A DTransform.cpp82 r.mType |= UNKNOWN_TYPE;
130 mType = UNKNOWN_TYPE;
247 if (mType & UNKNOWN_TYPE) {
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java156 case WebView.HitTestResult.UNKNOWN_TYPE:
/frameworks/base/core/java/android/webkit/
H A DWebView.java342 public static final int UNKNOWN_TYPE = 0; field in class:WebView.HitTestResult
389 mType = UNKNOWN_TYPE;
1169 * will be UNKNOWN_TYPE and the URL has to be retrieved through
1180 * HitTestResult type is set to UNKNOWN_TYPE.

Completed in 99 milliseconds