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

  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
LaunchFragment.java 35 import com.example.android.intentplayground.IntentBuilderView.OnLaunchCallback;
38 private IntentBuilderView mIntentBuilderView;
46 mIntentBuilderView = new IntentBuilderView(getContext(), Mode.LAUNCH);
IntentDialogFragment.java 112 IntentBuilderView intentBuilderView = getActivity()
115 intentBuilderView.selectFlags(mFlags);
118 Float.valueOf(intentBuilderView.getY()).intValue());
IntentBuilderView.java 55 public class IntentBuilderView extends FrameLayout implements View.OnClickListener,
57 private static final String TAG = "IntentBuilderView";
70 * Constructs a new IntentBuilderView, in the specified mode.
77 public IntentBuilderView(@NonNull Context context, BaseActivity.Mode mode) {
BaseActivity.java 47 IntentBuilderView.OnLaunchCallback {

Completed in 4377 milliseconds