Searched refs:changed (Results 301 - 325 of 384) sorted by relevance

<<111213141516

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1334 // is true or enabled surround formats changed.
1511 // Request lock in case mVolumeControlStream is changed by other thread.
2035 // No ringer or zen muted stream volumes can be changed unless it'll exit dnd
2199 * @param device the device whose volume must be changed
2670 // Persist volume for stream ring when it is changed here
4263 * @return true if changed, else false
4795 // one stream's devices have changed, check the others
4960 boolean changed;
4971 changed = oldIndex != index;
4973 // - the index actually changed O
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java940 boolean changed = false;
999 changed = true;
1015 changed = true;
1025 if (changed) {
1207 boolean changed = false;
1221 changed = Intent.ACTION_PACKAGE_CHANGED.equals(action);
1223 // At package-changed we only care about looking at new transport states
1224 if (changed) {
1229 Slog.i(TAG, "Package " + pkgName + " changed; rechecking");
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java132 // Dirty bit: mWakeLocks changed
134 // Dirty bit: mWakefulness changed
140 // Dirty bit: mBootCompleted changed
142 // Dirty bit: settings changed
144 // Dirty bit: mIsPowered changed
146 // Dirty bit: mStayOn changed
148 // Dirty bit: battery state changed
150 // Dirty bit: proximity state changed
152 // Dirty bit: dock state changed
154 // Dirty bit: brightness boost changed
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java369 /** List of activities whose multi-window mode changed that we need to report to the
373 /** List of activities whose picture-in-picture mode changed that we need to report to the
383 /** The target stack bounds for the picture-in-picture mode changed that we need to report to
544 * Used to keep track whether app visibilities got changed since the last pause. Useful to
1148 boolean changed = false;
1153 changed = true;
1161 if (changed) {
1175 boolean changed = false;
1180 changed = true;
1191 if (changed) {
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java152 * state has changed that may impact this, call
195 * state has changed that may impact this, call
856 // state as if configuration was changed.
1215 * mode, and update its UI if this has changed since the last time it
1223 boolean changed = mLastShowInputRequested != mShowInputRequested;
1225 changed = true;
1258 if (changed) {
1286 Log.w(TAG,"Window size has been changed. This may cause jankiness of resizing "
1307 * yourself whenever the returned value may have changed to have it
1414 * update its UI if this has changed sinc
[all...]
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java537 * Callback invoked while the number picker scroll state has changed.
787 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
789 super.onLayout(changed, left, top, right, bottom);
804 if (changed) {
1736 * @param notifyChange Whether to notify if the current value changed.
H A DActivityChooserView.java479 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DAdapterView.java85 * Row id to look for when data has changed
147 * True if the data has changed since the last layout
186 * The number of items in the adapter before a data changed event occurred.
557 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
616 * layout pass. If the adapter's data set has changed without a subsequent
891 // Data has changed between when this SelectionNotifier was
1242 * changed.
H A DAdapterViewAnimator.java515 // If the window has changed
760 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DGridLayout.java1058 * is likely to have changed. We must invalidate if so. */
1123 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1628 boolean changed = false;
1630 changed |= relax(locations, arcs[j]);
1632 if (!changed) {
H A DSlidingDrawer.java331 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
654 // Something changed in the content, we need to honor the layout request
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java118 * <li>If the progress changed, it updates the system notification.
1431 * Every time it's changed the equivalent system property is changed as well, but if the
1435 * user changed the name but didn't clicked OK yet (for example, because the user is typing
1487 // Must restore dumpstate's name since it was changed
1561 boolean changed = false;
1567 changed = true;
1571 if (changed) {
1572 Log.v(TAG, "changed invalid name '" + name + "' to '" + safeName + "'");
1939 * Checks whether the progress changed i
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java150 // List of currently registered tablet mode changed listeners by process id
159 // List of currently registered input devices changed listeners by process id.
1436 final boolean changed;
1442 changed = mDataStore.switchKeyboardLayout(key, direction);
1450 if (changed) {
2136 Slog.d(TAG, "Input devices changed listener for pid " + mPid + " died.");
2146 + mPid + " that input devices changed, assuming it died.", ex);
2164 Slog.d(TAG, "Tablet mode changed listener for pid " + mPid + " died.");
2174 " that tablet mode changed, assuming it died.", ex);
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java636 // Apps are allowed to downgrade channel importance if the user has not changed any
643 // system apps and dnd access apps can bypass dnd if the user hasn't changed any
1434 boolean changed = false;
1443 changed |= oldValue != newValue;
1445 if (changed) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp417 bool changed = false; local
430 changed = true;
445 if (changed) {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DSearchView.java218 * Called when the query text is changed by the user.
830 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
831 super.onLayout(changed, left, top, right, bottom);
833 if (changed) {
H A DActivityChooserView.java471 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java178 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java527 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java221 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java536 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java913 private void rematchAllNetworksAndRequests(NetworkAgentInfo changed, int oldScore) { argument
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
H A DGridLayout.java951 * is likely to have changed. We must invalidate if so. */
1016 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1516 boolean changed = false;
1518 changed |= relax(locations, arcs[j]);
1520 if (!changed) {
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DRowView.java210 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DSliceView.java378 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument

Completed in 3688 milliseconds

<<111213141516