Searched refs:mBeginSoftInputOnLongPressCommand (Results 1 – 2 of 2) sorted by relevance
397 private BeginSoftInputOnLongPressCommand mBeginSoftInputOnLongPressCommand; field in NumberPicker2113 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()
71732 Landroid/widget/NumberPicker;->mBeginSoftInputOnLongPressCommand:Landroid/widget/NumberPicker$Begin…