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

/packages/apps/Browser/src/com/android/browser/
H A DTabBar.java70 private int mCurrentTextureHeight = 0; field in class:TabBar
367 mCurrentTextureHeight != getHeight()) {
369 mCurrentTextureHeight = getHeight();
371 if (mCurrentTextureWidth > 0 && mCurrentTextureHeight > 0) {
373 mCurrentTextureWidth, mCurrentTextureHeight);
375 mCurrentTextureWidth, mCurrentTextureHeight);

Completed in 33 milliseconds