Searched refs:mDividerBounds (Results 1 – 2 of 2) sorted by relevance
82 private final Rect mDividerBounds = new Rect(); field in SplitLayout159 return new Rect(mDividerBounds); in getDividerBounds()232 mDividerBounds.set(mRootBounds); in updateBounds()238 mDividerBounds.left = position - mDividerInsets; in updateBounds()239 mDividerBounds.right = mDividerBounds.left + mDividerWindowWidth; in updateBounds()244 mDividerBounds.top = position - mDividerInsets; in updateBounds()245 mDividerBounds.bottom = mDividerBounds.top + mDividerWindowWidth; in updateBounds()435 t.setPosition(dividerLeash, mDividerBounds.left, mDividerBounds.top); in applySurfaceChanges()513 pw.println(prefix + "dividerBounds=" + mDividerBounds.toShortString()); in dump()848 mTempRect.set(mDividerBounds); in adjustSurfaceLayoutForIme()
79 private final Rect mDividerBounds = new Rect(); field in DividerView139 mDividerBounds.set(layout.getDividerBounds()); in setup()153 if (!mTempRect.equals(mDividerBounds)) { in onInsetsChanged()156 DIVIDER_HEIGHT_PROPERTY, mDividerBounds.height(), mTempRect.height()); in onInsetsChanged()165 mDividerBounds.set(mTempRect); in onInsetsChanged()