HomeSort by relevance Sort by last modified time
    Searched refs:changed (Results 201 - 225 of 1695) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidanceStylingRelativeLayout.java 45 protected void onLayout(boolean changed, int l, int t, int r, int b) {
46 super.onLayout(changed, l, t, r, b);
ObjectAdapter.java 34 * Called whenever the ObjectAdapter's data has changed in some manner
42 * Called when a range of items in the ObjectAdapter has changed. The
43 * basic ordering and structure of the ObjectAdapter has not changed.
45 * @param positionStart The position of the first item that changed.
46 * @param itemCount The number of items changed.
212 boolean changed = mHasStableIds != hasStableIds;
215 if (changed) {
222 * of stable ids has changed.
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
NetworkImageView.java 79 // The URL has potentially changed. See if we need to load it.
197 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
198 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageBubbleView.java 84 final boolean changed = mData.bind(data);
91 mShouldAnimateWidthChange = !changed && !data.hasAttachments();
114 // Allow the bubble to resize if, for example, the status text changed during
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
copy-2.d 9 # section has a fixed set of flags and these cannot be changed.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
pic-gc-72.d 8 # Exercise PIC relocs through changed GC sweep function.
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 289 boolean changed = false;
292 changed = true;
296 changed = true;
300 changed = true;
304 changed = true;
307 return changed;
319 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
321 changed |= applyInsets(mActionBarBottom, systemInsets, true, false, true, true);
327 changed = true;
331 if (changed) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractMapBasedMultimap.java 374 * ancestor delegate hasn't changed.
467 * If the delegate changed since the iterator was created, the iterator is
505 boolean changed = delegate.add(value);
506 if (changed) {
512 return changed;
526 boolean changed = delegate.addAll(collection);
527 if (changed) {
534 return changed;
559 boolean changed = delegate.remove(o);
560 if (changed) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 52 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /external/autotest/client/cros/cellular/pseudomodem/
dbus_std_ifaces.py 220 changed = { property_name : value }
221 inv = self._InvalidatedPropertiesForChangedValues(changed)
222 self.PropertiesChanged(interface_name, changed, inv)
259 This signal is emitted by Set, when the value of a property is changed.
261 @param interface_name: The interface the changed properties belong to.
262 @param changed_properties: Dictionary containing the changed properties
265 when properties changed.
268 logging.info(('Properties Changed on interface: %s Changed Properties:'
303 def _InvalidatedPropertiesForChangedValues(self, changed)
    [all...]
  /external/bison/lib/
ebitset.c 45 cdata is changed.
1041 bool changed = false; local
1072 changed = true;
1102 changed = true;
1115 changed = true;
1128 changed = true;
1141 changed = true;
1163 changed = true;
1172 return changed;
1179 bool changed; local
1209 bool changed; local
    [all...]
lbitset.c 1051 bool changed = false; local
1095 changed = true;
1125 changed = true;
1138 changed = true;
1151 changed = true;
1164 changed = true;
1186 changed = true;
1190 return changed;
1199 bool changed; local
1204 changed = !LBITSET_HEAD (dst)
1231 bool changed; local
    [all...]
  /external/guice/core/src/com/google/inject/
TypeLiteral.java 206 boolean changed = newOwnerType != ownerType;
212 if (!changed) {
214 changed = true;
220 return changed
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ScrollPaneTest.java 86 public void changed (ChangeEvent event, Actor actor) {
94 public void changed (ChangeEvent event, Actor actor) {
102 public void changed (ChangeEvent event, Actor actor) {
109 public void changed (ChangeEvent event, Actor actor) {
  /external/proguard/src/proguard/evaluation/
Stack.java 128 boolean changed = false;
146 changed = changed || !thisValue.equals(newValue);
158 return changed;
  /external/skia/src/views/animated/
SkImageView.cpp 91 bool changed = false; local
98 changed = true;
107 changed = true;
111 // only redraw if we changed our matrix and we're not in scaleToFit mode
112 if (changed && this->getScaleType() == kMatrix_ScaleType && fUriIsValid)
  /frameworks/base/core/tests/coretests/src/android/view/
ViewGroupAttributesTest.java 34 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /frameworks/base/libs/hwui/
FrameInfoVisualizer.cpp 224 bool changed = false; local
233 changed = true;
239 changed = true;
241 return changed;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 310 boolean changed = false;
314 //and ringback tone mode can be changed during the call setup procedure
332 changed = true;
334 changed = true;
341 return changed;
  /ndk/sources/host-tools/make-3.81/
dep.h 20 These flags are saved in the `changed' field of each
42 unsigned int changed : 8; member in struct:dep
  /packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 245 Set<Uri> changed; local
247 changed = new HashSet<Uri>(mChangedUris);
251 for (Uri uri : changed) {
255 return changed;
  /packages/apps/Messaging/
ForceProguard.mk 17 # build. If the flag files have changed, proguard is rerun.
31 $(info *** Flag files used for proguard have changed; forcing proguard to rerun.)
  /packages/apps/MusicFX/src/com/android/musicfx/
SeekBarRotator.java 68 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
ManualLayoutFrame.java 63 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MiniDrawerView.java 189 protected void onLayout(boolean changed, int l, int t, int r, int b) {
208 super.onLayout(changed, l, t, r, b);
216 super.onLayout(changed, l, t, r, b);
238 super.onLayout(changed, l, t, r, b);

Completed in 840 milliseconds

1 2 3 4 5 6 7 891011>>