Searched refs:mLastViewWidth (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java275 int mLastViewWidth = -1; field in class:BookmarkExpandableView.BookmarkAccountAdapter
368 if (mLastViewWidth == viewWidth) return;
378 mLastViewWidth = viewWidth;

Completed in 29 milliseconds