Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java242 private final int mRunningAppIndicatorHeight; field in BubbleTextView
339 mRunningAppIndicatorHeight = in BubbleTextView()
891 final float cornerRadius = mRunningAppIndicatorHeight / 2f; in drawRunningAppIndicatorIfNecessary()
898 indicatorTop + mRunningAppIndicatorHeight, in drawRunningAppIndicatorIfNecessary() local