HomeSort by relevance Sort by last modified time
    Searched defs:previousState (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.cpp 76 bool previousState = m_texture->hasValidTexture();
77 if (!previousState && layer.m_dirtyCanvas.isEmpty()) {
101 if (previousState != m_texture->hasValidTexture()) {
  /libcore/luni/src/main/java/java/io/
Console.java 138 int previousState = setEcho(false, 0);
144 setEcho(true, previousState);
149 private static int setEcho(boolean on, int previousState) {
151 return setEchoImpl(on, previousState);
156 private static native int setEchoImpl(boolean on, int previousState) throws IOException;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 125 int previousState = intent.getIntExtra(BluetoothAdapter.EXTRA_PREVIOUS_STATE, -1);
127 Log.i(TAG, "Previous state: " + previousState + " New state: " + newState);
130 && (BluetoothAdapter.STATE_ON == previousState
131 || BluetoothAdapter.STATE_TURNING_OFF == previousState)) {
136 && (BluetoothAdapter.STATE_OFF == previousState
137 || BluetoothAdapter.STATE_TURNING_ON == previousState)) {
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 399 State previousState = m_state;
440 if (previousState != OPENED)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 138 milliseconds