Searched refs:changed (Results 101 - 125 of 384) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNearestTouchFrame.java64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
65 super.onLayout(changed, left, top, right, bottom);
H A DPhoneStatusBarView.java152 boolean changed = false;
155 changed = true;
161 changed = true;
165 return changed;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java88 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
89 super.onLayout(changed, l, t, r, b);
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
H A DGlifRecyclerLayout.java77 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
78 super.onLayout(changed, left, top, right, bottom);
H A DSetupWizardRecyclerLayout.java76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
77 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DObjectAdapter.java38 * Called whenever the ObjectAdapter's data has changed in some manner
46 * Called when a range of items in the ObjectAdapter has changed. The
47 * basic ordering and structure of the ObjectAdapter has not changed.
49 * @param positionStart The position of the first item that changed.
50 * @param itemCount The number of items changed.
57 * Called when a range of items in the ObjectAdapter has changed. The
58 * basic ordering and structure of the ObjectAdapter has not changed.
60 * @param positionStart The position of the first item that changed.
61 * @param itemCount The number of items changed.
233 * Notifies UI that some items has changed
[all...]
H A DShadowOverlayContainer.java314 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
315 super.onLayout(changed, l, t, r, b);
316 if (changed && mWrappedView != null) {
/frameworks/support/paging/common/src/main/java/androidx/paging/
H A DTiledPagedList.java165 public void onPagePrepended(int leadingNulls, int changed, int added) { argument
170 public void onPageAppended(int endPosition, int changed, int added) { argument
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java91 protected void onLayout(boolean changed, int l, int t, int r, int b) {} argument
/frameworks/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DErrorCatcher.java83 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/core/java/android/os/
H A DWorkSource.java528 boolean changed = false;
538 changed = true;
552 return changed;
562 boolean changed = false;
572 changed = true;
590 return changed;
622 boolean changed = false;
633 changed = true;
687 return changed;
713 boolean changed
[all...]
/frameworks/base/core/java/android/preference/
H A DListPreference.java144 final boolean changed = !TextUtils.equals(mValue, value);
145 if (changed || !mValueSet) {
149 if (changed) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java112 final boolean changed = super.setVisible(visible, restart);
114 if (changed || restart) {
121 return changed;
H A DAnimationDrawable.java122 final boolean changed = super.setVisible(visible, restart);
124 if (restart || changed) {
132 return changed;
H A DDrawableWrapper.java129 // The density may have changed since the last update. This will
275 final boolean changed = mDrawable != null && mDrawable.setVisible(visible, restart);
276 return superChanged | changed;
345 final boolean changed = mDrawable.setState(state);
346 if (changed) {
349 return changed;
H A DAdaptiveIconDrawable.java218 // The density may have changed since the last update. This will
646 final boolean changed = super.setVisible(visible, restart);
656 return changed;
769 boolean changed = false;
775 changed = true;
779 if (changed) {
783 return changed;
788 boolean changed = false;
794 changed = true;
798 if (changed) {
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNetworkScoreCache.java97 boolean changed = false;
109 changed = true;
112 if (mListener != null && changed) {
/frameworks/compile/libbcc/lib/
H A DRSInvokeHelperPass.cpp168 bool changed = false;
208 changed |= insertSetObjectHelper(call, V, DT);
216 return changed;
/frameworks/support/preference/src/main/java/androidx/preference/
H A DListPreference.java153 final boolean changed = !TextUtils.equals(mValue, value);
154 if (changed || !mValueSet) {
158 if (changed) {
/frameworks/support/slices/core/src/main/java/androidx/slice/compat/
H A DCompatPermissionManager.java179 boolean changed = false;
184 changed = true;
188 return changed;
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatButton.java184 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
185 super.onLayout(changed, left, top, right, bottom);
187 mTextHelper.onLayout(changed, left, top, right, bottom);
H A DAppCompatTextView.java182 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
183 super.onLayout(changed, left, top, right, bottom);
185 mTextHelper.onLayout(changed, left, top, right, bottom);
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DDefaultSelectionTracker.java139 boolean changed = setItemsSelectedQuietly(keys, selected);
141 return changed;
145 boolean changed = false;
153 changed |= itemChanged;
155 return changed;
301 // We're being lazy here notifying even when something might not have changed.
303 // information about what has changed.
361 // If the underlying data set has changed, before restoring
363 // Why? Because if the dataset has changed, then maybe the
364 // selectability of an item has changed
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java490 boolean changed = false;
505 changed = true;
508 configureBounds(changed);
519 boolean changed = !(currentDrawableIsBitmapDrawable);
527 changed = photoBitmap != null &&
540 configureBounds(changed);
722 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
723 super.onLayout(changed, left, top, right, bottom);
739 configureBounds(changed);
801 private void configureBounds(boolean changed) { argument
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayAdapter.java327 // It may happen that a display name has changed since it was remembered.
331 boolean changed = false;
342 changed |= mPersistentDataStore.rememberWifiDisplay(availableDisplay);
345 if (changed) {
469 boolean changed = !Arrays.equals(mAvailableDisplays, availableDisplays);
471 // Check whether any of the available displays changed canConnect status.
472 for (int i = 0; !changed && i<availableDisplays.length; i++) {
473 changed = availableDisplays[i].canConnect()
477 if (changed) {

Completed in 366 milliseconds

1234567891011>>