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

  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 123 final Point globalOffset = new Point();
130 findViewById(R.id.container).getGlobalVisibleRect(finalBounds, globalOffset);
131 startBounds.offset(-globalOffset.x, -globalOffset.y);
132 finalBounds.offset(-globalOffset.x, -globalOffset.y);
  /frameworks/base/docs/html/training/animation/
zoom.jd 209 final Point globalOffset = new Point();
218 .getGlobalVisibleRect(finalBounds, globalOffset);
219 startBounds.offset(-globalOffset.x, -globalOffset.y);
220 finalBounds.offset(-globalOffset.x, -globalOffset.y);
  /external/skia/src/core/
SkWriter32.cpp 118 size_t globalOffset = offset;
128 fWrittenBeforeLastBlock = globalOffset - offset;
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 298 milliseconds