Searched refs:changed (Results 351 - 375 of 384) sorted by relevance

<<111213141516

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4243 if (DEBUG_KEYGUARD) Slog.d(TAG, "transition/occluded changed occluded="
4473 boolean changed = false;
4489 changed = true;
4498 changed = true;
4502 if (changed) {
5825 // update since mAllowLockscreenWhenOn might have changed
5863 * @return Whether the flags have changed and we have to redo the layout.
5869 final boolean changed = wasOccluded != isOccluded || force;
5870 if (!isOccluded && changed && showing) {
5880 } else if (isOccluded && changed
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java1088 * Called when a child view has changed whether or not it is tracking transient state.
1503 * Called when a view's visibility has changed. Notify the parent to take any appropriate
1506 * @param child The view whose visibility has changed
1860 boolean changed = super.updateLocalSystemUiVisibility(localValue, localChanges);
1866 changed |= child.updateLocalSystemUiVisibility(localValue, localChanges);
1868 return changed;
2047 event.setAction(action); // restore action in case it was changed
2574 ev.setAction(action); // restore action in case it was changed
3078 // with gestures in progress when this is changed.
4885 * within this view changed
6202 onLayout(boolean changed, int l, int t, int r, int b) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java89 * True when the layout has changed but the traversal has not come through yet.
1510 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DStackView.java1102 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DTextView.java409 // System wide time for last cut, copy or text changed action.
497 * @return {@code true} if the displayed drawables changed
1403 // So that selection can be changed using arrow keys and touch is handled.
2207 * This value can be null if the text or width has recently changed.
5753 * has changed and that it needs to invalidate and re-layout.
5998 // We need to update the single line mode if it has changed or we
6759 * it already was before the text changed. I'm not sure
7719 * so that if an input filter changed the error, we leave
7959 // the underlying text may have changed, causing us problems here.
8608 // Nothing has changed
8914 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
H A DLinearLayout.java1473 // ourselves. The measured height should be the max height of the children, changed
1563 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DRelativeLayout.java1073 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DToolbar.java1698 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java299 * @return True if it changed.
449 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java155 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
458 * @return whether the list order has changed
792 * This is called when the children expansion has changed and positions the children properly
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2251 // If score has changed, rebroadcast to NetworkFactories. b/17726566
2271 // If captive portal status has changed, update capabilities or disconnect.
2389 // 1. Update the linger timer. If it's changed, reschedule or cancel the alarm.
3524 // If the proxy has changed from oldLp to newLp, resend proxy broadcast with default proxy.
3526 // the default proxy (even if it hasn't changed).
4609 // Note: if mDefaultRequest is changed, NetworkMonitor needs to be updated.
4789 * @return true if routes changed between oldLp and newLp
4953 // If the requestable capabilities haven't changed, and the score hasn't changed, then
4956 // network changed foregroun
5485 rematchAllNetworksAndRequests(NetworkAgentInfo changed, int oldScore) argument
[all...]
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java643 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
771 lp = (LayoutParams) child.getLayoutParams(); // Might have changed
1274 // and onscreen views if they have changed instead of removing all of the state here.
1328 // has not changed)
/frameworks/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
H A DSlidingPaneLayout.java649 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1024 // prevent a changed Paint on a View using a hardware layer from having
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DLinearLayoutCompat.java1315 // ourselves. The measured height should be the max height of the children, changed
1405 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DToolbar.java1704 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java878 * button within the system's navigation area has changed.
1051 // The user changed.
1059 // state was used has changed since it was inactive.
1400 boolean changed = false;
1406 changed = true;
1409 if (changed) {
1765 * Called when any property of the user state has changed.
2192 // Check whether the last AccessibilityService that changed the soft keyboard mode to
2713 Slog.i(LOG_TAG, "Windows changed: " + windows);
3530 throw new IllegalArgumentException("Calling user can be changed t
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java534 + " screen changed=" + w.isConfigChanged());
676 // This is the wallpaper target and its obscured state changed... make sure the
947 * @return {@code true} if the rotation has been changed. In this case YOU MUST CALL
961 * @return {@code true} if the rotation has been changed. In this case YOU MUST CALL
1053 + " rotation changed to " + rotation
1092 // has actually changed then this method will return true and, according to the comment at
1168 * changed.
1724 // Check if display metrics changed and update base values if needed.
1754 * If display metrics changed, overrides are not set and it's not just a rotation - update base
1783 // Real display metrics changed, s
[all...]
H A DWindowManagerService.java1903 "Window type can not be changed after the window is added.");
2407 // If we changed the orientation but mOrientationChangeComplete is already true,
2443 * if it has changed from the current orientation. IF TRUE IS RETURNED SOMEONE MUST CALL
2479 // changed the real orientation our applied our screen rotation animation.
2550 final boolean changed = mFocusedApp != newFocus;
2551 if (changed) {
2558 if (moveFocusNow && changed) {
2903 * Notifies activity manager that some Keyguard flags have changed and that it needs to
3849 final boolean changed = displayContent.updateRotationUnchecked();
3850 if (changed) {
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2249 bool changed = false; local
2274 changed = true;
2280 if (changed) {
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java1313 boolean changed = false;
1392 Log.v(getTag(), "row size secondary changed: " + mRowSizeSecondary[rowIndex]
1396 changed = true;
1401 return changed;
1996 // size changed invalidate remaining Locations
1997 if (DEBUG) Log.d(getTag(), "fastRelayout: view size changed at " + position);
2201 // 1. item itself has changed or layout parameter changed
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1261 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DWebVttRenderer.java1355 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/native/services/inputflinger/
H A DInputReader.cpp406 // Send out a message that the describes the changed input devices.
623 // Enqueue configuration changed.
1071 // Must change generation to flag this device as changed
2470 // If global meta state changed send it along with the key.
2471 // If it has not changed then we'll use what keymap gave us,
3891 // Abort current pointer usages because the state has changed.
6475 // We can compare the action without masking off the changed pointer index
6498 bool changed = false; local
6511 changed = true;
6516 changed
[all...]
/frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
H A DDrawerLayout.java1206 * Return true if auto-mirror is supported and drawable's layout direction can be changed.
1219 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java569 "permission grant or revoke changed gids";
763 * List of changed [installed, removed or updated] packages.
3076 // If the platform SDK has changed since the last time we booted,
3084 Slog.i(TAG, "Platform changed from " + ver.sdkVersion + " to "
3158 Slog.i(TAG, "Build fingerprint changed; clearing code caches");
3462 Slog.w(TAG, "Wiping cache directory because the system partition changed.");
5473 final boolean changed = mPermissionManager.updatePermissionFlagsForAllApps(
5476 if (changed) {
6334 boolean changed = false;
6398 changed
[all...]

Completed in 1581 milliseconds

<<111213141516