|
|
@ -370,7 +370,9 @@ module TransferFunctions (CFG : ProcCfg.S) = struct
|
|
|
|
| ("android.app.Activity" | "android.view.View"), "findViewById"
|
|
|
|
| ("android.app.Activity" | "android.view.View"), "findViewById"
|
|
|
|
-> (* assume findViewById creates fresh View's (note: not always true) *)
|
|
|
|
-> (* assume findViewById creates fresh View's (note: not always true) *)
|
|
|
|
true
|
|
|
|
true
|
|
|
|
| "android.support.v4.util.Pools$Pool", "acquire"
|
|
|
|
| ( ( "android.support.v4.util.Pools$Pool" | "android.support.v4.util.Pools$SimplePool"
|
|
|
|
|
|
|
|
| "android.support.v4.util.Pools$SynchronizedPool" )
|
|
|
|
|
|
|
|
, "acquire" )
|
|
|
|
-> (* a pool should own all of its objects *)
|
|
|
|
-> (* a pool should own all of its objects *)
|
|
|
|
true
|
|
|
|
true
|
|
|
|
| _
|
|
|
|
| _
|
|
|
|