Searched refs:actualBounds (Results 1 – 1 of 1) sorted by relevance
1859 public UpdatableTouchDelegate(Rect targetBounds, Rect actualBounds, View delegateView) { in UpdatableTouchDelegate() argument1865 setBounds(targetBounds, actualBounds); in UpdatableTouchDelegate()1869 public void setBounds(Rect desiredBounds, Rect actualBounds) { in setBounds() argument1873 mActualBounds.set(actualBounds); in setBounds()