Home
last modified time | relevance | path

Searched refs:getCurrentState (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java144 ModeListState getCurrentState() { in getCurrentState() method in ModeListView.CurrentStateManager
1033 mCurrentStateManager.getCurrentState().onScroll(e1, e2, distanceX, distanceY);
1040 mCurrentStateManager.getCurrentState().onSingleTapUp(ev);
1048 mCurrentStateManager.getCurrentState().onFling(e1, e2, velocityX, velocityY);
1055 mCurrentStateManager.getCurrentState().onDown(ev);
1066 mCurrentStateManager.getCurrentState().onItemSelected(selectedItem); in onItemSelected()
1174 if (mCurrentStateManager.getCurrentState() == null) { in init()
1294 if (!mCurrentStateManager.getCurrentState().shouldHandleTouchEvent(ev)) { in onTouchEvent()
1302 mCurrentStateManager.getCurrentState().onTouchEvent(ev); in onTouchEvent()
1344 if (mCurrentStateManager.getCurrentState().getCurrentAnimationEffects() != null) { in onLayout()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java779 IState CurrentAudioState = getCurrentState(); in processMessage()
1189 IState CurrentAudioState = getCurrentState(); in processMessage()
2025 if (getCurrentState() == mDisconnected) { in getConnectionState()
2031 IState currentState = getCurrentState(); in getConnectionState()
2087 return (getCurrentState() == mAudioOn); in isAudioOn()
2098 if (getCurrentState() == mAudioOn && mCurrentDevice.equals(device) in isAudioConnected()
2585 int flag = (getCurrentState() == mAudioOn) ? AudioManager.FLAG_SHOW_UI : 0; in processVolumeEvent()
2650 if (getCurrentState() != mDisconnected) { in processCallState()
3187 IState currentState = getCurrentState(); in isConnected()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java582 if (getCurrentState() == mDisconnected) { in getConnectionState()
587 IState currentState = getCurrentState(); in getConnectionState()
616 if (getCurrentState() == mConnected) { in getConnectedDevices()
DA2dpSinkStateMachine.java602 if (getCurrentState() == mDisconnected) { in getConnectionState()
607 IState currentState = getCurrentState(); in getConnectionState()
640 if (getCurrentState() == mConnected) { in getConnectedDevices()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DDrawIdler.java53 public int getCurrentState() { in getCurrentState() method in DrawIdler
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2256 IState currentState = getCurrentState(); in getConnectionState()
2349 IState currentState = getCurrentState(); in isConnected()
2391 return (getCurrentState() == mAudioOn); in isAudioOn()