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