Searched refs:changed (Results 1 - 25 of 384) sorted by relevance

1234567891011>>

/frameworks/base/native/
H A Dcopy-to-ndk.sh21 local changed=""
24 if [ "$changed" == "" -a -e $dst ]; then
27 echo "$i: has not changed from $j" >/dev/null
28 changed="false"
30 changed="true"
31 echo "$i: has changed from $j" >/dev/null
35 if [ "$changed" == "true" -o "$changed" == "" ]; then
43 echo "libandroid.so: has not changed"
50 echo "Headers changed
[all...]
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java58 boolean changed = setupResources(thisTheme);
62 restoreResources(changed);
71 boolean changed = setupResources(thisTheme);
75 restoreResources(changed);
83 boolean changed = setupResources(thisTheme);
87 restoreResources(changed);
96 boolean changed = setupResources(thisTheme);
99 restoreResources(changed);
119 boolean changed = false;
125 changed
132 restoreResources(boolean changed) argument
[all...]
/frameworks/compile/slang/StripUnkAttr/
H A Dstrip_unknown_attributes.cpp24 bool changed = false; local
36 changed = true;
40 return changed;
/frameworks/base/core/java/android/print/
H A DILayoutResultCallback.aidl29 void onLayoutFinished(in PrintDocumentInfo info, boolean changed, int sequence);
H A DPrintDocumentAdapter.java36 * inform you that the print attributes (page size, density, etc) changed
132 * Called when the print attributes (page size, density, etc) changed
139 * whether the layout changed the content or not, respectively; or {@link
312 * Notifies that the layout finished and whether the content changed.
315 * @param changed Whether the layout changed.
319 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { argument
/frameworks/base/core/java/com/android/server/net/
H A DNetlinkTracker.java43 * its local LinkProperties, and if something has changed, notifies its owner of
47 * what changed. If in the meantime the LinkProperties stored here have changed,
121 boolean changed;
123 changed = mLinkProperties.addLinkAddress(address);
125 if (changed) {
135 boolean changed;
137 changed = mLinkProperties.removeLinkAddress(address);
139 if (changed) {
149 boolean changed;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerWindowManager.java75 boolean changed = false;
78 changed = true;
81 changed = true;
83 if (changed) {
89 boolean changed = false;
92 changed = true;
95 changed = true;
97 if (changed) {
/frameworks/base/core/jni/android/graphics/
H A DMovieImpl.cpp58 bool changed = false; local
62 changed = this->onSetTime(time);
63 fNeedBitmap |= changed;
65 return changed;
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DAbsSpinnerBindingAdapter.java31 boolean changed = true;
33 changed = false;
36 changed = true;
41 if (changed) {
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DRootScanner.java133 boolean changed = false;
141 changed = true;
146 changed = true;
165 changed = true;
168 changed = true;
176 if (changed) {
H A DMapper.java70 final boolean changed = putDocuments(
78 return changed;
110 final boolean changed = putDocuments(
119 return changed;
235 * @return Whether the database content is changed.
246 boolean changed = false;
266 changed = true;
270 if (!changed) {
287 if (!changed) {
292 changed
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_TextureLayer.cpp46 bool changed = false; local
47 changed |= layer->setSize(width, height);
48 changed |= layer->setBlend(!isOpaque);
49 return changed;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DResizingSpace.java44 boolean changed = false;
49 changed = true;
56 changed = true;
59 if (changed) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFixedSizeFrameLayout.java58 protected final void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
60 layoutContents(mLayoutBounds, changed);
89 protected void layoutContents(Rect bounds, boolean changed) { argument
90 super.onLayout(changed, bounds.left, bounds.top, bounds.right, bounds.bottom);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DThumbsBar.java91 boolean changed = false;
94 changed = true;
98 changed = true;
100 if (changed) {
118 boolean changed = false;
121 changed = true;
125 changed = true;
127 if (changed) {
236 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
237 super.onLayout(changed,
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCall.java116 boolean changed = false;
122 changed = true;
125 return changed;
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java170 boolean changed = super.onStateChange(state);
172 changed |= mVerticalTrack.setState(state);
175 changed |= mVerticalThumb.setState(state);
178 changed |= mHorizontalTrack.setState(state);
181 changed |= mHorizontalThumb.setState(state);
183 return changed;
203 final boolean changed = mRangeChanged || mBoundsChanged;
207 if (changed) {
217 if (changed) {
/frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/
H A DStringPagedList.kt48 override fun onPagePrepended(leadingNulls: Int, changed: Int, added: Int) {}
50 override fun onPageAppended(endPosition: Int, changed: Int, added: Int) {}
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java70 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
71 super.onLayout(changed, l, t, r, b);
79 // properties are changed in the callbacks.
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DTestContentView.java66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
67 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/gridlayout/src/androidTest/java/androidx/gridlayout/widget/
H A DTestContentView.java66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
67 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/leanback-preference/api21/androidx/leanback/preference/internal/
H A DOutlineOnlyWithChildrenFrameLayout.java63 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
64 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DTestContentView.java71 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
72 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
115 if (changed) {
124 final boolean changed = mBorderPaint.getColor() != color;
127 if (changed) {
159 boolean changed = mFlapPaint.getColor() != flapColor;
162 if (changed) {
180 boolean changed = mScrimColor != color;
183 if (changed) {
194 boolean changed = mIsCompatibilityMode != isCompatibilityMode;
197 if (changed) {
[all...]
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java786 * signal to apps that the the assets for an Application have changed. A difference in these
883 * about setLocales() has changed locale directly. */
1216 * track of which ones have changed. Any undefined fields in {@code delta}
1219 * @return a bit mask of the changed fields, as per {@link #diff}
1222 int changed = 0;
1224 changed |= ActivityInfo.CONFIG_FONT_SCALE;
1228 changed |= ActivityInfo.CONFIG_MCC;
1232 changed |= ActivityInfo.CONFIG_MNC;
1238 changed |= ActivityInfo.CONFIG_LOCALE;
1243 // If locale has changed, the
[all...]

Completed in 656 milliseconds

1234567891011>>