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

12345678910

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DAbsSpinnerBindingAdapter.java29 boolean changed = true;
31 changed = false;
34 changed = true;
39 if (changed) {
/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/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java58 boolean changed = setupResources(thisTheme);
61 restoreResources(changed);
70 boolean changed = setupResources(thisTheme);
74 restoreResources(changed);
82 boolean changed = setupResources(thisTheme);
86 restoreResources(changed);
95 boolean changed = setupResources(thisTheme);
98 restoreResources(changed);
118 boolean changed = false;
124 changed
131 restoreResources(boolean changed) argument
[all...]
/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
310 * Notifies that the layout finished and whether the content changed.
313 * @param changed Whether the layout changed.
317 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,
108 boolean changed;
110 changed = mLinkProperties.addLinkAddress(address);
112 if (changed) {
122 boolean changed;
124 changed = mLinkProperties.removeLinkAddress(address);
126 if (changed) {
136 boolean changed;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java44 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
45 super.onLayout(changed, left, top, right, bottom);
/frameworks/compile/slang/
H A Dstrip_unknown_attributes.cpp26 bool changed = false; local
38 changed = true;
41 return changed;
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DAppIdleController.java101 // Flag if any app's idle state has changed
102 boolean changed = false;
117 changed = true;
121 if (changed) {
130 boolean changed = false;
140 Slog.d(LOG_TAG, "App Idle state changed, setting idle state of "
144 changed = true;
149 if (changed) {
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java175 boolean changed = super.onStateChange(state);
177 changed |= mVerticalTrack.setState(state);
180 changed |= mVerticalThumb.setState(state);
183 changed |= mHorizontalTrack.setState(state);
186 changed |= mHorizontalThumb.setState(state);
188 return changed;
208 final boolean changed = mRangeChanged || mBoundsChanged;
212 if (changed) {
222 if (changed) {
/frameworks/base/core/jni/
H A Dandroid_view_HardwareLayer.cpp47 bool changed = false; local
48 changed |= layer->setSize(width, height);
49 changed |= layer->setBlend(!isOpaque);
50 return changed;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java847 * track of which ones have changed. Any undefined fields in
850 * @return Returns a bit mask of the changed fields, as per
854 int changed = 0;
856 changed |= ActivityInfo.CONFIG_FONT_SCALE;
860 changed |= ActivityInfo.CONFIG_MCC;
864 changed |= ActivityInfo.CONFIG_MNC;
869 changed |= ActivityInfo.CONFIG_LOCALE;
872 // If locale has changed, then layout direction is also changed ...
873 changed |
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java57 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
58 super.onLayout(changed, l, t, r, b);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java71 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
72 super.onLayout(changed, l, t, r, b);
80 // properties are changed in the callbacks.
H A DStickyHeaderScrollView.java61 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
62 super.onLayout(changed, l, t, r, b);
/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...]
H A DCircularBitmapDrawable.java71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
75 if (changed) {
84 final boolean changed = mBorderPaint.getColor() != color;
87 if (changed) {
/frameworks/base/core/java/android/transition/
H A DRecolor.java78 boolean changed = false;
84 changed = true;
95 changed = true;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java136 boolean changed = false;
142 changed = true;
145 return changed;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java137 boolean changed = false;
143 changed = true;
146 return changed;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java326 boolean changed = false;
338 changed = mParent.connectionDisconnected(this);
346 return changed;
577 * changed, and {@code false} otherwise.
662 * @return Whether the address display fields have been changed.
669 boolean changed = false;
684 changed = true;
689 changed = true;
693 changed = true;
697 changed
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSpeedBumpView.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
61 super.onLayout(changed, left, top, right, bottom);
H A DStackScrollerDecorView.java48 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
49 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/percent/src/android/support/percent/
H A DPercentFrameLayout.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
96 super.onLayout(changed, left, top, right, bottom);
H A DPercentRelativeLayout.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
96 super.onLayout(changed, left, top, right, bottom);

Completed in 1108 milliseconds

12345678910