Searched refs:custom (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DScrollingTabContainerView.java370 final View custom = tab.getCustomView();
371 if (custom != null) {
372 final ViewParent customParent = custom.getParent();
375 ((ViewGroup) customParent).removeView(custom);
377 addView(custom);
379 mCustomView = custom;
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk44 # Generate custom headers
61 # Generate custom source files
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java421 final View custom = tab.getCustomView();
422 if (custom != null) {
423 final ViewParent customParent = custom.getParent();
425 if (customParent != null) ((ViewGroup) customParent).removeView(custom);
426 addView(custom);
428 mCustomView = custom;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java128 Object custom; field in class:FragmentActivity.NonConfigurationInstances
505 Object custom = onRetainCustomNonConfigurationInstance();
527 if (fragments == null && !retainLoaders && custom == null) {
533 nci.custom = custom;
634 return nc != null ? nc.custom : null;
/frameworks/rs/
H A DAndroid.mk80 # Generate custom headers
97 # Generate custom source files
174 # Generate custom headers
189 # Generate custom source files
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java233 /* We use a custom title so never request a window title */
412 FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
413 custom.addView(mView, new LayoutParams(MATCH_PARENT, MATCH_PARENT));
415 custom.setPadding(mViewSpacingLeft, mViewSpacingTop, mViewSpacingRight,
426 * custom view or a message.
449 // Add the custom title view directly to the topPanel layout
644 /* The contentPanel displays either a custom text message or
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs343 "How to print photos, HTML documents, and custom documents from your app."
355 <li><a href="<?cs var:toroot ?>training/printing/custom-docs.html">
899 <a href="<?cs var:toroot ?>training/custom-views/index.html"
901 "How to build custom UI widgets that are interactive and smooth."
905 <li><a href="<?cs var:toroot ?>training/custom-views/create-view.html">
909 <li><a href="<?cs var:toroot ?>training/custom-views/custom-drawing.html">
913 <li><a href="<?cs var:toroot ?>training/custom-views/making-interactive.html">
917 <li><a href="<?cs var:toroot ?>training/custom-views/optimizing-view.html">

Completed in 323 milliseconds