Searched refs:mBeginSoftInputOnLongPressCommand (Results 1 – 2 of 2) sorted by relevance
398 private BeginSoftInputOnLongPressCommand mBeginSoftInputOnLongPressCommand; field in NumberPicker2112 if (mBeginSoftInputOnLongPressCommand == null) { in postBeginSoftInputOnLongPressCommand()2113 mBeginSoftInputOnLongPressCommand = new BeginSoftInputOnLongPressCommand(); in postBeginSoftInputOnLongPressCommand()2115 removeCallbacks(mBeginSoftInputOnLongPressCommand); in postBeginSoftInputOnLongPressCommand()2117 postDelayed(mBeginSoftInputOnLongPressCommand, ViewConfiguration.getLongPressTimeout()); in postBeginSoftInputOnLongPressCommand()2124 if (mBeginSoftInputOnLongPressCommand != null) { in removeBeginSoftInputCommand()2125 removeCallbacks(mBeginSoftInputOnLongPressCommand); in removeBeginSoftInputCommand()2139 if (mBeginSoftInputOnLongPressCommand != null) { in removeAllCallbacks()2140 removeCallbacks(mBeginSoftInputOnLongPressCommand); in removeAllCallbacks()
88776 Landroid/widget/NumberPicker;->mBeginSoftInputOnLongPressCommand:Landroid/widget/NumberPicker$Begin…