Home
last modified time | relevance | path

Searched refs:oldRight (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPictureInPictureSourceRectHint.java72 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate() argument
73 if (left == oldLeft && right == oldRight && top == oldTop in onCreate()
DPictureInPictureAutoEnter.java37 (v, oldLeft, oldTop, oldRight, oldBottom, newLeft, newTop, newRight, newBottom) -> {
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java122 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument