Searched refs:changed (Results 251 - 275 of 384) sorted by relevance

<<111213141516

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DSystemMediaRouteProvider.java85 * Called by the media router when a route is changed to synchronize state with
324 boolean changed = false;
326 changed |= addSystemRouteNoPublish(routeObj);
328 if (changed) {
408 // The currently selected route has already changed so this callback
513 // The currently selected route has already changed so this callback
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java671 * @return True if a property has changed.
674 boolean changed = nLoadSystemProperties(mNativeProxy);
675 if (changed) {
678 return changed;
716 * Adds a rendernode to the renderer which can be drawn and changed asynchronously to the
H A DView.java243 * <td>Called when the size of this view has changed.
305 * has changed.
506 * to be changed, the view will call {@link #requestLayout()}.</li>
508 * may need to be changed, the view will call {@link #invalidate()}.</li>
2882 * Flag whether the accessibility state of the subtree rooted at this view changed.
3775 * Indicates that the screen has changed state and is now off.
3782 * Indicates that the screen has changed state and is now on.
6314 * Register a callback to be invoked when focus of this view changed.
7854 * <li>Notifying the Android System when the view value changed by calling
8026 * when the focused virtual child changed
20760 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java832 boolean changed = false;
841 changed = true;
869 return changed;
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DSystemMediaRouteProvider.java84 * Called by the media router when a route is changed to synchronize state with
323 boolean changed = false;
325 changed |= addSystemRouteNoPublish(routeObj);
327 if (changed) {
407 // The currently selected route has already changed so this callback
512 // The currently selected route has already changed so this callback
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java363 final boolean changed = updateProvidersForPackageLocked(
367 if (changed) {
392 boolean changed = false;
400 changed = true;
419 changed = Intent.ACTION_PACKAGE_CHANGED.equals(action);
435 if (added || changed) {
509 boolean changed = provider.setMaskedByLockedProfileLocked(lockedProfile);
510 changed |= provider.setMaskedByQuietProfileLocked(quietProfile);
520 changed |= provider.setMaskedBySuspendedPackageLocked(suspended);
524 if (changed) {
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java593 boolean changed = super.setFrame(l, t, r, b);
594 if (changed) {
632 return changed;
752 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
753 super.onLayout(changed, left, top, right, bottom);
768 // If the application changed its SystemUI metrics, we might also have to adapt
773 if (changed && mResizeMode == RESIZE_MODE_DOCKED_DIVIDER) {
1077 // Don't animate if the presence of stable insets has changed, because that
1079 // first time, or the window size or position has changed.
1155 // The insets have changed, bu
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java93 // changed.
412 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
413 super.onLayout(changed, left, top, right, bottom);
435 // Size has changed, start an animation.
1117 boolean changed = mQsExpanded != expanded;
1118 if (changed) {
1914 // Block update if we are in quick settings and just the top padding changed
2289 boolean changed = mQsScrimEnabled != qsScrimEnabled;
2291 if (changed) {
H A DStatusIconContainer.java104 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerService.java403 * @param permissionCallback Callback for permission changed
454 " as the group changed from " + oldPermissionGroupName +
615 final boolean changed;
628 changed = bp.addToTree(fixedLevel, info, tree);
633 if (changed && callback != null) {
699 // the runtime ones are written only if changed. The only cases of
700 // changed runtime permissions here are promotion of an install to
855 // Since we changed the flags, we have to write.
875 // Since we changed the flags, we have to write.
890 // We changed th
[all...]
/frameworks/base/core/java/android/widget/
H A DSearchView.java202 * Called when the query text is changed by the user.
819 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
820 super.onLayout(changed, left, top, right, bottom);
822 if (changed) {
H A DDayPickerView.java214 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DFrameLayout.java260 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DTableLayout.java444 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
487 // the total number of columns is dynamically changed if we find
587 // Column's widths are changed: force child table rows to re-measure.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java457 * changed.
476 * Updates the AccessPoint rankingScore and speed, returning true if the data has changed.
487 * @return true if the set speed has changed
525 boolean changed = oldSpeed != mSpeed;
526 if(isVerboseLoggingEnabled() && changed) {
529 return changed;
565 * true if the metering changed.
1364 * changed
1369 * Indicates the "wifi pie signal level" has changed, retrieved via calls to
1377 * changed
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java353 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
354 super.onLayout(changed, left, top, right, bottom);
367 if (changed) {
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp191 bool changed = false; local
198 changed = true;
201 return changed;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java272 // note that this triggers call state changed notif
383 // note that this triggers call state changed notif
947 boolean changed;
948 changed = conn.update(dc);
949 hasNonHangupStateChanged = hasNonHangupStateChanged || changed;
1073 // 2) A Call/Connection object has changed state...
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java681 * Checks whether this window changed. The argument should be
686 * @return Whether something changed.
690 public boolean changed(AccessibilityWindowInfo other) { method in class:AccessibilityWindowInfo
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java429 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java382 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java272 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java900 Slog.i(TAG, "Display device changed state: \"" + info.name
903 Slog.i(TAG, "Display device changed: " + info);
1109 boolean changed = false;
1119 changed = true;
1122 changed = true;
1125 return changed;
1156 Slog.d(TAG, "Display " + displayId + " hasContent flag changed: "
1556 + mPid + " that displays changed, assuming it died.", ex);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowToken.java361 "Visibility changed in " + this + ": vis=" + nowVisible);
404 boolean changed = false;
420 changed = true;
426 changed |= win.onAppVisibilityChanged(visible, runningAppAnimation);
450 if (changed) {
486 // usually gets changed in AppWindowContainerController.setVisibility already. However,
1366 // The token has now changed state to having all windows shown... what to do, what to do?
H A DWindowState.java1253 * dimensions or insets have changed.
1274 Slog.v(TAG_WM, "Win " + this + " config changed: " + getConfiguration());
1315 // If it's a dead window left on screen, and the configuration changed, there is nothing
1695 boolean changed = false;
1699 changed |= c.onAppVisibilityChanged(visible, runningAppAnimation);
1711 return changed;
1730 changed = true;
1734 return changed;
1739 boolean changed = false;
1747 changed
[all...]

Completed in 1654 milliseconds

<<111213141516