Searched refs:oldLayout (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 130 ImeLayoutInfo(@NonNull Rect newLayout, @NonNull Rect oldLayout, in ImeLayoutInfo() argument 134 mOldLayout = new Rect(oldLayout); in ImeLayoutInfo() 152 final Rect oldLayout = bundle.getParcelable(OLD_LAYOUT_KEY); in readFromBundle() local 158 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in readFromBundle() 165 final Rect oldLayout = new Rect(oldLeft, oldTop, oldRight, oldBottom); in fromLayoutListenerCallback() local 195 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in fromLayoutListenerCallback()
|
/cts/tests/tests/graphics/jni/ |
D | VulkanTestHelpers.cpp | 44 VkImageLayout oldLayout, VkImageLayout newLayout, in addImageTransitionBarrier() argument 59 .oldLayout = oldLayout, in addImageTransitionBarrier()
|