Searched refs:DEBUG_CONCISE_TOSTRING (Results 1 – 4 of 4) sorted by relevance
63 protected static final boolean DEBUG_CONCISE_TOSTRING = false; field in AccessibilityRecord927 if (!DEBUG_CONCISE_TOSTRING || !isEmpty(mText)) { in appendTo()958 if (DEBUG_CONCISE_TOSTRING && value == defValue) return; in appendUnless()977 if (DEBUG_CONCISE_TOSTRING && propValue == UNDEFINED) return; in append()982 if (DEBUG_CONCISE_TOSTRING && propValue == null) return; in append()
1420 if (!DEBUG_CONCISE_TOSTRING || mMovementGranularity != 0) { in toString()1423 if (!DEBUG_CONCISE_TOSTRING || mAction != 0) { in toString()1426 if (!DEBUG_CONCISE_TOSTRING || mContentChangeTypes != 0) { in toString()1430 if (!DEBUG_CONCISE_TOSTRING || mWindowChangeTypes != 0) { in toString()1435 if (DEBUG || DEBUG_CONCISE_TOSTRING) { in toString()1436 if (!DEBUG_CONCISE_TOSTRING) { in toString()
190 private static final boolean DEBUG_CONCISE_TOSTRING = false; field in MotionEvent3605 if (!DEBUG_CONCISE_TOSTRING || x != 0f || y != 0f) { in toString()3622 if (!DEBUG_CONCISE_TOSTRING) { in toString()3634 if (DEBUG_CONCISE_TOSTRING && Objects.equals(defValue, value)) return; in appendUnless()
62046 Landroid/view/accessibility/AccessibilityRecord;->DEBUG_CONCISE_TOSTRING:Z64748 Landroid/view/MotionEvent;->DEBUG_CONCISE_TOSTRING:Z