Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java65 protected static final boolean DEBUG_CONCISE_TOSTRING = false; field in AccessibilityRecord
952 if (!DEBUG_CONCISE_TOSTRING || !isEmpty(mText)) { in appendTo()
986 if (DEBUG_CONCISE_TOSTRING && value == defValue) return; in appendUnless()
1007 if (DEBUG_CONCISE_TOSTRING && propValue == UNDEFINED) return; in append()
1012 if (DEBUG_CONCISE_TOSTRING && propValue == null) return; in append()
H A DAccessibilityEvent.java1654 if (!DEBUG_CONCISE_TOSTRING || mMovementGranularity != 0) { in toString()
1657 if (!DEBUG_CONCISE_TOSTRING || mAction != 0) { in toString()
1660 if (!DEBUG_CONCISE_TOSTRING || mContentChangeTypes != 0) { in toString()
1664 if (!DEBUG_CONCISE_TOSTRING || mWindowChangeTypes != 0) { in toString()
1669 if (DEBUG || DEBUG_CONCISE_TOSTRING) { in toString()
1670 if (!DEBUG_CONCISE_TOSTRING) { in toString()
/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java192 private static final boolean DEBUG_CONCISE_TOSTRING = false; field in MotionEvent
3897 if (!DEBUG_CONCISE_TOSTRING || x != 0f || y != 0f) { in toString()
3914 if (!DEBUG_CONCISE_TOSTRING) { in toString()
3926 if (DEBUG_CONCISE_TOSTRING && Objects.equals(defValue, value)) return; in appendUnless()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58723 Landroid/view/accessibility/AccessibilityRecord;->DEBUG_CONCISE_TOSTRING:Z
61425 Landroid/view/MotionEvent;->DEBUG_CONCISE_TOSTRING:Z