Searched
full:newvalue (Results
326 -
350 of
856) sorted by null
<<11121314151617181920>>
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
overlay.html | 207 set visible(newValue) { 208 if (this.visible_ === newValue) 211 this.visible_ = newValue;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationGuts.java | 451 public void onTuningChanged(String key, String newValue) { 453 mShowSlider = newValue != null && Integer.parseInt(newValue) != 0;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NavigationBarInflaterView.java | 137 public void onTuningChanged(String key, String newValue) { 139 if (!Objects.equals(mCurrentLayout, newValue)) { 141 inflateLayout(newValue);
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
ApnSettingsActivity.java | 314 public boolean onPreferenceChange(Preference preference, Object newValue) { 315 if (newValue instanceof String) { 316 setSelectedApnKey((String) newValue);
|
/packages/apps/Settings/src/com/android/settings/ |
DateTimeSettings.java | 191 public boolean onPreferenceChange(Preference preference, Object newValue) { 193 boolean autoEnabled = (Boolean) newValue; 199 boolean autoZoneEnabled = (Boolean) newValue;
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
AppDataUsage.java | 238 public boolean onPreferenceChange(Preference preference, Object newValue) { 240 mDataSaverBackend.setIsBlacklisted(mAppItem.key, mPackageName, !(Boolean) newValue); 243 mDataSaverBackend.setIsWhitelisted(mAppItem.key, mPackageName, (Boolean) newValue);
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodAndSubtypeEnabler.java | 129 public boolean onPreferenceChange(final Preference pref, final Object newValue) { 130 if (!(newValue instanceof Boolean)) { 133 final boolean isChecking = (Boolean) newValue;
|
/prebuilts/devtools/tools/lib/ |
asm-analysis-4.0.jar | |
asm-analysis-5.0.3.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-analysis-4.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/ |
asm-analysis-4.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.1/ |
asm-analysis-5.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.3/ |
asm-analysis-5.0.3.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.4/ |
asm-analysis-5.0.4.jar | |
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm-analysis/4.0/ |
asm-analysis-4.0.jar | |
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm-analysis/5.0.3/ |
asm-analysis-5.0.3.jar | |
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm-analysis/5.0.4/ |
asm-analysis-5.0.4.jar | |
/external/clang/lib/Analysis/ |
BodyFarm.cpp | 285 // *theValue = newValue; 298 const ParmVarDecl *NewValue = D->getParamDecl(1); 299 QualType NewValueTy = NewValue->getType(); 329 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
SmaliAnnotationElement.java | 85 @NotNull @Override public PsiAnnotationMemberValue setValue(@NotNull PsiAnnotationMemberValue newValue) {
|
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/ |
ColorCutQuantizer.java | 504 final int newValue; 508 newValue = value * ((1 << targetWidth) - 1) / ((1 << currentWidth) - 1); 511 newValue = value >> (currentWidth - targetWidth); 513 return newValue & ((1 << targetWidth) - 1);
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
elementsetattributensurinull.java | 94 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
|
setAttributeNS01.java | 81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
|
setAttributeNS02.java | 81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
|
setAttributeNS06.java | 82 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
|
setAttributeNS07.java | 83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
|
Completed in 282 milliseconds
<<11121314151617181920>>