Searched refs:centerAlongEdge (Results 1 – 2 of 2) sorted by relevance
123 mColumnLayout.centerAlongEdge(); in testCenterAlongEdge_portrait()135 verify(mColumnLayout, times(0)).centerAlongEdge(); in testUpdateSnap_initialState()145 verify(mColumnLayout, times(0)).centerAlongEdge(); in testUpdateSnap_snapThenSnap()150 verify(mColumnLayout, times(0)).centerAlongEdge(); in testUpdateSnap_snapThenSnap()160 verify(mColumnLayout, times(0)).centerAlongEdge(); in testUpdateSnap_snapThenCenter()167 verify(mColumnLayout, times(1)).centerAlongEdge(); in testUpdateSnap_snapThenCenter()
105 protected void centerAlongEdge() { in centerAlongEdge() method in GlobalActionsColumnLayout160 centerAlongEdge(); in updateSnap()