HomeSort by relevance Sort by last modified time
    Searched refs:oldTop (Results 1 - 25 of 72) sorted by null

1 2 3

  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityTest.java 76 int oldTop = mVictim.getTop();
82 assertEquals(oldTop, newTop);
91 int oldTop = mVictim.getTop();
97 assertEquals(oldTop, refDownTop);
105 int oldTop = mVictim.getTop();
111 assertEquals(oldTop, refDownTop);
117 assertEquals(oldTop, newTop);
125 int oldTop = mVictim.getTop();
131 assertEquals(oldTop, refDownTop);
137 assertEquals(oldTop, newTop)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewStatusListener.java 50 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom);
ZoomView.java 183 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 181 final int oldTop = view.getTop();
218 int oldHeight = oldBottom - oldTop;
221 mTranslate = getTopAndBottomTranslations(oldTop, oldBottom, delta, true);
224 int futureTop = oldTop - mTranslate[0];
281 int delta = old[0] < oldTop ? -yTranslateTop : yTranslateBottom;
377 final int oldTop = view.getTop();
410 int oldHeight = oldBottom - oldTop;
413 mTranslate = getTopAndBottomTranslations(oldTop, oldBottom, deltaHeight, false);
416 int futureTop = oldTop + mTranslate[0];
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java 57 final int oldTop = mButton.getTop();
72 int deltaY = top - oldTop;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcherScrim.java 90 int oldTop, int oldRight, int oldBottom) {
91 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) {
  /packages/apps/Camera2/src/com/android/camera/widget/
Cling.java 39 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
BummerView.java 95 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
BummerView.java 95 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 111 int oldTop = getPaddingTop();
113 oldTop = oldTopView.getTop();
118 int top = oldTop;
AnimatedRecyclerView.java 207 int oldTop = getPaddingTop();
209 oldTop = Math.min(oldTopView.getTop(), oldTop);
216 int top = oldTop;
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUI.java 93 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
95 mLayoutListener.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop, oldRight,
TextureViewHelper.java 94 int oldTop, int oldRight, int oldBottom) {
108 mOnLayoutChangeListener.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop,
VideoUI.java 67 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
DropdownPopupWindow.java 53 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java     [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Settings.java 304 double oldTop = (rectangle.top + 1000) / 2000.0;
310 mCropRectangle.height() * oldTop, 0, mCropRectangle.height() - 1);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 123 int oldTop, int oldRight, int oldBottom) {
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
SuggestionPopup.java 61 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDualTileLabel.java 84 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
HeadersFragment.java 112 int oldLeft, int oldTop, int oldRight, int oldBottom) {
HeadersSupportFragment.java 114 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractDetailsDescriptionPresenter.java 83 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageAnimation.java 239 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 220 int oldLeft, int oldTop, int oldRight, int oldBottom) {

Completed in 593 milliseconds

1 2 3