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

1 2

  /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) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemsExpandOnSelectionTest.java 71 final int oldBottom = mListView.getSelectedView().getBottom();
77 oldBottom,
  /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) {
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 182 final int oldBottom = view.getBottom();
218 int oldHeight = oldBottom - oldTop;
221 mTranslate = getTopAndBottomTranslations(oldTop, oldBottom, delta, true);
378 final int oldBottom = view.getBottom();
410 int oldHeight = oldBottom - oldTop;
413 mTranslate = getTopAndBottomTranslations(oldTop, oldBottom, deltaHeight, false);
  /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) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 91 int oldLeft, int oldTop, int oldRight, int oldBottom) {
93 if (oldBottom != bottom) {
97 .translationY(y - oldBottom)
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUI.java 93 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
96 oldBottom);
TextureViewHelper.java 94 int oldTop, int oldRight, int oldBottom) {
109 oldRight, oldBottom);
VideoUI.java 67 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
SuggestionPopup.java 57 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/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Settings.java 297 double oldBottom = (rectangle.bottom + 1000) / 2000.0;
305 mCropRectangle.height() * oldBottom, 0, mCropRectangle.height() - 1);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 123 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) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractDetailsDescriptionPresenter.java 83 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
DetailsOverviewSharedElementHelper.java 127 int oldLeft, int oldTop, int oldRight, int oldBottom) {
DetailsOverviewRowPresenter.java 99 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) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java 183 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
SwipableOverlayView.java 393 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 213 int oldBottom) {
215 final int oldHeight = oldBottom - oldTop;
    [all...]

Completed in 1338 milliseconds

1 2