/frameworks/base/core/java/android/widget/ |
NumberPicker.java | 531 * Callback invoked while the number picker scroll state has changed. 774 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 776 super.onLayout(changed, left, top, right, bottom); 791 if (changed) { [all...] |
ActivityChooserView.java | 476 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
AdapterView.java | 83 * Row id to look for when data has changed 145 * True if the data has changed since the last layout 184 * The number of items in the adapter before a data changed event occurred. 549 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 608 * layout pass. If the adapter's data set has changed without a subsequent 883 // Data has changed between when this SelectionNotifier was [all...] |
AdapterViewAnimator.java | 515 // If the window has changed 760 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { [all...] |
GridLayout.java | [all...] |
SlidingDrawer.java | 333 protected void onLayout(boolean changed, int l, int t, int r, int b) { 655 // Something changed in the content, we need to honor the layout request [all...] |
/frameworks/base/packages/Shell/src/com/android/shell/ |
BugreportProgressService.java | 101 * <li>If the progress changed, it updates the system notification. 586 * Checks whether the progress changed in a way that should be displayed to the user: [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_input_InputManagerService.cpp | 363 bool changed = false; local 369 changed = true; 384 if (changed) { [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
SearchView.java | 238 * Called when the query text is changed by the user. [all...] |
ActivityChooserView.java | 452 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
LinkedBlockingDequeTest.java | [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowManagerService.java | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/ |
layer1.py | 605 the `BatchPrediction` changed to DELETED. 626 `DataSource` changed to DELETED. 647 `Evaluation` changed to `DELETED`. 668 `MLModel` changed to DELETED. [all...] |
/external/e2fsprogs/resize/ |
resize2fs.c | 523 * If we changed the number of block_group descriptor blocks, 1066 * For those structures that have changed, we need to 1370 int changed; member in struct:process_block_struct [all...] |
/external/libjpeg-turbo/doc/html/search/ |
search.js | 184 // Called when the content of the search field is changed. 230 if (searchValue != this.lastSearchValue) // search value has changed
|
/external/selinux/libsepol/src/ |
link.c | 2196 int changed = 1; local [all...] |
/external/v8/test/webkit/fast/js/ |
Object-defineProperty.js | 115 // Check the accessor function changed. 118 // Check the attributes changed.
|
/frameworks/av/services/audioflinger/ |
AudioMixer.cpp | 255 // Called when channel masks have changed for a track name 266 // always recompute for both channel masks even if only one has changed. 279 // channel masks have changed, does this track need a downmixer? 292 // resampler channels may have changed. 488 * change is immediate). This restriction should be changed when the legacy mixer 502 * @return true if the volume has changed, false if volume is same. 917 uint32_t changed = state->needsChanged; local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DessertCaseView.java | 527 protected void onLayout (boolean changed, int left, int top, int right, int bottom) {
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
BaseCardView.java | 415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | [all...] |
/packages/apps/Gallery2/src/com/android/photos/views/ |
GalleryThumbnailView.java | 151 protected void onLayout(boolean changed, int l, int t, int r, int b) { 648 // and onscreen views if they have changed instead of removing all of the state here.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
cursesf.h | 286 // Mark the field as changed 291 // Test whether or not the field is marked as changed 292 inline bool changed() const { function in class:NCursesFormField
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
cursesf.h | 286 // Mark the field as changed 291 // Test whether or not the field is marked as changed 292 inline bool changed() const { function in class:NCursesFormField
|