/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewCellLayout.java | 243 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlWheel.java | 331 boolean changed, int left, int top, int right, int bottom) {
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
MultiAttachmentLayout.java | 333 protected void onLayout(final boolean changed, final int left, final int top, final int right, 381 // Layout hasn't changed
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
MediaPickerPanel.java | 168 protected void onLayout(final boolean changed, final int left, final int top, final int right, 360 * True if the panel moved at all (changed height) during the drag
|
/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/ |
trove4j-1.1.jar | |
/cts/tests/tests/widget/src/android/widget/cts/ |
TableLayoutTest.java | 683 protected void onLayout(boolean changed, int l, int t, int r, int b) { 684 super.onLayout(changed, l, t, r, b);
|
/external/chromium-trace/catapult/third_party/flot/ |
NEWS.md | 195 Date/time formatting has changed and now follows a proper subset of the 208 previously could not be changed separately, and continues to act as a default 424 Multiple axes support. Code using dual axes should be changed from using 665 should be changed to [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
README.rst | 163 To see what has changed over time in boto, you can check out the
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/ |
xmlhttp.js | 60 * is still changed to COMPLETE. We need to ignore it and allow the
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
protorpc.js | 165 * Method invoked when RPC's xhr readyState is changed.
|
/external/chromium-trace/catapult/third_party/html5lib-python/doc/ |
make.bat | 35 echo. changes to make an overview over all changed/added/deprecated items
|
/external/curl/packages/vms/ |
compare_curl_source.com | 89 $! Update missing/changed files.
|
/external/harfbuzz_ng/win32/ |
create-lists-msvc.mak | 4 # This file does not need to be changed unless one is maintaining the NMake Makefiles
|
/external/jarjar/lib/ |
asm-commons-4.0.jar | |
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 532 bool changed = performCallSlotOptzn( local 537 if (changed) { 746 // Drop any cached information about the call, because we may have changed [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
asm-commons-3.3.jar | |
/external/v8/test/mjsunit/ |
debug-set-variable-value.js | 83 // that the return value changed accordingly.
|
/external/v8/test/mjsunit/es6/ |
array-copywithin.js | 316 // Assert length has not changed
|
/external/valgrind/cachegrind/ |
cg_annotate.in | 43 #10. changed file format to avoid file/fn name repetition 2.40s 45 #11. changed file format to drop unnecessary end-line "."s 2.36s 680 @@ cause: '$src_file' has changed since information was gathered.
|
/frameworks/base/core/java/android/print/ |
PrintManager.java | 217 * Callback notifying that a print job state changed. 228 * Callback notifying that the print services changed. 237 * Callback notifying that the print service recommendations changed. [all...] |
/frameworks/base/core/java/android/widget/ |
ActionMenuPresenter.java | 93 // which is used to determine appropriate animations to run for changed items. 293 * gone (existed pre-layout, but are now gone), or changed (exist in both, 304 // item exists pre and post: see if it's changed [all...] |
Gallery.java | 125 * in the future. It will also trigger a selection changed. 360 protected void onLayout(boolean changed, int l, int t, int r, int b) { 361 super.onLayout(changed, l, t, r, b); [all...] |
ImageView.java | 229 // update cached drawable dimensions if they've changed 430 // The resource configuration may have changed, so we should always 431 // try to load the resource even if the resId hasn't changed. [all...] |
SimpleMonthView.java | 879 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 880 if (!changed) { [all...] |
Spinner.java | 609 protected void onLayout(boolean changed, int l, int t, int r, int b) { 610 super.onLayout(changed, l, t, r, b); [all...] |