HomeSort by relevance Sort by last modified time
    Searched refs:customView (Results 1 - 5 of 5) sorted by null

  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ExploreByTouchHelperActivity.java 75 final CustomView customView = (CustomView) findViewById(R.id.custom_view);
78 customView.addItem(getString(R.string.sample_item_a), 0, 0, 0.5f, 0.5f);
81 customView.addItem(getString(R.string.sample_item_b), 0.5f, 0.5f, 1, 1);
88 public static class CustomView extends View {
96 public CustomView(Context context, AttributeSet attrs) {
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 207 Object customView = mProjectCallback.loadView(name, mConstructorSignature,
210 if (customView instanceof View) {
211 return (View)customView;
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 137 View customView = LayoutInflater.from(a).inflate(
139 mActionMode.setCustomView(customView);
141 (Button) customView.findViewById(R.id.selection_menu), this);

Completed in 362 milliseconds