Searched defs:mErrorFrame (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DErrorFragment.java41 private ViewGroup mErrorFrame; field in class:ErrorFragment
167 mErrorFrame = (ViewGroup) root.findViewById(R.id.error_frame);
170 installTitleView(inflater, mErrorFrame, savedInstanceState);
194 if (mErrorFrame != null) {
196 mErrorFrame.setBackground(mBackgroundDrawable);
198 mErrorFrame.setBackgroundColor(mErrorFrame.getResources().getColor(
232 mErrorFrame.requestFocus();
H A DErrorSupportFragment.java36 private ViewGroup mErrorFrame; field in class:ErrorSupportFragment
162 mErrorFrame = (ViewGroup) root.findViewById(R.id.error_frame);
165 installTitleView(inflater, mErrorFrame, savedInstanceState);
189 if (mErrorFrame != null) {
191 mErrorFrame.setBackground(mBackgroundDrawable);
193 mErrorFrame.setBackgroundColor(mErrorFrame.getResources().getColor(
227 mErrorFrame.requestFocus();

Completed in 37 milliseconds