HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 176 - 200 of 498) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 252 int newState;
253 newState = convertHalChannelState(channelStateEvent.mState);
254 if (newState == BluetoothHealth.STATE_CHANNEL_DISCONNECTED &&
267 newState = convertHalChannelState(channelStateEvent.mState);
268 if (newState == BluetoothHealth.STATE_CHANNEL_CONNECTED) {
280 callHealthChannelCallback(chan.mConfig, chan.mDevice, newState,
282 chan.mState = newState;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 489 boolean newState = mZoomRealSizeButton.getSelection();
490 if (rescaleToReal(newState)) {
491 mZoomOutButton.setEnabled(!newState);
492 mZoomResetButton.setEnabled(!newState);
493 mZoomInButton.setEnabled(!newState);
494 mZoomFitButton.setEnabled(!newState);
496 mZoomRealSizeButton.setSelection(!newState);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 163 * @param newState notes for the next backup
168 ParcelFileDescriptor newState) {
192 writeJournal(newState, out);
255 * @param newState notes about the backup state after restore.
258 public void writeNewStateDescription(ParcelFileDescriptor newState) {
264 writeJournal(newState, out);
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
75 if (newState == BluetoothProfile.STATE_CONNECTED) {
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
75 if (newState == BluetoothProfile.STATE_CONNECTED) {
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
  /external/chromium/chrome/browser/resources/chromeos/
sim_unlock.js 43 var newState = simInfo.state;
48 switch(newState) {
123 this.state_ = newState;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 233 int newState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, 0);
235 if (newState == BluetoothProfile.STATE_DISCONNECTED &&
240 cachedDevice.onProfileStateChanged(mProfile, newState);
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 328 onBackup()} was called (as defined by {@code newState}, below, or from {@link
338 <dt>{@code newState}</dt>
344 onBackup()} method. If you do not write your backup data to {@code newState}, then {@code oldState}
357 {@code newState} (see step 3). The easiest way to record the state of a file is with its
418 the {@code newState} {@link android.os.ParcelFileDescriptor}. The Backup Manager retains this object
425 <p>The following example saves a representation of the current data into {@code newState} using
428 FileOutputStream outstream = new FileOutputStream(newState.getFileDescriptor());
478 <dt>{@code newState}</dt>
483 onBackup()} is called. Recall that you must also write the same {@code newState} object in the
516 {@code newState} parameter the same as you do during {@lin
    [all...]
  /external/chromium_org/remoting/webapp/
session_connector.js 423 * @param {number} newState The current state of the plugin.
428 function(oldState, newState) {
429 switch (newState) {
481 console.error('Unexpected client plugin state: ' + newState);
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSourceBase.h 97 virtual void onReadyStateChange(const AtomicString& oldState, const AtomicString& newState) = 0;
MediaSource.cpp 154 void MediaSource::onReadyStateChange(const AtomicString& oldState, const AtomicString& newState)
161 if (oldState == openKeyword() && newState == endedKeyword()) {
WebKitMediaSource.cpp 149 void WebKitMediaSource::onReadyStateChange(const AtomicString& oldState, const AtomicString& newState)
158 if (oldState == openKeyword() && newState == endedKeyword()) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawtex.c 50 if (ctx->NewState)
  /external/mesa3d/src/mesa/main/
drawtex.c 50 if (ctx->NewState)
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 62 void notifyAutoExposure(uint8_t newState, int triggerId);
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 309 boolean newState;
313 newState = xvel > 0;
315 newState = getTargetCheckedState();
317 animateThumbToCheckedState(newState);
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 300 boolean newState;
304 newState = xvel > 0;
306 newState = getTargetCheckedState();
308 animateThumbToCheckedState(newState);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DrawerLayoutActivity.java 172 public void onDrawerStateChanged(int newState) {
173 mDrawerToggle.onDrawerStateChanged(newState);
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 370 void updateAfState(uint8_t newState, int32_t triggerId);
377 void updateAeState(uint8_t newState, int32_t triggerId);
  /external/icu4c/layout/
HangulLayoutEngine.cpp 71 int32_t newState;
282 state = transition.newState;
  /frameworks/av/include/media/stagefright/
OMXCodec.h 333 void onStateChange(OMX_STATETYPE newState);
336 void setState(State newState);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 92 public void onStorageStateChanged(String path, String oldState, String newState) {
93 final boolean on = newState.equals(Environment.MEDIA_SHARED);
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 186 private void changeState(int newState) {
187 mState = newState;
  /packages/services/Telephony/src/com/android/phone/
CallModeler.java 520 private void setNewState(Call call, int newState, Connection connection) {
521 Preconditions.checkState(call.getState() != newState);
527 if (Call.State.isDialing(newState)) {
532 } else if (!Call.State.isConnected(newState)) {
536 call.setState(newState);
551 final int newState = translateStateFromTelephony(connection, isForConference);
553 if (call.getState() != newState) {
554 setNewState(call, newState, connection);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 223 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
294 ctx->NewState |= _NEW_STENCIL;
303 ctx->NewState |= _NEW_POLYGON;
315 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL);
331 ctx->NewState |= _NEW_VIEWPORT;
349 ctx->NewState |= _NEW_POLYGON;

Completed in 2695 milliseconds

1 2 3 4 5 6 78 91011>>