Searched refs:changed (Results 201 - 214 of 214) sorted by relevance

123456789

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1374 // ourselves. The measured height should be the max height of the children, changed
1464 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DRadialTimePickerView.java701 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1219 // This is a new event stream, reset whether the value changed.
1278 // Only provide feedback if the value actually changed.
H A DRelativeLayout.java1066 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DToolbar.java1311 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1353 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3056 boolean changed = false;
3069 changed = true;
3078 changed = true;
3082 if (changed) {
4277 // update since mAllowLockscreenWhenOn might have changed
4285 * @return Whether the flags have changed and we have to redo the layout.
4335 // lid changed state
/frameworks/native/services/inputflinger/
H A DInputReader.cpp306 // Send out a message that the describes the changed input devices.
500 // Enqueue configuration changed.
3330 // Abort current pointer usages because the state has changed.
5667 // We can compare the action without masking off the changed pointer index
5690 bool changed = false; local
5703 changed = true;
5708 changed = true;
5711 return changed;
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java893 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java1327 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java743 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java495 updatePrintPreviewController(document.changed);
1228 // If the media sizes changed, we update the adapter and the spinner.
1260 // Select the old media size - nothing really changed.
1288 // If the color modes changed, we update the adapter and the spinner.
1327 // Select the old color mode - nothing really changed.
2139 // Why on earth item selected is called if no selection changed.
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java602 * the scroll position is changed. This allows the application to apply custom property
887 // Our current item changed position. Follow it.
967 throw new IllegalStateException("The application's PagerAdapter changed the adapter's" +
1502 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1490 Slog.e(TAG, "Unable to write backup pw version; password not changed");
1702 boolean changed = false;
1716 changed = Intent.ACTION_PACKAGE_CHANGED.equals(action);
1718 // At package-changed we only care about looking at new transport states
1719 if (changed) {
1722 Slog.i(TAG, "Package " + pkgName + " changed; rechecking");
1746 Slog.w(TAG, "Can't find changed package " + pkgName);
1792 Slog.i(TAG, "Transport package changed; rebinding");
2489 // The manifest has changed but we had a stale backup request pending.
2722 // has the widget state changed sinc
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java6745 boolean changed = false;
6760 changed = true;
6775 changed = true;
6783 if (changed) {
9730 // But something changed... good enough.
10066 /** Notifies all listeners when the task stack has changed. */
10664 Slog.d(TAG, "Frontmost changed immersion: "+ r);
15979 removed ? "pkg removed" : "pkg changed");
16024 // If this is the time zone changed action, queue up a message that will reset
16756 // If the configuration changed, an
[all...]

Completed in 442 milliseconds

123456789