Home
last modified time | relevance | path

Searched defs:swapped (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewStubTest.java50 final View swapped = stub.inflate(); in testInflated() local
61 final View swapped = stub.inflate(); in testInflatedId() local
74 final View swapped = stub.inflate(); in testInflatedLayoutParams() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp90 static SkISize swapped(const SkISize& size) { in swapped() function