Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkEduCard.java38 public class WorkEduCard extends FrameLayout implements class
46 public WorkEduCard(Context context) { in WorkEduCard() method in WorkEduCard
50 public WorkEduCard(Context context, AttributeSet attrs) { in WorkEduCard() method in WorkEduCard
54 public WorkEduCard(Context context, AttributeSet attrs, int defStyleAttr) { in WorkEduCard() method in WorkEduCard
101 if (getParent() != null) ((ViewGroup) getParent()).removeView(WorkEduCard.this); in removeCard()
DBaseAllAppsAdapter.java324 ((WorkEduCard) holder.itemView).setPosition(position); in onBindViewHolder()
DActivityAllAppsContainerView.java1274 ((WorkEduCard) currentView).updateStringFromCache(); in inflateWorkCardsIfNeeded()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java43 import com.android.launcher3.allapps.WorkEduCard;
209 waitForWorkCard("Work profile education not shown", view -> view instanceof WorkEduCard); in testEdu()