Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/workprofile/
DPersonalWorkSlidingTabStrip.java90 size = getTabWidth(getContext(), size); in onMeasure()
99 public static int getTabWidth(Context context, int totalWidth) { in getTabWidth() method in PersonalWorkSlidingTabStrip
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkEduCard.java19 import static com.android.launcher3.workprofile.PersonalWorkSlidingTabStrip.getTabWidth;
115 findViewById(R.id.wrapper).getLayoutParams().width = getTabWidth(getContext(), size); in onMeasure()