Searched defs:mMinWidthMinor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java143 final TypedValue mMinWidthMinor = new TypedValue(); field in class:PhoneWindow
2623 final TypedValue tv = isPortrait ? mMinWidthMinor : mMinWidthMajor;
3409 a.getValue(R.styleable.Window_windowMinWidthMinor, mMinWidthMinor);

Completed in 160 milliseconds