HomeSort by relevance Sort by last modified time
    Searched full:numchanges (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 304 int numChanges = 0;
306 if (startLeft != endLeft || startTop != endTop) ++numChanges;
307 if (startRight != endRight || startBottom != endBottom) ++numChanges;
311 ++numChanges;
313 if (numChanges > 0) {
317 if (numChanges == 2) {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
quality_modes_test.cc 186 uint32_t numChanges = sizeof(updateFrameNum)/sizeof(*updateFrameNum);
343 if (change < numChanges && _frameCnt == updateFrameNum[change])
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 126 size_t numChanges = changes.size();
127 for (size_t i = 0; i < numChanges; ++i)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 118 milliseconds