HomeSort by relevance Sort by last modified time
    Searched refs:hintColorResId (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 652 int hintTextResId, hintColorResId;
656 hintColorResId = 0;
665 hintColorResId = R.color.incall_textConnected; // green
669 hintColorResId = R.color.incall_textEnded; // red
675 hintColorResId = 0;
681 mInCallScreen.updateSlidingTabHint(hintTextResId, hintColorResId);
    [all...]
CallCard.java     [all...]
InCallScreen.java     [all...]

Completed in 68 milliseconds