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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 48 TypedValue outValue = new TypedValue();
49 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true);
50 sDimAlpha = (int) (outValue.getFloat() * 255);
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 59 TypedValue outValue = new TypedValue();
60 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true);
61 sDimAlpha = (int) (outValue.getFloat() * 255);
  /external/webkit/JavaScriptCore/runtime/
JSONObject.cpp 664 JSValue outValue = jsNull();
698 outValue = array;
717 outValue = inValue;
722 JSValue filteredValue = callReviver(array, jsString(m_exec, UString::from(indexStack.last())), outValue);
766 outValue = object;
786 outValue = inValue;
793 JSValue filteredValue = callReviver(object, jsString(m_exec, prop.ustring()), outValue);
806 outValue = inValue;
830 finalHolder->put(m_exec, m_exec->globalData().propertyNames->emptyIdentifier, outValue, slot);
831 return callReviver(finalHolder, jsEmptyString(m_exec), outValue);
    [all...]
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.cpp 268 OutputType outValue = context.null();
308 outValue = outArray;
327 outValue = transformed;
336 context.putProperty(outArray, indexStack.last(), outValue);
374 outValue = outObject;
387 outValue = transformed;
395 context.putProperty(outputObjectStack.last(), propertyStack.last()[indexStack.last()], outValue);
405 outValue = transformed;
426 return outValue;
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 462 milliseconds