Searched refs:shouldReturn (Results 1 – 3 of 3) sorted by relevance
22 var shouldReturn: Map<Int, Boolean> = mapOf() variable in com.android.systemui.biometrics.udfps.FakeOverlapDetector29 return shouldReturn[touchData.pointerId] in isGoodOverlap()
43 overlapDetector.shouldReturn = in <lambda>()
1986 public synchronized void setCellInfoListBehavior(boolean shouldReturn) { in setCellInfoListBehavior() argument1987 mShouldReturnCellInfo = shouldReturn; in setCellInfoListBehavior()