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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java65 private static final int EXPAND_LIST_TIMEOUT = 250; field in class:ListPopupWindow
1285 mHandler.postDelayed(mResizePopupRunnable, EXPAND_LIST_TIMEOUT);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java74 private static final int EXPAND_LIST_TIMEOUT = 250; field in class:ListPopupWindow
1331 mHandler.postDelayed(mResizePopupRunnable, EXPAND_LIST_TIMEOUT);

Completed in 4898 milliseconds