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

<<121122123124125126127128129130>>

  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
TaskKeyLruCache.java 31 * changed.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ForegroundServiceController.java 29 * @param sbn notification that was just changed in some way
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeWallpaperState.java 86 Log.i(TAG, "AOD wallpaper state changed to: " + mIsAmbientMode
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarView.java 152 boolean changed = false;
155 changed = true;
161 changed = true;
165 return changed;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastControllerImpl.java 190 boolean changed = false;
196 changed = true;
199 changed = true;
202 if (changed) {
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
SimChangeListener.java 64 Log.d(TAG, "got Sim changed to state " + state + ", mSimNotLoadedSeen=" +
  /frameworks/base/services/core/java/com/android/server/wm/
PinnedStackController.java 313 * In the case where the display rotation is changed but there is no stack, we can't depend on
438 Slog.e(TAG_WM, "Error delivering bounds changed event.", e);
448 Slog.e(TAG_WM, "Error delivering bounds changed event.", e);
454 * Notifies listeners that the PIP minimized state has changed.
461 Slog.e(TAG_WM, "Error delivering minimize changed event.", e);
467 * Notifies listeners that the PIP actions have changed.
474 Slog.e(TAG_WM, "Error delivering actions changed event.", e);
480 * Notifies listeners that the PIP movement bounds have changed.
507 Slog.e(TAG_WM, "Error delivering actions changed event.", e);
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 34 * Request an update of the current location. If the location has changed,
  /frameworks/base/telephony/java/android/telephony/mbms/
MbmsDownloadSessionCallback.java 63 * Called to indicate published File Services have changed.
  /frameworks/base/test-mock/
Android.mk 82 # Check that the android.test.mock.stubs library has not changed
85 # Check that the API we're building hasn't changed from the not-yet-released
168 # Check that the android.test.mock.stubs-system library has not changed
171 # Check that the API we're building hasn't changed from the not-yet-released
  /frameworks/base/tests/backup/
test_backup.sh 60 # say that the data has changed
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
InverseBindingListener.java 73 * Notifies the data binding system that the attribute value has changed.
  /frameworks/native/include/android/
native_activity.h 56 * pointer itself here should not be changed; it is allocated and managed
170 * Focus has changed in this NativeActivity's window. This is often used,
220 * The rectangle in the window in which content should be placed has changed.
225 * The current device AConfiguration has changed. The new configuration can
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScoringParamsTest.java 334 String changed = before.replace('8', '9');
335 assertFalse(changed.equals(before));
338 .thenReturn(changed);
340 assertEquals(changed, mScoringParams.toString());
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewCallbacks.java 24 * The full screen state has changed.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 97 * taken after the link property is changed.
100 NONE, CHANGED, RESET;
105 } else if (value == CHANGED.ordinal()) {
106 return CHANGED;
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
EmojiEditableFactory.java 30 * operation is reported to DynamicLayout, for every span that has changed. For each change,
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DetailsOverviewRow.java 53 * Called when DetailsOverviewRow has changed image drawable.
59 * Called when DetailsOverviewRow has changed main item.
65 * Called when DetailsOverviewRow has changed actions adapter.
166 * Notifies listeners for actions adapter changed on UI thread.
DiffCallback.java 50 * the contents of an item have changed.
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
ItemKeyProvider.java 64 * @param scope Scope can't be changed at runtime.
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentMenuFragmentSupport.java 41 // Update fragment visibility when check boxes are changed.
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
SearchFragment.java 136 // when the items in the adapter changed.
190 * changed by another set of data when user click one of the photo items in the list.
259 * changed by another set of data when user click one of the photo items in the list.
337 * changed by another set of data when user click one of the photo items in the list.
SearchSupportFragment.java 139 // when the items in the adapter changed.
193 * changed by another set of data when user click one of the photo items in the list.
262 * changed by another set of data when user click one of the photo items in the list.
340 * changed by another set of data when user click one of the photo items in the list.
  /frameworks/support/wear/src/main/java/androidx/wear/internal/widget/drawer/
WearableNavigationDrawerPresenter.java 39 * Indicates to the presenter that the underlying data has changed.
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
ConstraintsCommandHandler.java 33 * This is a command handler which handles the constraints changed event.

Completed in 1898 milliseconds

<<121122123124125126127128129130>>