Searched refs:contentToUnbind (Results 1 – 4 of 4) sorted by relevance
70 @InflationFlag int contentToUnbind = inflationFlags ^ FLAG_CONTENT_VIEW_ALL; in executeStage() local73 mBinder.unbindContent(entry, row, contentToUnbind); in executeStage()
75 @InflationFlag int contentToUnbind); in unbindContent() argument
253 @InflationFlag int contentToUnbind) { in unbindContent() argument254 mLogger.logUnbinding(entry, contentToUnbind); in unbindContent()256 while (contentToUnbind != 0) { in unbindContent()257 if ((contentToUnbind & curFlag) != 0) { in unbindContent()260 contentToUnbind &= ~curFlag; in unbindContent()
232 @InflationFlag contentToUnbind: Int in <lambda>()234 logger.logUnbinding(entry, contentToUnbind) in <lambda>()236 var contentLeftToUnbind = contentToUnbind in <lambda>()