HomeSort by relevance Sort by last modified time
    Searched refs:rootView (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 54 View rootView = inflater.inflate(R.layout.ztranslation, container, false);
57 final View floatingShape = rootView.findViewById(R.id.circle);
65 DragFrameLayout dragLayout = ((DragFrameLayout) rootView.findViewById(R.id.main_layout));
83 rootView.findViewById(R.id.raise_bt).setOnClickListener(new View.OnClickListener() {
93 rootView.findViewById(R.id.lower_bt).setOnClickListener(new View.OnClickListener() {
106 return rootView;
  /developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java 67 View rootView = inflater.inflate(R.layout.recycler_view_frag, container, false);
68 rootView.setTag(TAG);
71 mRecyclerView = (RecyclerView) rootView.findViewById(R.id.recyclerView);
92 mLinearLayoutRadioButton = (RadioButton) rootView.findViewById(R.id.linear_layout_rb);
100 mGridLayoutRadioButton = (RadioButton) rootView.findViewById(R.id.grid_layout_rb);
108 return rootView;
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
ElevationDragFragment.java 54 View rootView = inflater.inflate(R.layout.ztranslation, container, false);
57 final View floatingShape = rootView.findViewById(R.id.circle);
65 DragFrameLayout dragLayout = ((DragFrameLayout) rootView.findViewById(R.id.main_layout));
83 rootView.findViewById(R.id.raise_bt).setOnClickListener(new View.OnClickListener() {
93 rootView.findViewById(R.id.lower_bt).setOnClickListener(new View.OnClickListener() {
106 return rootView;
  /development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
RecyclerViewFragment.java 67 View rootView = inflater.inflate(R.layout.recycler_view_frag, container, false);
68 rootView.setTag(TAG);
71 mRecyclerView = (RecyclerView) rootView.findViewById(R.id.recyclerView);
92 mLinearLayoutRadioButton = (RadioButton) rootView.findViewById(R.id.linear_layout_rb);
100 mGridLayoutRadioButton = (RadioButton) rootView.findViewById(R.id.grid_layout_rb);
108 return rootView;
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsSummary.java 94 View rootView = mInflater.inflate(R.layout.app_ops_summary,
97 mRootView = rootView;
101 mViewPager = (ViewPager) rootView.findViewById(R.id.pager);
105 PagerTabStrip tabs = (PagerTabStrip) rootView.findViewById(R.id.tabs);
111 ((PreferenceFrameLayout.LayoutParams) rootView.getLayoutParams()).removeBorders = true;
114 return rootView;
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 46 View rootView = inflater.inflate(R.layout.elevation_basic, container, false);
48 View shape2 = rootView.findViewById(R.id.floating_shape_2);
73 return rootView;
  /developers/samples/android/ui/views/Elevation/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 46 View rootView = inflater.inflate(R.layout.elevation_basic, container, false);
48 View shape2 = rootView.findViewById(R.id.floating_shape_2);
73 return rootView;
  /development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
ElevationBasicFragment.java 46 View rootView = inflater.inflate(R.layout.elevation_basic, container, false);
48 View shape2 = rootView.findViewById(R.id.floating_shape_2);
73 return rootView;
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ScreenSlidePageFragment.java 68 ViewGroup rootView = (ViewGroup) inflater
72 ((TextView) rootView.findViewById(android.R.id.text1)).setText(
75 return rootView;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DrawIdler.java 39 public void setRootView(View rootView) {
40 if (mRoot == rootView) {
46 mRoot = rootView;
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test5DetailFragment.java 55 View rootView = inflater.inflate(R.layout.test5_detail_fragment, container, false);
58 Spinner spinner = (Spinner) rootView.findViewById(R.id.test_5_spinner);
60 ImageButton imageButton = (ImageButton) rootView.findViewById(R.id.test_5_imageButton);
64 SeekBar seekBar = (SeekBar) rootView.findViewById(R.id.test_5_seekBar);
67 CheckBox checkbox = (CheckBox) rootView.findViewById(R.id.test_5_checkBox);
71 Button button = (Button) rootView.findViewById(R.id.test_5_button1);
95 return rootView;
Test3DetailFragment.java 89 View rootView = inflater.inflate(R.layout.test3_detail_fragment, container, false);
90 mTextClock = (TextView) rootView.findViewById(R.id.test3ClockTextView);
91 mSubmitButton = (Button) rootView.findViewById(R.id.test3SubmitButton);
92 mEditText = (EditText) rootView.findViewById(R.id.test3TextField);
132 return rootView;
Test4DetailFragment.java 67 View rootView = inflater.inflate(R.layout.test4_detail_fragment, container, false);
72 return rootView;
81 mViewPager = (ViewPager) rootView.findViewById(R.id.test_4_detail_container);
103 return rootView;
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingFragment.java 86 View rootView = inflater.inflate(R.layout.fragment_message_me, container, false);
88 mSendSingleConversation = (Button) rootView.findViewById(R.id.send_1_conversation);
91 mSendTwoConversations = (Button) rootView.findViewById(R.id.send_2_conversations);
95 (Button) rootView.findViewById(R.id.send_1_conversation_3_messages);
98 mDataPortView = (TextView) rootView.findViewById(R.id.data_port);
101 mClearLogButton = (Button) rootView.findViewById(R.id.clear);
106 return rootView;
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingFragment.java 86 View rootView = inflater.inflate(R.layout.fragment_message_me, container, false);
88 mSendSingleConversation = (Button) rootView.findViewById(R.id.send_1_conversation);
91 mSendTwoConversations = (Button) rootView.findViewById(R.id.send_2_conversations);
95 (Button) rootView.findViewById(R.id.send_1_conversation_3_messages);
98 mDataPortView = (TextView) rootView.findViewById(R.id.data_port);
101 mClearLogButton = (Button) rootView.findViewById(R.id.clear);
106 return rootView;
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingFragment.java 86 View rootView = inflater.inflate(R.layout.fragment_message_me, container, false);
88 mSendSingleConversation = (Button) rootView.findViewById(R.id.send_1_conversation);
91 mSendTwoConversations = (Button) rootView.findViewById(R.id.send_2_conversations);
95 (Button) rootView.findViewById(R.id.send_1_conversation_3_messages);
98 mDataPortView = (TextView) rootView.findViewById(R.id.data_port);
101 mClearLogButton = (Button) rootView.findViewById(R.id.clear);
106 return rootView;
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
MainActivity.java 154 View rootView = inflater.inflate(R.layout.fragment_section_launchpad, container, false);
157 rootView.findViewById(R.id.demo_collection_button)
167 rootView.findViewById(R.id.demo_external_activity)
183 return rootView;
197 View rootView = inflater.inflate(R.layout.fragment_section_dummy, container, false);
199 ((TextView) rootView.findViewById(android.R.id.text1)).setText(
201 return rootView;
CollectionDemoActivity.java 141 View rootView = inflater.inflate(R.layout.fragment_collection_object, container, false);
143 ((TextView) rootView.findViewById(android.R.id.text1)).setText(
145 return rootView;
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 113 public void destructiveCheckImeInitialState(View rootView, View servedView) {
117 assertTrue(destructiveCheckImeUp(rootView, servedView));
119 assertFalse(destructiveCheckImeUp(rootView, servedView));
123 public boolean destructiveCheckImeUp(View rootView, View servedView) {
127 origHeight = rootView.getHeight();
133 newHeight = rootView.getHeight();
136 newHeight = rootView.getHeight();
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
InstrumentationDriver.java 62 View rootView;
73 rootView = view;
79 rootView = ActivityUtils.getRunningActivity().getWindow().getDecorView();
94 return findRootViewRunnable.rootView;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
TitleView.java 48 View rootView = inflater.inflate(R.layout.lb_title_view, this);
50 mBadgeView = (ImageView) rootView.findViewById(R.id.browse_badge);
51 mTextView = (TextView) rootView.findViewById(R.id.browse_title);
52 mSearchOrbView = (SearchOrbView) rootView.findViewById(R.id.browse_orb);
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
MainActivity.java 96 View rootView = inflater.inflate(R.layout.fragment_main, container, false);
97 return rootView;
  /packages/apps/Gallery/src/com/android/camera/
MovieView.java 46 View rootView = findViewById(R.id.root);
48 mControl = new MovieViewControl(rootView, this, intent.getData()) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewController.java 83 View rootView = inflater.inflate(R.layout.secure_conversation_view, container, false);
84 mScrollView = (MessageScrollView) rootView.findViewById(R.id.scroll_view);
85 mConversationHeaderView = (ConversationViewHeader) rootView.findViewById(R.id.conv_header);
86 mMessageHeaderView = (MessageHeaderView) rootView.findViewById(R.id.message_header);
87 mSnapHeaderView = (MessageHeaderView) rootView.findViewById(R.id.snap_header);
88 mMessageFooterView = (MessageFooterView) rootView.findViewById(R.id.message_footer);
96 final int color = rootView.getResources().getColor(
104 mProgressController.instantiateProgressIndicators(rootView);
105 mWebView = (MessageWebView) rootView.findViewById(R.id.webview);
128 return rootView;
    [all...]
ConversationViewProgressController.java 64 public void instantiateProgressIndicators(View rootView) {
65 mBackgroundView = rootView.findViewById(R.id.background_view);
66 mProgressView = rootView.findViewById(R.id.loading_progress);

Completed in 1032 milliseconds

12 3 4 5