HomeSort by relevance Sort by last modified time
    Searched defs:prevState (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.h 115 Word16 prevState;
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 168 ComponentState prevState = getDeviceStateLocked();
169 if (prevState != mDeviceState) {
171 mStateTransitions.add(prevState);
186 if (newState != prevState) {
189 prevState = newState;
197 mDeviceState = prevState;
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceState.java 70 int prevState = mState;
75 if (prevState != STATE_INSIDE) {
80 if (prevState == STATE_INSIDE) {
  /art/runtime/
indirect_reference_table.cc 122 IRTSegmentState prevState;
123 prevState.all = cookie;
129 DCHECK_GE(segment_state_.parts.numHoles, prevState.parts.numHoles);
141 int numHoles = segment_state_.parts.numHoles - prevState.parts.numHoles;
150 DCHECK_GE(pScan, table_ + prevState.parts.topIndex);
190 IRTSegmentState prevState;
191 prevState.all = cookie;
193 int bottomIndex = prevState.parts.topIndex;
196 DCHECK_GE(segment_state_.parts.numHoles, prevState.parts.numHoles);
235 int numHoles = segment_state_.parts.numHoles - prevState.parts.numHoles
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVideoView.java 29 private int prevState;
150 return prevState;
157 prevState = currentState;
  /packages/apps/Launcher3/src/com/android/launcher3/
FastBitmapDrawable.java 176 State prevState = mState;
188 mPropertyAnimator.setDuration(getDurationForStateChange(prevState, newState));
189 mPropertyAnimator.setStartDelay(getStartDelayForStateChange(prevState, newState));
BubbleTextView.java 566 FastBitmapDrawable.State prevState = FastBitmapDrawable.State.NORMAL;
568 prevState = ((FastBitmapDrawable) mIcon).getCurrentState();
592 ((FastBitmapDrawable) mIcon).setState(prevState);
637 FastBitmapDrawable.State prevState = d.getCurrentState();
642 .setStartDelay(getStartDelayForStateChange(prevState, focusState))
643 .setDuration(d.getDurationForStateChange(prevState, focusState))
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 176 int prevState = (prevStateInteger == null) ?
179 convertHalState(halState)+", prevState:"+prevState);
181 prevState == BluetoothInputDevice.STATE_DISCONNECTED &&
596 // This method does not check for error conditon (newState == prevState)
599 int prevState = (prevStateInteger == null) ? BluetoothInputDevice.STATE_DISCONNECTED :
601 if (prevState == newState) {
610 log("Connection state " + device + ": " + prevState + "->" + newState);
612 newState, prevState);
614 intent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, prevState);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 389 int prevState;
394 prevState = BluetoothProfile.STATE_DISCONNECTED;
398 prevState = panDevice.mState;
409 if (prevState == BluetoothProfile.STATE_DISCONNECTED && state == BluetoothProfile.STATE_DISCONNECTING) {
410 Log.d(TAG, "Ignoring state change from " + prevState + " to " + state);
414 Log.d(TAG, "handlePanDeviceStateChange preState: " + prevState + " state: " + state);
415 if (prevState == state) return;
447 state + ", prevState = " + prevState);
451 (prevState == BluetoothProfile.STATE_CONNECTED |
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 754 int prevState = mState;
757 intent.putExtra(BluetoothPbap.PBAP_PREVIOUS_STATE, prevState);
764 mState, prevState);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 466 int prevState = mState;
469 intent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, prevState);
476 mState, prevState);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 169 public void onBluetoothStateChange(int prevState, int newState) throws RemoteException {
170 Message msg = mHandler.obtainMessage(MESSAGE_BLUETOOTH_STATE_CHANGE,prevState,newState);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 490 int prevState = mState;
493 intent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, prevState);
500 mState, prevState);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 228 public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
234 b.putInt("prevState", prevState);
304 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
325 binder.sendConnectionStateChange(device, profileId, newState,prevState);
361 Integer prevState = mProfileServicesState.get(serviceName);
362 if (prevState != null && prevState != state) {
628 void updateAdapterState(int prevState, int newState){
634 mCallbacks.getBroadcastItem(i).onBluetoothStateChange(prevState,newState)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 738 final ConversationViewState prevState = mViewState;
739 mViewState = new ConversationViewState(prevState);
763 msg.alwaysShowImages || prevState.getShouldShowImages(msg);
766 final Integer savedExpanded = prevState.getExpansionState(msg);
787 mViewState.setShouldShowImages(msg, prevState.getShouldShowImages(msg));
    [all...]
  /device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c 634 uint8_t prevState = ret ? SENSOR_IDLE : GET_STATE();
636 getStateName(prevState), getStateName(newState), ret ? "ok" : "failed");
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 

Completed in 1011 milliseconds

1 2