HomeSort by relevance Sort by last modified time
    Searched defs:rootView (Results 76 - 95 of 95) sorted by null

1 2 34

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 683 CanvasViewInfo rootView = createView(null, root, 0, 0);
684 addKeyedSubtrees(rootView, root, 0, 0);
687 for (CanvasViewInfo vi : rootView.getChildren()) {
708 if (view.getParent() != rootView) {
730 CanvasViewInfo mergeView = new CanvasViewInfo(rootView, VIEW_MERGE, null,
733 if (rootView.removeChild(view)) {
737 rootView.addChild(mergeView);
741 return Pair.of(rootView, includedBounds);
745 CanvasViewInfo rootView = addKeyedSubtrees(null, root, 0, 0);
750 if (rootView != null && hasMergeParent(rootView.getUiViewNode()))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 585 CanvasViewInfo rootView = mRootView;
586 if (rootView == null) {
589 rootView = viewHierarchy.getRoot();
593 new RelativeLayoutConversionHelper(this, layout, mFlatten, rootEdit, rootView);
607 CanvasViewInfo rootView = mRootView;
608 if (rootView == null) {
611 rootView = viewHierarchy.getRoot();
615 rootEdit, rootView);
649 public void setRootView(CanvasViewInfo rootView) {
650 mRootView = rootView;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 637 ViewGroup rootView = (ViewGroup) getView();
638 if (rootView != null) {
639 rootView.setLayoutTransition(null);
643 rootView.setLayoutTransition(mLayoutTransition);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 508 View rootView = inflater.inflate(R.layout.conversation_list, null);
509 mEmptyView = (ConversationListEmptyView) rootView.findViewById(R.id.empty_view);
510 mSecurityHoldView = rootView.findViewById(R.id.security_hold_view);
511 mSecurityHoldText = (TextView) rootView.findViewById(R.id.security_hold_text);
512 mSecurityHoldButton = rootView.findViewById(R.id.security_hold_button);
514 mLoadingView = rootView.findViewById(R.id.conversation_list_loading_view);
515 mListView = (SwipeableListView) rootView.findViewById(R.id.conversation_list_view);
532 ((ViewGroup) rootView.findViewById(R.id.conversation_list_parent_frame))
543 (MailSwipeRefreshLayout) rootView.findViewById(R.id.swipe_refresh_widget);
550 return rootView;
    [all...]
ConversationViewFragment.java 384 View rootView = inflater.inflate(R.layout.conversation_view, container, false);
385 mConversationContainer = (ConversationContainer) rootView
398 mProgressController.instantiateProgressIndicators(rootView);
440 (ScrollIndicatorsView) rootView.findViewById(R.id.scroll_indicators);
454 return rootView;
    [all...]
FolderListFragment.java 469 final View rootView = inflater.inflate(R.layout.folder_list, container, false);
470 mListView = (ListView) rootView.findViewById(android.R.id.list);
473 addListHeader(inflater, rootView, mListView);
492 mMiniDrawerView = (MiniDrawerView) rootView.findViewById(R.id.mini_drawer);
500 return rootView;
503 protected void addListHeader(LayoutInflater inflater, View rootView, ListView list) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 659 final View rootView = currentView != null ? currentView.getRootView() : null;
660 if (rootView != null) {
661 rootView.setDrawingCacheEnabled(true);
662 final Bitmap drawingCache = rootView.getDrawingCache();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 439 final View rootView = getRootView();
440 if (rootView == null) {
444 final ViewGroup windowContentView = (ViewGroup)rootView.findViewById(android.R.id.content);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 794 convertView = holder.rootView;
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 655 final View rootView = getRootView();
656 if (rootView != null) {
657 rootView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 1873 milliseconds

1 2 34