HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 2251 - 2275 of 19572) sorted by null

<<919293949596979899100>>

  /frameworks/base/docs/html/sdk/support_api_diff/25.1.0/changes/
android.support.design.widget.Snackbar.Callback.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
76 <p><font xsize="+1">The superclass changed from <code>java.lang.Object</code> to <code>android.support.design.widget.BaseTransientBottomBar.BaseCallback</code>.<br></font>
77 <p>Changed from abstract to non-abstract.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StackScrollerDecorView.java 64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
65 super.onLayout(changed, left, top, right, bottom);
103 * and set the view Visibility to GONE. If only the content should be changed
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HotspotControllerImpl.java 154 * Sends a hotspot changed callback with the new enabled status. Wraps
156 * not changed.
165 * Sends a hotspot changed callback with the new enabled status & the number of devices
  /frameworks/base/services/core/java/com/android/server/wm/
UnknownAppVisibilityController.java 139 boolean changed = false;
143 changed = true;
146 if (changed) {
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 137 bool changed = false; variable
158 changed = true;
162 return changed;
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 77 bool Changed = false;
79 Changed |= runOnFunction(*I);
81 return Changed;
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
TileDrawable.java 136 final boolean changed = super.setVisible(visible, restart);
137 if (changed) {
150 return changed;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionMonitor.java 117 log("Phone[" + phoneId + "] subId changed " + oldSubId + "->" +
150 log("Default changed " + mDefaultDataSubId + "->" + newDefaultDataSubId);
167 log("Default phoneId changed " + oldDefaultDataPhoneId + "->" +
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 33 * Class that handles the CDMA subscription source changed events from RIL
171 * Clients automatically register for CDMA subscription source changed event
190 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> "
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccStateChangedLauncherTest.java 117 // Card state's changed to restricted. Broadcast should be sent.
128 // Nothing's changed. Broadcast should not be sent.
132 // Card state's changed from restricted. Broadcast should be sent.
  /frameworks/support/jetifier/jetifier/gradle-plugin/src/main/kotlin/com/android/tools/build/jetifier/plugin/gradle/
JetifierExtension.kt 102 * changed are kept.
104 * Advantage is that all the dependencies that didn't have to be changed are kept intact so
111 * end up with exception saying that resolved configuration cannot be changed. This is expected
JetifyGlobalTask.kt 38 * changed are kept.
40 * Advantage is that all the dependencies that didn't have to be changed are kept intact so
47 * end up with exception saying that resolved configuration cannot be changed. This is expected
  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
PlaybackGlue.java 53 * Event for {@link #isPrepared()} changed.
54 * @param glue The PlaybackGlue that has changed {@link #isPrepared()}.
61 * @param glue The PlaybackGlue that has changed playing or pausing state.
  /frameworks/support/preference/src/main/java/androidx/preference/
TwoStatePreference.java 79 final boolean changed = mChecked != checked;
80 if (changed || !mCheckedSet) {
84 if (changed) {
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
StableIdActivity.java 51 * RecyclerView isn't told what *inside the item* may have changed.
100 // this prevents RecyclerView from knowing what changed, so animations don't run
120 // swap item to top, and notify data set changed
  /frameworks/support/slices/core/src/main/java/androidx/slice/compat/
CompatPermissionManager.java 179 boolean changed = false;
184 changed = true;
188 return changed;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionBarOverlayLayout.java 264 boolean changed = false;
267 changed = true;
271 changed = true;
275 changed = true;
279 changed = true;
282 return changed;
294 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
299 changed = true;
303 changed = true;
307 if (changed) {
    [all...]
  /hardware/interfaces/usb/1.0/
types.hal 183 * be changed. False otherwise.
189 * can be changed. False otherwise.
197 * can be changed. False otherwise.
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_textparseintolistofelements.java 75 expectedNormal.add("\u03b2"); // Android-changed: GREEK LOWER CASE BETA
77 expectedNormal.add("\u03b3"); // Android-changed: GREEK LOWER CASE GAMMA
81 expectedExpanded.add("\u03b2 Dallas, \u03b3\n 98554"); // Android-changed: GREEK LOWER CASE BETA, GREEK LOWER CASE GAMMA
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 72 // changed
73 assertTrue("MessageDigest changed even though processing was off",
84 // make sure the digest has changed
  /libcore/ojluni/src/main/java/java/lang/reflect/
Executable.java 47 // Android-changed: Extensive modifications made throughout the class for ART.
268 // Android-changed: getGenericParameterTypes() implementation for use with ART.
392 // Android-changed: Exception changed to be more descriptive.
427 // Android-changed: Added @FastNative to getParameters0()
465 // Android-changed: getGenericExceptionTypes() implementation for use with ART.
486 // Android-changed: isVarArgs() made slightly more efficient.
500 // Android-changed: isSynthetic() made slightly more efficient.
540 // Android-changed: Implemented getAnnotation(Class) natively.
544 // Android-changed: Implemented getAnnotation(Class) natively
    [all...]
  /libcore/ojluni/src/main/java/java/text/
Collator.java 229 // Android-changed: Switched to ICU.
304 // Android-changed: remove use of unnecessary EQUAL constant.
321 // Android-changed: Switched to ICU.
341 // Android-changed: Switched to ICU.
370 // Android-changed: Switched to ICU.
385 // Android-changed: Switched to ICU.
389 // Android-changed: Removed references to CollatorProvider.
399 // Android-changed: Removed reference to CollatorProvider. Switched to ICU.
428 // Android-changed: improve documentation.
440 // Android-changed: Switched to ICU
    [all...]
  /libcore/ojluni/src/main/java/javax/sql/
DataSource.java 59 * server, the property for the server can be changed. The benefit is that
60 * because the data source's properties can be changed, any code accessing
61 * that data source does not need to be changed.
  /libcore/ojluni/src/main/java/sun/security/pkcs/
SignerInfo.java 316 // BEGIN Android-changed: Add verify() overload that takes an InputStream.
331 // END Android-changed: Add verify() overload that takes an InputStream.
336 // BEGIN Android-changed: Our implementation uses InputStream instead of byte[].
340 // END Android-changed: Our implementation uses InputStream instead of byte[].
344 // Android-changed: Our implementation uses InputStream instead of byte[].
351 // Android-changed: Our implementation uses InputStream instead of byte[].
381 // BEGIN Android-changed: Our implementation uses InputStream instead of byte[].
388 // END Android-changed: Our implementation uses InputStream instead of byte[].
403 // Android-changed: Our implementation uses InputStream instead of byte[].
479 // BEGIN Android-changed: Our implementation uses InputStream instead of byte[]
    [all...]
  /libcore/ojluni/src/main/native/
DatagramDispatcher.c 64 // Android-changed : Use sysconf for IOV_MAX.
76 // Android-changed : Use sysconf for IOV_MAX.
120 // Android-changed : Use sysconf for IOV_MAX.

Completed in 1850 milliseconds

<<919293949596979899100>>