Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCachedTextView.java65 protected int getCacheTopPadding() { in getCacheTopPadding() method in CachedTextView
94 mTextCacheTop = top + layout.getLineTop(0) - mPaddingV - getCacheTopPadding(); in buildAndUpdateCache()