/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
AssistOrbView.java | 144 protected void onLayout(boolean changed, int l, int t, int r, int b) { 146 if (changed) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSTileBaseView.java | 98 protected void onLayout(boolean changed, int l, int t, int r, int b) { 99 super.onLayout(changed, l, t, r, b);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ExpandableView.java | 100 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 101 super.onLayout(changed, left, top, right, bottom); 447 * @param view the view for which the height changed, or {@code null} if just the top 448 * padding or the padding between the elements changed
|
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/ |
GlifRecyclerLayout.java | 98 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 99 super.onLayout(changed, left, top, right, bottom);
|
SetupWizardRecyclerLayout.java | 102 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 103 super.onLayout(changed, left, top, right, bottom);
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
Illustration.java | 151 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 174 super.onLayout(changed, left, top, right, bottom);
|
/hardware/intel/bootstub/ |
bootstub.spec | 35 - changed default spi clock to 100mhz
|
/libcore/ojluni/src/main/java/java/util/ |
JumboEnumSet.java | 193 * @return <tt>true</tt> if the set changed as a result of the call 263 * @return <tt>true</tt> if this set changed as a result of the call 290 * @return <tt>true</tt> if this set changed as a result of the call 311 * @return <tt>true</tt> if this set changed as a result of the call 320 boolean changed = (size != 0); 322 return changed; 359 * Recalculates the size of the set. Returns true if it's changed.
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastContentProvider.java | 279 * @return true if any rows were changed, false otherwise 310 boolean changed = params[0].execute(provider); 311 if (changed) { 312 Log.d(TAG, "database changed: notifying observers...");
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
ScreensaverActivity.java | 60 boolean changed = intent.getAction().equals(Intent.ACTION_TIME_CHANGED) 72 if (changed) { 164 LogUtils.d(TAG, "Screensaver configuration changed");
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
CircleView.java | 115 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 116 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
DialerPhoneNumberListAdapter.java | 202 * @return True if the shortcut state (disabled vs enabled) was changed by this operation 205 final boolean changed = mShortcutEnabled[shortcutType] != visible; 207 return changed;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherAppWidgetHostView.java | 81 // Re-inflate is required if the orientation has changed since last inflated. 277 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 279 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/UnifiedEmail/src/com/android/mail/ui/ |
AttachmentTile.java | 94 protected void onLayout(boolean changed, int l, int t, int r, int b) { 95 super.onLayout(changed, l, t, r, b); 106 * repeatedly as status updates stream in, so only properties with new or changed values will
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
pytree.py | 149 self.parent.changed() 164 def changed(self): member in class:Base 166 self.parent.changed() 177 self.parent.changed() 330 self.changed() 339 self.changed() 348 self.changed() 424 self.changed()
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
pytree.py | 149 self.parent.changed() 164 def changed(self): member in class:Base 166 self.parent.changed() 177 self.parent.changed() 330 self.changed() 339 self.changed() 348 self.changed() 424 self.changed()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 149 self.parent.changed() 164 def changed(self): member in class:Base 166 self.parent.changed() 177 self.parent.changed() 330 self.changed() 339 self.changed() 348 self.changed() 424 self.changed()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 149 self.parent.changed() 164 def changed(self): member in class:Base 166 self.parent.changed() 177 self.parent.changed() 330 self.changed() 339 self.changed() 348 self.changed() 424 self.changed()
|
/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 | 293 bool changed = true; local 294 while (changed) { 295 changed = false; 352 changed = true; 359 changed = true; 367 }// while changed. 731 bool Changed = true; 732 while (Changed) { 733 Changed = false; 750 Changed = true [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
RippleDrawable.java | 250 final boolean changed = super.onStateChange(stateSet); 272 return changed; 319 final boolean changed = super.setVisible(visible, restart); 323 } else if (changed) { 338 return changed; 642 * Notifies all the animating ripples that the hotspot bounds have changed. 974 // The locally cached drawable may have changed. [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
MultiSelectManager.java | 246 boolean changed = false; 252 changed |= itemChanged; 255 return changed; 329 // We're being lazy here notifying even when something might not have changed. 331 // information about what has changed. 366 boolean changed = false; 368 changed = attemptDeselect(modelId); 370 changed = attemptSelect(modelId); 373 if (changed) { 472 boolean changed = mSelection.add(modelId) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |
/art/runtime/interpreter/mterp/out/ |
mterp_mips.S | [all...] |