Home
last modified time | relevance | path

Searched defs:actualBounds (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithmTest.java419 final Rect actualBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in getEntryDestinationBounds_noReentryState_useDefaultBounds() local
/aosp14/frameworks/base/core/java/android/widget/
H A DSearchView.java1867 public UpdatableTouchDelegate(Rect targetBounds, Rect actualBounds, View delegateView) { in UpdatableTouchDelegate()
1877 public void setBounds(Rect desiredBounds, Rect actualBounds) { in setBounds()