Home
last modified time | relevance | path

Searched refs:mFoldersLeft (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneLayout.java124 private int mFoldersLeft; field in TwoPaneLayout
298 mFoldersView.layout(mFoldersLeft, 0, mFoldersRight, bottom); in onLayout()
331 mFoldersLeft = width - mDrawerWidthOpen; in computePanePositions()
335 mFoldersLeft = 0; in computePanePositions()
339 mFoldersRight = mFoldersLeft + mDrawerWidthOpen; in computePanePositions()
597 mXThreshold = (float) mFoldersLeft + mDrawerWidthDelta;
600 mXThreshold = (float) mFoldersLeft + mDrawerWidthMini;