Searched refs:DEBUG_CONCISE_TOSTRING (Results 1 – 4 of 4) sorted by relevance
62 protected static final boolean DEBUG_CONCISE_TOSTRING = false; field in AccessibilityRecord904 if (!DEBUG_CONCISE_TOSTRING || !isEmpty(mText)) { in appendTo()933 if (DEBUG_CONCISE_TOSTRING && value == defValue) return; in appendUnless()952 if (DEBUG_CONCISE_TOSTRING && propValue == UNDEFINED) return; in append()957 if (DEBUG_CONCISE_TOSTRING && propValue == null) return; in append()
1329 if (!DEBUG_CONCISE_TOSTRING || mMovementGranularity != 0) { in toString()1332 if (!DEBUG_CONCISE_TOSTRING || mAction != 0) { in toString()1335 if (!DEBUG_CONCISE_TOSTRING || mContentChangeTypes != 0) { in toString()1339 if (!DEBUG_CONCISE_TOSTRING || mWindowChangeTypes != 0) { in toString()1344 if (DEBUG || DEBUG_CONCISE_TOSTRING) { in toString()1345 if (!DEBUG_CONCISE_TOSTRING) { in toString()
188 private static final boolean DEBUG_CONCISE_TOSTRING = false; field in MotionEvent3463 if (!DEBUG_CONCISE_TOSTRING || x != 0f || y != 0f) { in toString()3480 if (!DEBUG_CONCISE_TOSTRING) { in toString()3491 if (DEBUG_CONCISE_TOSTRING && Objects.equals(defValue, value)) return; in appendUnless()
73152 Landroid/view/accessibility/AccessibilityRecord;->DEBUG_CONCISE_TOSTRING:Z75854 Landroid/view/MotionEvent;->DEBUG_CONCISE_TOSTRING:Z