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

1 2 3 4

  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewStatusListener.java 50 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom);
  /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/drawable/
Drawable.kt 58 val (oldLeft, oldTop, oldRight, oldBottom) = bounds
64 setBounds(oldLeft, oldTop, oldRight, oldBottom)
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemsExpandOnSelectionTest.java 72 final int oldBottom = mListView.getSelectedView().getBottom();
78 oldBottom,
  /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/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)
  /frameworks/support/transition/src/androidTest/java/androidx/transition/
AutoTransitionTest.java 102 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentGridItemView.java 73 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
ImeLayoutInfo.java 162 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
164 final Rect oldLayout = new Rect(oldLeft, oldTop, oldRight, oldBottom);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 72 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> {
HeadsUpAppearanceController.java 62 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom)
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ListViewHighlighter.java 57 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryGridItemView.java 88 int oldLeft, int oldTop, int oldRight, int oldBottom) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java 129 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) ->
346 (v1, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) ->
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Settings.java 306 double oldBottom = (rectangle.bottom + 1000) / 2000.0;
314 mCropRectangle.height() * oldBottom, 0, mCropRectangle.height() - 1);
  /frameworks/support/core/ktx/src/main/java/androidx/core/view/
View.kt 47 oldBottom: Int
  /packages/apps/Camera2/src/com/android/camera/
TextureViewHelper.java 103 int oldTop, int oldRight, int oldBottom) {
118 oldRight, oldBottom);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
GrantPermissionsViewHandlerImpl.java 188 int oldLeft, int oldTop, int oldRight, int oldBottom) {
196 final int oldDynamicHeight = oldBottom - oldTop - mButtonBar.getHeight();
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 122 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/leanback/src/main/java/androidx/leanback/app/
HeadersFragment.java 163 int oldLeft, int oldTop, int oldRight, int oldBottom) {
HeadersSupportFragment.java 154 int oldLeft, int oldTop, int oldRight, int oldBottom) {

Completed in 1603 milliseconds

1 2 3 4