HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 1151 - 1175 of 6090) sorted by null

<<41424344454647484950>>

  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 17 package android.view.cts;
24 import android.view.OrientationEventListener;
ViewConfigurationTest.java 17 package android.view.cts;
21 import android.view.ViewConfiguration;
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
ExtractedTextRequestTest.java 17 package android.view.inputmethod.cts;
22 import android.view.inputmethod.ExtractedTextRequest;
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test5DetailFragment.java 22 import android.view.LayoutInflater;
23 import android.view.MotionEvent;
24 import android.view.View;
25 import android.view.ViewGroup;
54 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) {
55 View rootView = inflater.inflate(R.layout.test5_detail_fragment, container, false);
63 // Each time this view is displayed, reset the following states
74 public void onClick(View v) {
83 public boolean onTouch(View v, MotionEvent event)
    [all...]
TestGenericDetailFragment.java 22 import android.view.LayoutInflater;
23 import android.view.MotionEvent;
24 import android.view.View;
25 import android.view.ViewGroup;
53 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) {
54 View rootView = inflater.inflate(R.layout.test_results_detail_fragment, container, false);
61 rootView.setOnTouchListener(new View.OnTouchListener() {
63 public boolean onTouch(View v, MotionEvent event) {
98 * Displays collected results from all pointers into a dialog view in the followin
    [all...]
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarActivity.java 21 import android.view.Menu;
22 import android.view.MenuInflater;
65 * {@link Activity#onCreateOptionsMenu(android.view.Menu)}.
ActionBarHelper.java 22 import android.view.Menu;
23 import android.view.MenuInflater;
69 * Action bar helper code to be run in {@link Activity#onCreateOptionsMenu(android.view.Menu)}.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilter.java 24 import android.view.View;
25 import android.view.View.OnClickListener;
47 public void onClick(View v) {
Forwarding.java 26 import android.view.View;
27 import android.view.View.OnClickListener;
73 public void onClick(View v)
LocalSample.java 24 import android.view.View;
25 import android.view.View.OnClickListener;
47 public void onClick(View v) {
NotifyingController.java 26 import android.view.View;
27 import android.view.View.OnClickListener;
48 public void onClick(View v) {
55 public void onClick(View v) {
RedirectEnter.java 26 import android.view.View;
27 import android.view.View.OnClickListener;
50 public void onClick(View v)
ReorderFour.java 24 import android.view.View;
25 import android.view.View.OnClickListener;
40 public void onClick(View v) {
ReorderOnLaunch.java 24 import android.view.View;
25 import android.view.View.OnClickListener;
40 public void onClick(View v) {
ReorderThree.java 24 import android.view.View;
25 import android.view.View.OnClickListener;
40 public void onClick(View v) {
ReorderTwo.java 24 import android.view.View;
25 import android.view.View.OnClickListener;
40 public void onClick(View v) {
SecureDialogActivity.java 24 import android.view.View;
25 import android.view.WindowManager;
54 implements View.OnClickListener {
66 // view layout definition, which is being set here as
79 public void onClick(View v) {
SecureSurfaceViewActivity.java 25 import android.view.SurfaceView;
26 import android.view.WindowManager;
67 // view layout definition, which is being set here as
71 // Set up the surface view.
77 // Make the surface view secure. This must be done at the time the surface view
78 // is created before the surface view's containing window is attached to
  /development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java 17 package com.example.android.apis.view;
23 import android.view.MotionEvent;
30 * The Interceptor view is a simple subclass of LinearLayout whose sole purpose
32 * hover activity is checked, the interceptor view will intercept hover events.
34 * When this view intercepts hover events, its children will not receive
36 * view group that would like to prevent its children from being hovered
InternalSelectionScroll.java 17 package com.example.android.apis.view;
21 import android.view.ViewGroup;
26 * Demonstrates how a well behaved view with internal selection
30 * {@link InternalSelectionView} achieves this by calling {@link android.view.View#requestRectangleOnScreen}
33 * {@link android.widget.ScrollView}, in turn, implements {@link android.view.View#requestRectangleOnScreen}
35 * method, so views that call {@link android.view.View#requestRectangleOnScreen} that are embedded
List17.java 17 package com.example.android.apis.view;
21 import android.view.View;
27 * A list view where the last item the user clicked is placed in
42 // Tell the list view to show one checked/activated item at a time.
51 protected void onListItemClick(ListView l, View v, int position, long id) {
TableLayout9.java 17 package com.example.android.apis.view;
25 import android.view.View;
40 public void onClick(View v) {
Tabs1.java 17 package com.example.android.apis.view;
23 import android.view.LayoutInflater;
Tabs2.java 17 package com.example.android.apis.view;
23 import android.view.View;
52 public View createTabContent(String tag) {
Tabs5.java 17 package com.example.android.apis.view;
23 import android.view.View;
49 public View createTabContent(String tag) {

Completed in 803 milliseconds

<<41424344454647484950>>