Searched defs:expandType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java502 private void startExpanding(View v, int expandType) { argument
503 mExpansionStyle = expandType;
508 if (DEBUG) Slog.d(TAG, "scale type " + expandType + " beginning on view: " + v);

Completed in 46 milliseconds