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

/frameworks/native/services/surfaceflinger/
H A DTransform.h97 enum { UNKNOWN_TYPE = 0x80000000 }; enumerator in enum:android::Transform::__anon1451
H A DTransform.cpp82 r.mType |= UNKNOWN_TYPE;
130 mType = UNKNOWN_TYPE;
247 if (mType & UNKNOWN_TYPE) {
/frameworks/base/core/java/android/webkit/
H A DWebView.java354 public static final int UNKNOWN_TYPE = 0; field in class:WebView.HitTestResult
402 mType = UNKNOWN_TYPE;
1239 * will be UNKNOWN_TYPE and the URL has to be retrieved through
1250 * HitTestResult type is set to UNKNOWN_TYPE.

Completed in 81 milliseconds