HomeSort by relevance Sort by last modified time
    Searched defs:mRootView (Results 51 - 66 of 66) sorted by null

1 23

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 73 private View mRootView;
100 mRootView = LayoutInflater.from(getContext()).inflate(R.layout.device_profiles_settings,
102 mProfileContainer = (ViewGroup) mRootView.findViewById(R.id.profiles_section);
103 mProfileLabel = (TextView) mRootView.findViewById(R.id.profiles_label);
104 final EditText deviceName = (EditText) mRootView.findViewById(R.id.name);
107 .setView(mRootView)
118 EditText deviceName = (EditText) mRootView.findViewById(R.id.name);
333 final EditText deviceNameField = (EditText) mRootView.findViewById(R.id.name);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 307 testInfo.mRootView = rootView;
325 protected CanvasViewInfo mRootView;
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 123 View mRootView;
    [all...]
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
RowView.java 86 private LinearLayout mRootView;
114 mRootView = (LinearLayout) LayoutInflater.from(context).inflate(
116 addView(mRootView);
194 mRootView.setVisibility(View.VISIBLE);
196 measureChild(mRootView, widthMeasureSpec, heightMeasureSpec);
198 mRootView.setVisibility(View.GONE);
211 mRootView.layout(0, 0, mRootView.getMeasuredWidth(), getRowContentHeight());
271 setViewClickable(mRootView, true);
279 setViewClickable(mRootView, true)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java 80 private final View mRootView;
122 mRootView = rootView;
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactPickerFragment.java 113 private View mRootView;
197 mRootView = view;
329 UiUtils.doOnceAfterLayoutChange(mRootView, new Runnable() {
343 if (mRootView != null) {
369 mCustomHeaderViewPager, mPendingExplodeView, mRootView,
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 99 View mRootView;
191 ai.mRootView = rootView;
496 if (ai.mRootView.getWindowToken() == null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 585 CanvasViewInfo rootView = mRootView;
607 CanvasViewInfo rootView = mRootView;
646 protected CanvasViewInfo mRootView;
650 mRootView = rootView;
GridLayoutConverter.java 115 private final CanvasViewInfo mRootView;
128 mRootView = rootView;
133 if (mRootView == null) {
138 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout);
    [all...]
RelativeLayoutConversionHelper.java 109 private final CanvasViewInfo mRootView;
118 mRootView = rootView;
123 if (mRootView == null) {
128 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout);
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 146 protected View mRootView;
313 mRootView = findViewById(getRootViewId());
315 mRootView.setOnSystemUiVisibilityChangeListener(getSystemUiVisibilityChangeListener());
815 Util.announceForAccessibility(mRootView, mAccessibilityManager, announcement);
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
PlaybackFragment.java 213 View mRootView;
    [all...]
PlaybackSupportFragment.java 206 View mRootView;
861 mRootView = inflater.inflate(R.layout.lb_playback_fragment, container, false);
862 mBackgroundView = mRootView.findViewById(R.id.playback_fragment_background)
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/manageapplications/
ManageApplications.java 225 private View mRootView;
333 mRootView = inflater.inflate(R.layout.manage_applications_apps, null);
334 mLoadingContainer = mRootView.findViewById(R.id.loading_container);
335 mListContainer = mRootView.findViewById(R.id.list_container);
374 ((PreferenceFrameLayout.LayoutParams) mRootView.getLayoutParams()).removeBorders = true;
381 return mRootView;
387 final FrameLayout pinnedHeader = mRootView.findViewById(R.id.pinned_header);
522 mRootView = null;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 350 View mRootView;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 1241 milliseconds

1 23