Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DWorkEduView.java63 private TextView mContentText; field in WorkEduView
111 mContentText = findViewById(R.id.content_text); in onFinishInflate()
114 mContentText.post(() -> mContentText.setMinLines(mContentText.getLineCount())); in onFinishInflate()
130 ObjectAnimator animator = ObjectAnimator.ofFloat(mContentText, ALPHA, 0); in goToWorkTab()
134 mContentText.setText(mLauncher.getString(R.string.work_profile_edu_work_apps)); in goToWorkTab()
135 ObjectAnimator.ofFloat(mContentText, ALPHA, 1).start(); in goToWorkTab()
140 mContentText.setText(mLauncher.getString(R.string.work_profile_edu_work_apps)); in goToWorkTab()