HomeSort by relevance Sort by last modified time
    Searched defs:mErrorFrame (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
ErrorFragment.java 38 private ViewGroup mErrorFrame;
164 mErrorFrame = (ViewGroup) root.findViewById(R.id.error_frame);
167 installTitleView(inflater, mErrorFrame, savedInstanceState);
191 if (mErrorFrame != null) {
193 mErrorFrame.setBackground(mBackgroundDrawable);
195 mErrorFrame.setBackgroundColor(mErrorFrame.getResources().getColor(
229 mErrorFrame.requestFocus();
ErrorSupportFragment.java 35 private ViewGroup mErrorFrame;
161 mErrorFrame = (ViewGroup) root.findViewById(R.id.error_frame);
164 installTitleView(inflater, mErrorFrame, savedInstanceState);
188 if (mErrorFrame != null) {
190 mErrorFrame.setBackground(mBackgroundDrawable);
192 mErrorFrame.setBackgroundColor(mErrorFrame.getResources().getColor(
226 mErrorFrame.requestFocus();
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 111 milliseconds