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

<<71727374757677787980>>

  /frameworks/base/location/java/android/location/
LocationListener.java 23 * the location has changed. These methods are called if the
38 * Called when the location has changed.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 93 protected void onLayout(boolean changed, int l, int t, int r, int b) {
94 super.onLayout(changed, l, t, r, b);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationPresenter.java 62 * Called when the locked status of the device is changed for a work profile.
106 * @param recompute whether something has changed that means we should recompute this value
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
VisualStabilityManager.java 85 boolean changed = reorderingAllowed && !mReorderingAllowed;
87 if (changed) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NearestTouchFrame.java 64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
65 super.onLayout(changed, left, top, right, bottom);
UnlockMethodCache.java 97 boolean changed = secure != mSecure || canSkipBouncer != mCanSkipBouncer ||
99 if (changed || updateAlways) {
  /frameworks/base/services/backup/java/com/android/server/backup/
DataChangedJournal.java 30 * A journal of packages that have indicated that their data has changed (and therefore should be
56 * @param packageName The name of the package whose data has changed.
  /frameworks/base/services/core/java/com/android/server/net/watchlist/
ReportEncoder.java 42 // Report version number, as file format / parameters can be changed in later version, we need
71 // TODO: Handle watchlist config changed case
  /frameworks/base/telephony/java/android/telephony/ims/feature/
ImsFeature.java 162 * The capability was unable to be changed.
166 * The capability was able to be changed.
203 * @param capability The capability that was requested to be changed.
213 * The status of the feature's capabilities has changed to either available or unavailable.
237 * indicated capability has failed and has not changed.
247 * @param reason The reason this capability was unable to be changed, defined as
421 * Internal method called by ImsFeature when setFeatureState has changed.
504 * Called by the ImsFeature when the capabilities status has changed.
  /frameworks/base/test-runner/src/junit/textui/
ResultPrinter.java 5 // android-changed
104 // android-changed
  /frameworks/native/libs/vr/libpdx_uds/
channel_event_set.cpp 53 // Calculate which bits changed and how. Bits that haven't changed since last
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifListLayout.java 82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
83 super.onLayout(changed, left, top, right, bottom);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StickyHeaderScrollView.java 63 protected void onLayout(boolean changed, int l, int t, int r, int b) {
64 super.onLayout(changed, l, t, r, b);
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UT_multi_input.java 85 Log.e(name, "Ain0 was " + a[i] + " but changed to " + ain0[i]);
90 Log.e(name, "Ain1 was " + b[i] + " but changed to " + ain1[i]);
  /frameworks/support/car/src/main/java/androidx/car/widget/
DayNightStyle.java 49 * Sets the foreground color to be automatically changed based on day/night mode, assuming the
57 * Sets the foreground color to be automatically changed based on day/night mode, assuming the
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
ListRowDataAdapter.java 35 // But underlying data would have changed during the notifyRemove call by the previous add
159 * batched and the underlying data would have changed to reflect latest updates as opposed
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
CursorObjectAdapter.java 106 boolean changed = mMapper != mapper;
109 if (changed) {
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
EventBridge.java 87 * Called when state of an item has been changed.
92 if (VERBOSE) Log.v(TAG, "ITEM " + key + " CHANGED at pos: " + position);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementchangeattributevalue.java 33 * its value should be changed to the new one that is in
40 * element, then its value should be changed to the new one
hc_attrspecifiedvaluechanged.java 32 * value of the attribute is changed.
74 ((Element) /*Node */testNode).setAttribute("class", "Y\u03b1"); // Android-changed: GREEK LOWER CASE ALPHA
hc_elementchangeattributevalue.java 33 * its value should be changed to the new one that is in
40 * element, then its value should be changed to the new one
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS04.java 95 // BEGIN Android-changed
102 // END Android-changed
setAttributeNS02.java 78 // BEGIN Android-changed
85 // END Android-changed
setAttributeNS05.java 36 * on the element, its prefix is changed to be the prefix part of the "qualifiedName",
37 * and its vale is changed to be the "value" paramter.
setAttributeNS09.java 36 * on the element, its prefix is changed to be the prefix part of the "qualifiedName",
37 * and its vale is changed to be the "value" paramter.

Completed in 1461 milliseconds

<<71727374757677787980>>