HomeSort by relevance Sort by last modified time
    Searched full:oldtop (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/valgrind/main/none/tests/
shorts.c 8 short oldtop = w->ot; local
13 if (newtop < oldtop) { fprintf(stderr,"case1\n");
14 // FillArea(w, newtop, XawMin(newbot, oldtop), 1);
16 if (newtop > oldtop) { fprintf(stderr,"case2\n");
17 // FillArea(w, oldtop, XawMin(newtop, oldbot), 0);
20 // FillArea(w, XawMax(newbot, oldtop), oldbot, 0);
  /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...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 36 ptrdiff_t oldtop, ptrdiff_t ef);
ldo.c 84 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) {
87 setsvalue2s(L, oldtop, G(L)->memerrmsg); /* reuse preregistered msg. */
91 setsvalue2s(L, oldtop, luaS_newliteral(L, "error in error handling"));
95 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */
99 L->top = oldtop + 1;
455 StkId oldtop; local
459 oldtop = restorestack(L, ci->extra);
460 luaF_close(L, oldtop);
461 seterrorobj(L, status, oldtop);
597 StkId oldtop = restorestack(L, old_top) local
    [all...]
  /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) {
  /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;
  /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];
  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewStatusListener.java 50 int bottom, int oldLeft, int oldTop, int oldRight, int 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) {
  /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,
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
DropdownPopupWindow.java 53 int oldLeft, 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) {
  /external/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp     [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp     [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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 220 int oldLeft, int oldTop, int oldRight, int oldBottom) {

Completed in 1583 milliseconds

1 2 3