HomeSort by relevance Sort by last modified time
    Searched refs:changed (Results 251 - 275 of 3415) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/html/level2/html/
hasFeature02.js 61 // the page status is changed which allows the
hasFeature05.js 61 // the page status is changed which allows the
hasFeature06.js 61 // the page status is changed which allows the
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
hasFeature02.js 61 // the page status is changed which allows the
hasFeature05.js 61 // the page status is changed which allows the
hasFeature06.js 61 // the page status is changed which allows the
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
hasFeature01.js 62 // the page status is changed which allows the
hasFeature02.js 61 // the page status is changed which allows the
hasFeature03.js 61 // the page status is changed which allows the
hasFeature04.js 62 // the page status is changed which allows the
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 79 unsigned int changed:1; member in struct:wpa_state_machine
147 Boolean changed; member in struct:wpa_group
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 238 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
239 super.onLayout(changed, left, top, right, bottom);
301 * Shortcut has changed and we're showing it right now, need to
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 213 boolean changed = mInsetState.mDrawable.setState(state);
215 return changed;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardFaceUnlockView.java 182 protected void onLayout(boolean changed, int l, int t, int r, int b) {
183 super.onLayout(changed, l, t, r, b);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 390 boolean changed = false;
398 changed = photoBitmap != null &&
411 configureBounds(changed);
586 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
587 super.onLayout(changed, left, top, right, bottom);
603 configureBounds(changed);
646 private void configureBounds(boolean changed) {
663 if (changed || (mMinScale == 0 && mDrawable != null && mHaveLayout)) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 255 public void onLayout(boolean changed, int l, int t, int r, int b) {
256 super.onLayout(changed, l, t, r, b);
  /packages/apps/Browser/src/com/android/browser/
SnapshotBar.java 114 protected void onLayout(boolean changed, int l, int t, int r, int b) {
115 super.onLayout(changed, l, t, r, b);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 277 * @return true if any rows were changed, false otherwise
308 boolean changed = params[0].execute(provider);
309 if (changed) {
310 Log.d(TAG, "database changed: notifying observers...");
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 154 protected void onLayout(boolean changed, int left, int top, int right,
156 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 51 // Returns true if the listener agrees that the mode can be changed.
254 boolean changed, int left, int top, int right, int bottom) {
255 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ZoomControl.java 51 * The progress value has changed
71 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
72 super.onLayout(changed, left, top, right, bottom);
  /external/jdiff/src/jdiff/
DiffMyers.java 376 /* Find # lines changed here in each file. */
410 /* Find # lines changed here in each file. */
481 /** # lines of file 1 changed here. */
483 /** # lines of file 0 changed here. */
512 /** Allocate changed array for the results of comparison. */
742 We do something when a run of changed lines include a blank
753 final boolean[] changed = changed_flag;
768 while (i < i_end && !changed[1+i])
787 while (i < i_end && changed[1+i]) i++;
790 /* If the first changed line matches the following unchanged one
    [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 305 bool changed = true; local
306 while (changed) {
307 changed = false;
368 changed = true;
377 changed = true;
387 }// while changed.
783 }// While changed.
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 61 * added, removed and changed. Users are responsible for calling
328 boolean changed = false;
344 changed = true;
366 changed = true;
389 changed = true;
402 if (changed) {
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 253 * has changed. One extra provides the new state
286 * an access point has changed.One extra provides the new
313 * Broadcast intent action indicating that the configured networks changed.
317 * Wi-Fi configurations changed, {@link #EXTRA_WIFI_CONFIGURATION} will not be present.
324 * the changed Wi-Fi configuration when the {@link #CONFIGURED_NETWORKS_CHANGED_ACTION}
330 * Multiple network configurations have changed.
338 * has changed. Only present if {@link #EXTRA_MULTIPLE_NETWORKS_CHANGED} is {@code false}
355 * The configuration has changed as a result of explicit action or because the system
367 * The RSSI (signal strength) has changed.
379 * changed on wifi
    [all...]

Completed in 1809 milliseconds

<<11121314151617181920>>