Searched defs:newLayout (Results 1 – 2 of 2) sorted by relevance
130 ImeLayoutInfo(@NonNull Rect newLayout, @NonNull Rect oldLayout, in ImeLayoutInfo()151 final Rect newLayout = bundle.getParcelable(NEW_LAYOUT_KEY); in readFromBundle() local164 final Rect newLayout = new Rect(left, top, right, bottom); in fromLayoutListenerCallback() local
44 VkImageLayout oldLayout, VkImageLayout newLayout, in addImageTransitionBarrier()