Searched refs:oldRight (Results 1 - 6 of 6) sorted by relevance

/packages/experimental/Bummer/src/com/android/dreams/bummer/
H A DBummerView.java95 int oldLeft, int oldTop, int oldRight, int oldBottom) {
96 if (v == parent && right != oldRight) {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DBummerView.java95 int oldLeft, int oldTop, int oldRight, int oldBottom) {
96 if (v == parent && right != oldRight) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPhotoSelectionActivity.java333 int oldLeft, int oldTop, int oldRight, int oldBottom) {
H A DDialtactsActivity.java474 int oldTop, int oldRight, int oldBottom) {
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DMediaItemView.java354 * @param oldRight The old right position
356 public void onLayoutPerformed(int oldLeft, int oldRight) { argument
H A DMediaLinearLayout.java1290 final int oldRight = view.getRight();
1292 ((MediaItemView) view).onLayoutPerformed(oldLeft, oldRight);

Completed in 440 milliseconds