Home
last modified time | relevance | path

Searched refs:DEBUG_CONCISE_TOSTRING (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java65 protected static final boolean DEBUG_CONCISE_TOSTRING = false; field in AccessibilityRecord
932 if (!DEBUG_CONCISE_TOSTRING || !isEmpty(mText)) { in appendTo()
963 if (DEBUG_CONCISE_TOSTRING && value == defValue) return; in appendUnless()
982 if (DEBUG_CONCISE_TOSTRING && propValue == UNDEFINED) return; in append()
987 if (DEBUG_CONCISE_TOSTRING && propValue == null) return; in append()
DAccessibilityEvent.java1541 if (!DEBUG_CONCISE_TOSTRING || mMovementGranularity != 0) { in toString()
1544 if (!DEBUG_CONCISE_TOSTRING || mAction != 0) { in toString()
1547 if (!DEBUG_CONCISE_TOSTRING || mContentChangeTypes != 0) { in toString()
1551 if (!DEBUG_CONCISE_TOSTRING || mWindowChangeTypes != 0) { in toString()
1556 if (DEBUG || DEBUG_CONCISE_TOSTRING) { in toString()
1557 if (!DEBUG_CONCISE_TOSTRING) { in toString()
/frameworks/base/core/java/android/view/
DMotionEvent.java190 private static final boolean DEBUG_CONCISE_TOSTRING = false; field in MotionEvent
3694 if (!DEBUG_CONCISE_TOSTRING || x != 0f || y != 0f) { in toString()
3711 if (!DEBUG_CONCISE_TOSTRING) { in toString()
3723 if (DEBUG_CONCISE_TOSTRING && Objects.equals(defValue, value)) return; in appendUnless()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt58723 Landroid/view/accessibility/AccessibilityRecord;->DEBUG_CONCISE_TOSTRING:Z
61425 Landroid/view/MotionEvent;->DEBUG_CONCISE_TOSTRING:Z