Searched refs:setState (Results 1 - 25 of 34) sorted by relevance

12

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DTextEntryState.java44 private static void setState(final int newState) { method in class:TextEntryState
52 setState(ACCEPTED_DEFAULT);
68 setState(ACCEPTED_DEFAULT);
77 setState(PICKED_SUGGESTION);
83 setState(PICKED_RECORRECTION);
85 setState(PICKED_SUGGESTION);
92 setState(RECORRECTING);
98 setState(START);
108 setState(START);
117 setState(SPACE_AFTER_ACCEPTE
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDownUpDetector.java34 private void setState(boolean down, MotionEvent e) { method in class:DownUpDetector
47 setState(true, ev);
53 setState(false, ev);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DCandidateViewButton.java55 d.setState(View.PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET);
59 d.setState(mUpState);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionState.java65 synchronized void setState(int state) { method in class:TransactionState
H A DReadRecTransaction.java85 mTransactionState.setState(TransactionState.SUCCESS);
101 mTransactionState.setState(TransactionState.FAILED);
H A DNotificationTransaction.java162 mTransactionState.setState(FAILED);
170 mTransactionState.setState(FAILED);
200 mTransactionState.setState(SUCCESS);
205 mTransactionState.setState(SUCCESS);
221 mTransactionState.setState(SUCCESS);
224 mTransactionState.setState(FAILED);
H A DRetrieveTransaction.java145 mTransactionState.setState(TransactionState.FAILED);
159 mTransactionState.setState(TransactionState.SUCCESS);
186 mTransactionState.setState(TransactionState.FAILED);
H A DSendTransaction.java161 mTransactionState.setState(TransactionState.SUCCESS);
167 mTransactionState.setState(TransactionState.FAILED);
/packages/apps/Calendar/src/com/android/calendar/
H A DMultiStateButton.java103 public boolean setState(int state){ method in class:MultiStateButton
149 d.setState(getDrawableState());
152 mButtonDrawable.setState(null);
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DRecorder.java196 setState(RECORDING_STATE);
208 setState(IDLE_STATE);
232 setState(PLAYING_STATE);
242 setState(IDLE_STATE);
260 private void setState(int state) { method in class:Recorder
/packages/apps/Contacts/src/com/android/contacts/
H A DTabStripView.java99 mBottomRightStrip.setState(selectedChild.getDrawableState());
100 mBottomLeftStrip.setState(selectedChild.getDrawableState());
/packages/apps/Settings/src/com/android/settings/drawable/
H A DDrawableWrapper.java89 public boolean setState(final int[] stateSet) { method in class:DrawableWrapper
90 return mDrawable.setState(stateSet);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHolographicLinearLayout.java64 sld.setState(getDrawableState());
H A DBubbleTextView.java156 d.setState(getDrawableState());
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DOverlayView.java115 public void setState(int state) { method in class:OverlayView
156 setState(STATE_STUB);
H A DOverlayLinearLayout.java181 ((OverlayView)view).setState(OverlayView.STATE_ADD_BUTTON);
404 overlayView.setState(OverlayView.STATE_OVERLAY);
406 overlayView.setState(OverlayView.STATE_STUB);
435 overlayView.setState(OverlayView.STATE_OVERLAY);
437 overlayView.setState(OverlayView.STATE_STUB);
525 view.setState(OverlayView.STATE_OVERLAY);
544 view.setState(OverlayView.STATE_STUB);
H A DZoomControl.java88 mThumb.setState(isPressed() ? PRESSED_WINDOW_FOCUSED_STATE_SET : ENABLED_STATE_SET);
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPickerItem.java61 mFrame.setState(drawableState);
/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHeadsetService.java436 setState(device, BluetoothProfile.STATE_DISCONNECTED);
442 setState(device, BluetoothProfile.STATE_CONNECTED);
463 setState(device, BluetoothProfile.STATE_DISCONNECTED);
470 private synchronized void setState(BluetoothDevice device, int state) { method in class:BluetoothHeadsetService
580 setState(device, BluetoothProfile.STATE_DISCONNECTED);
722 setState(device, BluetoothProfile.STATE_CONNECTING);
790 setState(device, BluetoothProfile.STATE_CONNECTED);
823 setState(device, BluetoothProfile.STATE_CONNECTING);
857 setState(device, BluetoothProfile.STATE_DISCONNECTING);
868 setState(devic
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java300 setState(BluetoothPbap.STATE_DISCONNECTED, BluetoothPbap.RESULT_CANCELED);
447 setState(BluetoothPbap.STATE_CONNECTED);
480 setState(BluetoothPbap.STATE_DISCONNECTED);
622 private void setState(int state) { method in class:BluetoothPbapService
623 setState(state, BluetoothPbap.RESULT_SUCCESS);
626 private synchronized void setState(int state, int result) { method in class:BluetoothPbapService
749 setState(BluetoothPbap.STATE_DISCONNECTED, BluetoothPbap.RESULT_CANCELED);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java121 public abstract void setState(EntityDelta state, AccountType source, ViewIdGenerator vig, method in class:BaseRawContactEditorView
H A DRawContactEditorView.java57 * {@link #setState(EntityDelta, AccountType, ViewIdGenerator)}.
159 public void setState(EntityDelta state, AccountType type, ViewIdGenerator vig, method in class:RawContactEditorView
252 mGroupMembershipView.setState(state);
260 section.setState(kind, state, false, vig);
297 section.setState(kind, state, false, vig);
H A DKindSectionView.java131 public void setState(DataKind kind, EntityDelta state, boolean readOnly, ViewIdGenerator vig) { method in class:KindSectionView
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DAbsSeekBar.java126 thumb.setState(state);
204 mThumb.setState(state);
H A DProgressBar.java1008 mProgressDrawable.setState(state);
1012 mIndeterminateDrawable.setState(state);

Completed in 376 milliseconds

12