/packages/apps/Browser/src/com/android/browser/ |
TabScrollView.java | 85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 86 super.onLayout(changed, left, top, right, bottom); 233 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 234 super.onLayout(changed, left, top, right, bottom);
|
/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;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationClient.java | 34 * The configuration is about to be changed. 36 * @param flags details about what changed; consult the {@code CFG_} flags 44 * The configuration has changed. If the client returns false, it means that 51 * @param flags details about what changed; consult the {@code CFG_} flags 56 boolean changed(int flags); method in interface:ConfigurationClient
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
AggregationSuggestionEngine.java | 309 boolean changed = updateSuggestedContactIds(cursor); 310 if (!changed) { 335 boolean changed = count != mSuggestedContactIds.length; 336 if (!changed) { 340 changed = true; 346 if (changed) { 356 return changed;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaConnection.java | 211 // On mobile originated (MO) calls, the phone number may have changed 473 // Returns true if state has changed, false if nothing changed 477 boolean changed = false; 486 if (Phone.DEBUG_PHONE) log("update: phone # changed!"); 488 changed = true; 494 changed = true; 498 changed = true; 512 changed = true; 516 changed = changed || parentStateChange [all...] |
/external/bison/lib/ |
bitset.c | 412 bool changed = false; local 429 changed = bitset_and_cmp (dst, src3, tmp); 434 changed = bitset_or_cmp (dst, src3, tmp); 439 changed = bitset_or_cmp (dst, src3, tmp); 444 return changed;
|
/external/elfutils/libelf/ |
elf32_updatenull.c | 139 int changed = 0; local 321 update_if_changed (data->d_off, offset, changed); 364 changed |= offset_changed; 369 changed. Create the section data list. */ 376 changed); 381 scn->flags |= changed;
|
/packages/inputmethods/PinyinIME/jni/share/ |
ngram.cpp | 63 size_t changed = 0; local 68 changed++; 71 return changed; 109 size_t changed = update_code_idx(freqs, num, code_book, code_idx); local 115 iter_num, changed, delta);
|
/external/icu4c/common/ |
uvector.cpp | 213 UBool changed = FALSE; local 218 changed = TRUE; 221 return changed; 225 UBool changed = FALSE; local 230 changed = TRUE; 233 return changed;
|
/external/v8/test/mjsunit/regress/ |
regress-186.js | 46 assertFalse(setterCalled, "prototype of extension object changed"); 55 assertFalse(setterCalled, "prototype of extension object changed"); 62 // Check that the prototype of the global object changed.
|
/external/v8/tools/ |
stats-viewer.py | 140 changed = False 144 changed = True 153 changed = (changed or counter_changed) 156 changed = True 158 if changed: 160 # changed. 289 True if the value had changed, otherwise False. The first call
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_elementchangeattributevalue.js | 67 // the page status is changed which allows the 80 its value should be changed to the new one that is in 87 element, then its value should be changed to the new one
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_elementchangeattributevalue.js | 67 // the page status is changed which allows the 80 its value should be changed to the new one that is in 87 element, then its value should be changed to the new one
|
/dalvik/vm/analysis/ |
Liveness.cpp | 93 * requires further attention ("visited" is set and "changed" is 108 * If a block is marked "changed", we stop and handle it. If it 110 * for one that has been changed. 114 * required (both by using "changed" as a work list, and by picking 118 assert(startGuess->changed); 126 if (block->changed) { 140 assert(workBlock->changed || !workBlock->visited); 198 workBlock->changed = false; 206 * the old bits, set the "changed" flag. 216 pred->changed = dvmCheckMergeBitVectors(pred->liveRegs, workBits) [all...] |
/dalvik/vm/mterp/mips/ |
binflopWide.S | 43 $instr # result <- op, a0-a3 changed
|
/external/e2fsprogs/util/ |
gen-tarball.in | 41 -o -name changed-files -o -name .#\* -o -name \*.tar.gz \
|
/external/valgrind/main/gdbserver_tests/ |
mssnapshot.stderrB.exp | 2 vgdb-error value changed from 0 to 999999
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
LayerDrawable.java | 379 boolean changed = super.setVisible(visible, restart); 385 return changed; 449 boolean changed = false; 453 changed = true; 462 return changed; 470 boolean changed = false; 474 changed = true; 483 return changed;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
TabletStatusBarView.java | 66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 67 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Calculator/src/com/android/calculator2/ |
PanelSwitcher.java | 84 boolean changed = mCurrentView != current; 87 if (changed && mListener != null) {
|
/packages/apps/Camera/src/com/android/camera/ui/ |
RenderOverlay.java | 141 public void onLayout(boolean changed, int left, int top, int right, int bottom) { 143 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Gallery2/src/com/android/camera/ui/ |
RenderOverlay.java | 141 public void onLayout(boolean changed, int left, int top, int right, int bottom) { 143 super.onLayout(changed, left, top, right, bottom);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
ButtonSwitcher.java | 61 protected void onLayout(final boolean changed, final int left, final int top, final int right, 63 super.onLayout(changed, left, top, right, bottom);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureToolTip.java | 127 // If the alignment has not changed recently, just apply the change immediately 151 //boolean changed = mToRightOf; 152 boolean changed = true; 154 mShell.pack(changed); 180 // Has the orientation changed?
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
FixedGridLayout.java | 75 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|