Searched refs:mMaxBounds (Results 1 – 3 of 3) sorted by relevance
80 private final Rect mMaxBounds = new Rect(); field in WindowConfiguration228 mMaxBounds.writeToParcel(dest, flags); in writeToParcel()240 mMaxBounds.readFromParcel(source); in readFromParcel()306 mMaxBounds.setEmpty(); in setMaxBounds()309 mMaxBounds.set(rect); in setMaxBounds()317 mMaxBounds.set(left, top, right, bottom); in setMaxBounds()377 return mMaxBounds; in getMaxBounds()430 setMaxBounds(other.mMaxBounds); in setTo()459 scaleBounds(scale, mMaxBounds); in scale()501 if (!delta.mMaxBounds.isEmpty() && !delta.mMaxBounds.equals(mMaxBounds)) { in updateFrom()[all …]
208 private Rect mMaxBounds; field in InputMethodDialogWindowContextTest.MaxBoundsVerifier219 mMaxBounds = maxBounds; in setMaxBounds()237 if (newConfig.windowConfiguration.getMaxBounds().equals(mMaxBounds)) { in onConfigurationChanged()
86 private Consumer<Rect> mMaxBoundsConsumer = rect -> mMaxBounds = rect;361 ? mMaxBounds501 private Rect mMaxBounds;