Home
last modified time | relevance | path

Searched refs:mBeginSoftInputOnLongPressCommand (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DNumberPicker.java397 private BeginSoftInputOnLongPressCommand mBeginSoftInputOnLongPressCommand; field in NumberPicker
2113 if (mBeginSoftInputOnLongPressCommand == null) { in postBeginSoftInputOnLongPressCommand()
2114 mBeginSoftInputOnLongPressCommand = new BeginSoftInputOnLongPressCommand(); in postBeginSoftInputOnLongPressCommand()
2116 removeCallbacks(mBeginSoftInputOnLongPressCommand); in postBeginSoftInputOnLongPressCommand()
2118 postDelayed(mBeginSoftInputOnLongPressCommand, ViewConfiguration.getLongPressTimeout()); in postBeginSoftInputOnLongPressCommand()
2125 if (mBeginSoftInputOnLongPressCommand != null) { in removeBeginSoftInputCommand()
2126 removeCallbacks(mBeginSoftInputOnLongPressCommand); in removeBeginSoftInputCommand()
2140 if (mBeginSoftInputOnLongPressCommand != null) { in removeAllCallbacks()
2141 removeCallbacks(mBeginSoftInputOnLongPressCommand); in removeAllCallbacks()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt71732 Landroid/widget/NumberPicker;->mBeginSoftInputOnLongPressCommand:Landroid/widget/NumberPicker$Begin…