Searched refs:calculateUncontrollableInsetsFromFrame (Results 1 – 5 of 5) sorted by relevance
467 mState.calculateUncontrollableInsetsFromFrame(new Rect(0, 0, 200, 300))); in testCalculateUncontrollableInsets()469 mState.calculateUncontrollableInsetsFromFrame(new Rect(0, 50, 200, 250))); in testCalculateUncontrollableInsets()471 mState.calculateUncontrollableInsetsFromFrame(new Rect(50, 0, 150, 300))); in testCalculateUncontrollableInsets()
1042 if ((mState.calculateUncontrollableInsetsFromFrame(mFrame) & types) != 0) { in controlWindowInsetsAnimation()1664 return result & ~mState.calculateUncontrollableInsetsFromFrame(mFrame); in calculateControllableTypes()
404 public int calculateUncontrollableInsetsFromFrame(Rect frame) { in calculateUncontrollableInsetsFromFrame() method in InsetsState
16430 HSPLandroid/view/InsetsState;->calculateUncontrollableInsetsFromFrame(Landroid/graphics/Rect;)I
16493 HSPLandroid/view/InsetsState;->calculateUncontrollableInsetsFromFrame(Landroid/graphics/Rect;)I