Searched defs:oldLayout (Results 1 – 2 of 2) sorted by relevance
130 ImeLayoutInfo(@NonNull Rect newLayout, @NonNull Rect oldLayout, in ImeLayoutInfo()152 final Rect oldLayout = bundle.getParcelable(OLD_LAYOUT_KEY); in readFromBundle() local165 final Rect oldLayout = new Rect(oldLeft, oldTop, oldRight, oldBottom); in fromLayoutListenerCallback() local
44 VkImageLayout oldLayout, VkImageLayout newLayout, in addImageTransitionBarrier()