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

/frameworks/native/services/surfaceflinger/
H A DTransform.h100 enum { UNKNOWN_TYPE = 0x80000000 }; enumerator in enum:android::Transform::__anon1594
H A DTransform.cpp82 r.mType |= UNKNOWN_TYPE;
126 mType = UNKNOWN_TYPE;
250 if (mType & UNKNOWN_TYPE) {
/frameworks/base/core/java/android/webkit/
H A DWebView.java437 public static final int UNKNOWN_TYPE = 0; field in class:WebView.HitTestResult
485 mType = UNKNOWN_TYPE;
1354 * will be UNKNOWN_TYPE and the URL has to be retrieved through
1365 * HitTestResult type is set to UNKNOWN_TYPE.

Completed in 127 milliseconds