Searched defs:TIMEOUT_SEND_ACCESSIBILITY_EVENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DProgressBar.java195 private static final int TIMEOUT_SEND_ACCESSIBILITY_EVENT = 200; field in class:ProgressBar
1229 postDelayed(mAccessibilityEventSender, TIMEOUT_SEND_ACCESSIBILITY_EVENT);

Completed in 39 milliseconds