Searched defs:toReturn (Results 1 – 8 of 8) sorted by relevance
55 Object toReturn = isCheckable.invoke(fromView); in isCheckable() local63 Object toReturn = isCheckable.invoke(fromView); in isCheckable() local71 Object toReturn = isCheckable.invoke(fromView); in isCheckable() local
45 T toReturn = parcel.readTypedObject(creator); in roundTripParcelable() local
77 Map<String, String> toReturn = new LinkedHashMap<>(); in loadStrings() local
135 int[] toReturn = ((DataBufferInt) raster.getDataBuffer()).getData(); in getPixels() local
393 Runnable toReturn = mLastCommand; in getAndResetLastCommand() local
266 List<TimeZoneMapping> toReturn = new ArrayList<>(delegateList.size()); in getEffectiveTimeZoneMappingsAt() local
421 Object toReturn; in getOption() local
474 var toReturn: ScreenshotData? = null in <lambda>() variable in com.android.systemui.screenshot.TakeScreenshotExecutorTest.FakeRequestProcessor