Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DAccessibleDragListenerAdapter.java39 private final ViewGroup mViewGroup; field in AccessibleDragListenerAdapter
48 mViewGroup = parent; in AccessibleDragListenerAdapter()
54 mViewGroup.setOnHierarchyChangeListener(this); in onDragStart()
60 mViewGroup.setOnHierarchyChangeListener(null); in onDragEnd()
62 Launcher.getLauncher(mViewGroup.getContext()).getDragController().removeDragListener(this); in onDragEnd()
68 if (parent == mViewGroup) { in onChildViewAdded()
75 if (parent == mViewGroup) { in onChildViewRemoved()
81 for (int i = 0; i < mViewGroup.getChildCount(); i++) { in enableAccessibleDrag()
82 setEnableForLayout((CellLayout) mViewGroup.getChildAt(i), enable); in enableAccessibleDrag()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DDisclaimerItemListAdapterTest.java63 private ViewGroup mViewGroup; field in DisclaimerItemListAdapterTest
79 when(mViewGroup.getContext()).thenReturn(mContext); in setUp()
80 when(mViewGroup.getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE)).thenReturn( in setUp()
92 mDisclaimerItemListAdapter.onCreateViewHolder(mViewGroup, 0 /* viewType */); in onBindViewHolder_haveItem_shouldSetText()
DWifiCallingDisclaimerFragmentTest.java71 private ViewGroup mViewGroup; field in WifiCallingDisclaimerFragmentTest
138 mFragment.onCreateView(mLayoutInflater, mViewGroup, null /* savedInstanceState */); in onScrolled_canNotScroll_shouldEnableAgreeButton()
155 mFragment.onCreateView(mLayoutInflater, mViewGroup, null /* savedInstanceState */); in onScrolled_canScroll_shouldNotEnableAgreeButton()
171 mFragment.onCreateView(mLayoutInflater, mViewGroup, null /* savedInstanceState */); in onClick_agreeButton_shouldFinishFragment()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewControllerTest.java79 private ViewGroup mViewGroup; field in UserSwitchTransitionViewControllerTest
112 mViewGroup = (ViewGroup) LayoutInflater.from(mContext).inflate( in setUp()
114 mCarUserSwitchingDialogController.inflate(mViewGroup); in setUp()
133 TextView textView = mViewGroup.findViewById(R.id.user_loading); in onHandleShow_showsDefaultLoadingMessage()
147 TextView textView = mViewGroup.findViewById(R.id.user_loading); in onHandleShow_showsUserSwitchingMessage()