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

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientFullScreenVideoTest.java 72 View customView = mContentsClient.getCustomView();
73 customView.dispatchKeyEvent(
75 customView.dispatchKeyEvent(
  /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/base/core/java/com/android/internal/app/
AlertController.java 472 final View customView;
474 customView = mView;
477 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
479 customView = null;
482 final boolean hasCustomView = customView != null;
483 if (!hasCustomView || !canTextInput(customView)) {
490 custom.addView(customView, new LayoutParams(MATCH_PARENT, MATCH_PARENT));
508 if (mMessage != null || customView != null || mListView != null) {
    [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 174 milliseconds