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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java98 public static final boolean DEBUG_A11Y = false; field in class:LockPatternView
557 if (DEBUG_A11Y) Log.v(TAG, "ivnalidating root because cell was added.");
641 if (DEBUG_A11Y) Log.v(TAG, "onSizeChanged(" + w + "," + h + ")");
1405 if (DEBUG_A11Y) Log.v(TAG, "getVisibleVirtualViews(len=" + virtualViewIds.size() + ")");
1418 if (DEBUG_A11Y) Log.v(TAG, "onPopulateEventForVirtualView(" + virtualViewId + ")");
1438 if (DEBUG_A11Y) Log.v(TAG, "onPopulateNodeForVirtualView(view=" + virtualViewId + ")");
1457 if (DEBUG_A11Y) Log.v(TAG, "bounds:" + bounds.toString());
1474 if (DEBUG_A11Y) Log.v(TAG, "onPerformActionForVirtualView(id=" + virtualViewId
1483 if (DEBUG_A11Y) Log.v(TAG, "*** action not handled in "
1491 if (DEBUG_A11Y) Lo
[all...]

Completed in 34 milliseconds