Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java41 public class WorkModeSwitch extends Switch implements Insettable { class
51 public WorkModeSwitch(Context context) { in WorkModeSwitch() method in WorkModeSwitch
56 public WorkModeSwitch(Context context, AttributeSet attrs) { in WorkModeSwitch() method in WorkModeSwitch
61 public WorkModeSwitch(Context context, AttributeSet attrs, int defStyleAttr) { in WorkModeSwitch() method in WorkModeSwitch
141 private final WeakReference<WorkModeSwitch> switchWeakReference;
144 WeakReference<WorkModeSwitch> switchWeakReference) { in SetQuietModeEnabledAsyncTask()
152 WorkModeSwitch workModeSwitch = switchWeakReference.get(); in onPreExecute()
160 WorkModeSwitch workModeSwitch = switchWeakReference.get(); in doInBackground()
180 WorkModeSwitch workModeSwitch = switchWeakReference.get(); in onPostExecute()
DAllAppsContainerView.java97 private WorkModeSwitch mWorkModeSwitch;
162 public WorkModeSwitch getWorkModeSwitch() { in getWorkModeSwitch()
438 mWorkModeSwitch = (WorkModeSwitch) mLauncher.getLayoutInflater().inflate( in setupWorkToggle()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DWorkTabTest.java35 import com.android.launcher3.allapps.WorkModeSwitch;
106 WorkModeSwitch wf = launcher.getAppsView().getWorkModeSwitch(); in toggleWorks()