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

/packages/apps/Browser/src/com/android/browser/
H A DTabBar.java73 private int mCurrentTextureHeight = 0; field in class:TabBar
383 mCurrentTextureHeight != getHeight()) {
385 mCurrentTextureHeight = getHeight();
387 if (mCurrentTextureWidth > 0 && mCurrentTextureHeight > 0) {
389 mCurrentTextureWidth, mCurrentTextureHeight);
391 mCurrentTextureWidth, mCurrentTextureHeight);

Completed in 17 milliseconds