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

1 2 3 4

  /external/valgrind/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...]
  /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 89 int oldTop, int oldRight, int oldBottom) {
90 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) {
  /packages/apps/DevCamera/src/com/android/devcamera/
NormalizedFace.java 87 float oldTop = bounds.top;
89 bounds.bottom = 1f - oldTop;
  /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 451 int oldTop = getPaddingTop();
453 oldTop = Math.min(oldTopView.getTop(), oldTop);
460 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/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
GrantPermissionsViewHandlerImpl.java 181 int oldLeft, int oldTop, int oldRight, int oldBottom) {
189 final int oldDynamicHeight = oldBottom - oldTop - mButtonBar.getHeight();
195 final int translationY = (oldTop - top) + translationCompensatingScale;
  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentGridItemView.java 73 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java 166 int oldLeft, int oldTop, int oldRight, int oldBottom) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
SimpleItemAnimator.java 79 int oldTop = preLayoutInfo.top;
83 if (!viewHolder.isRemoved() && (oldLeft != newLeft || oldTop != newTop)) {
90 return animateMove(viewHolder, oldLeft, oldTop, newLeft, newTop);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDualTileLabel.java 84 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 198 int oldTop, int oldRight, int oldBottom) {
  /packages/apps/Messaging/src/com/android/messaging/ui/
PersonItemView.java 139 final int bottom, final int oldLeft, final int oldTop, final int oldRight,
VCardDetailFragment.java 79 final int bottom, final int oldLeft, final int oldTop, final int oldRight,
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryGridItemView.java 88 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
ConditionAdapterUtils.java 121 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /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);
  /packages/apps/Camera2/src/com/android/camera/
TextureViewHelper.java 103 int oldTop, int oldRight, int oldBottom) {
117 mOnLayoutChangeListener.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop,

Completed in 1177 milliseconds

1 2 3 4