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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DErrorFragment.java39 private ViewGroup mErrorFrame; field in class:ErrorFragment
165 mErrorFrame = (ViewGroup) root.findViewById(R.id.error_frame);
168 installTitleView(inflater, mErrorFrame, savedInstanceState);
192 if (mErrorFrame != null) {
194 mErrorFrame.setBackground(mBackgroundDrawable);
196 mErrorFrame.setBackgroundColor(mErrorFrame.getResources().getColor(
230 mErrorFrame.requestFocus();
H A DErrorSupportFragment.java41 private ViewGroup mErrorFrame; field in class:ErrorSupportFragment
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();

Completed in 34 milliseconds