Searched refs:oldLayout (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 129 ImeLayoutInfo(@NonNull Rect newLayout, @NonNull Rect oldLayout, in ImeLayoutInfo() argument 133 mOldLayout = new Rect(oldLayout); in ImeLayoutInfo() 151 final Rect oldLayout = bundle.getParcelable(OLD_LAYOUT_KEY); in readFromBundle() local 157 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in readFromBundle() 164 final Rect oldLayout = new Rect(oldLeft, oldTop, oldRight, oldBottom); in fromLayoutListenerCallback() local 194 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()
|