HomeSort by relevance Sort by last modified time
    Searched refs:View (Results 1 - 25 of 5367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/view/
View.java 17 package mock_android.view;
19 public class View {
  /frameworks/base/core/java/com/android/internal/widget/
LockScreenWidgetCallback.java 19 import android.view.View;
25 // Sends a message to lock screen requesting the given view be shown. May be ignored, depending
26 // on lock screen state. View must be the top-level lock screen widget or it will be ignored.
27 public void requestShow(View self);
29 // Sends a message to lock screen requesting the view to be hidden.
30 public void requestHide(View self);
32 // Whether or not this view is currently visible on LockScreen
33 public boolean isVisible(View self);
36 // exclusively in response to user activity, i.e. user hits a button in the view
    [all...]
  /frameworks/base/core/java/android/transition/
TransitionValuesMaps.java 22 import android.view.View;
25 ArrayMap<View, TransitionValues> viewValues =
26 new ArrayMap<View, TransitionValues>();
27 SparseArray<View> idValues = new SparseArray<View>();
28 LongSparseArray<View> itemIdValues = new LongSparseArray<View>();
29 ArrayMap<String, View> nameValues = new ArrayMap<String, View>();
    [all...]
  /cts/hostsidetests/theme/app/src/android/theme/app/
LayoutModifier.java 19 import android.view.View;
22 * Interface used to do further setup on a view after it has been inflated.
26 /** Actions to take before inflating the view. */
30 * @param view inflated by the test activity
31 * @return the same view or another view that will be snapshotted by the test
33 View modifyView(View view);
    [all...]
  /frameworks/base/graphics/tests/graphicstests/src/android/view/
MockView.java 17 package android.view;
20 * Mock View class for testing
23 public class MockView extends View{
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
MultiAdapterSetterObj.java 16 import android.view.View;
20 public View.OnClickListener onClickListener = new View.OnClickListener() {
22 public void onClick(View view) {
  /frameworks/support/v4/ics/android/support/v4/view/
ViewPropertyAnimatorListener.java 1 package android.support.v4.view;/*
17 import android.view.View;
28 * @param view The view associated with the ViewPropertyAnimator
30 void onAnimationStart(View view);
36 * @param view The view associated with the ViewPropertyAnimator
38 void onAnimationEnd(View view)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableItemView.java 20 import android.view.View;
40 public static SwipeableView from(View view) {
41 view.setClickable(true);
42 return new SwipeableView(view);
45 private final View mView;
46 private SwipeableView(View view) {
47 mView = view;
    [all...]
  /cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
ViewPressedModifier.java 19 import android.view.View;
24 public View modifyView(View view) {
25 view.setPressed(true);
26 return view;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
TestOnClickListener.java 3 import android.view.View;
5 public class TestOnClickListener implements View.OnClickListener {
8 @Override public void onClick(View v) {
TestOnLongClickListener.java 3 import android.view.View;
5 public class TestOnLongClickListener implements View.OnLongClickListener {
9 public boolean onLongClick(View view) {
  /frameworks/base/core/java/android/view/
ViewManager.java 17 package android.view;
25 * Assign the passed LayoutParams to the passed View and add the view to the window.
26 * <p>Throws {@link android.view.WindowManager.BadTokenException} for certain programming
27 * errors, such as adding a second view to a window without removing the first view.
28 * <p>Throws {@link android.view.WindowManager.InvalidDisplayException} if the window is on a
31 * @param view The view to be added to this window.
32 * @param params The LayoutParams to assign to view
    [all...]
SoundEffectConstants.java 17 package android.view;
20 * Constants to be used to play sound effects via {@link View#playSoundEffect(int)}
35 * @param direction One of {@link View#FOCUS_UP}, {@link View#FOCUS_DOWN},
36 * {@link View#FOCUS_LEFT}, {@link View#FOCUS_RIGHT}, {@link View#FOCUS_FORWARD}
37 * or {@link View#FOCUS_BACKWARD}
43 case View.FOCUS_RIGHT:
45 case View.FOCUS_FORWARD
    [all...]
  /frameworks/base/core/java/android/webkit/
PluginStub.java 19 import android.view.View;
31 * Return a custom embedded view to draw the plugin.
34 * @return A custom View that will be managed by WebView.
36 public abstract View getEmbeddedView(int NPP, Context context);
39 * Return a custom full-screen view to be displayed when the user requests
41 * to display this View as completely full-screen.
44 * @return A custom View that will be managed by the application.
46 public abstract View getFullScreenView(int NPP, Context context);
  /frameworks/base/core/java/android/widget/
SpinnerAdapter.java 19 import android.view.View;
20 import android.view.ViewGroup;
31 * Gets a {@link android.view.View} that displays in the drop down popup
34 * @param position index of the item whose view we want.
35 * @param convertView the old view to reuse, if possible. Note: You should
36 * check that this view is non-null and of an appropriate type before
37 * using. If it is not possible to convert this view to display the
38 * correct data, this method can create a new view
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ScrollContainer.java 19 import android.view.View;
28 * Request that the view does not perform long press for the current touch.
33 * Request that the view is made visible by scrolling to it.
36 boolean scrollTo(View v);
39 * Like {@link #scrollTo(View)}, but keeps the scroll locked until the user
42 void lockScrollTo(View v);
45 * Request that the view does not dismiss for the current touch.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FocusHighlightHandler.java 16 import android.view.View;
26 * @param view The view whose focus is changing.
29 void onItemFocused(View view, boolean hasFocus);
32 * Called when the view is being created.
34 void onInitializeView(View view);
  /frameworks/support/v4/gingerbread/android/support/v4/view/
ViewCompatGingerbread.java 17 package android.support.v4.view;
19 import android.view.View;
22 public static int getOverScrollMode(View v) {
26 public static void setOverScrollMode(View v, int mode) {
  /packages/apps/Messaging/src/com/android/messaging/ui/
PagerViewHolder.java 18 import android.view.View;
19 import android.view.ViewGroup;
22 * Holds reusable View(s) for a {@link FixedViewPagerAdapter} to display a page. By using
27 /** Instructs the pager to clean up any view related resources
28 * @return the destroyed View so that the adapter may remove it from the container, or
29 * null if no View has been created. */
30 View destroyView();
32 /** @return The view that presents the page view to the user *
    [all...]
  /frameworks/support/v4/kitkat/android/support/v4/view/
ViewCompatKitKat.java 17 package android.support.v4.view;
19 import android.view.View;
22 * KitKat-specific View API implementation.
25 public static int getAccessibilityLiveRegion(View view) {
26 return view.getAccessibilityLiveRegion();
29 public static void setAccessibilityLiveRegion(View view, int mode) {
30 view.setAccessibilityLiveRegion(mode)
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ViewInitializer.java 18 import android.view.View;
21 * Called after a view is created to set various properties on the view
24 void initializeView(View view);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ScrollAdapter.java 19 import android.view.View;
27 * @return Whether the view returned by {@link #getHostView()} is scrolled to the top
32 * @return Whether the view returned by {@link #getHostView()} is scrolled to the bottom
37 * @return The view in which the scrolling is performed
39 public View getHostView();
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
IItem.java 19 import android.view.View;
29 * @return Resource ID for the layout of this item. This layout will be used to inflate the View
30 * passed to {@link #onBindView(android.view.View)}.
36 * update {@code view} to reflect its data.
38 * @param view A view inflated from {@link #getLayoutResource()}, which should be updated to
39 * display data from this item. This view may be recycled from other items with the
42 void onBindView(View view)
    [all...]
  /frameworks/support/v4/donut/android/support/v4/animation/
AnimatorProvider.java 19 import android.view.View;
38 void clearInterpolator(View view);
  /frameworks/support/v4/donut/android/support/v4/view/
OnApplyWindowInsetsListener.java 17 package android.support.v4.view;
19 import android.view.View;
22 * Listener for applying window insets on a view in a custom way.
25 * to the way that window insets are treated for a view. If an OnApplyWindowInsetsListener
27 * {@link #onApplyWindowInsets(android.view.View, WindowInsetsCompat) onApplyWindowInsets}
28 * method will be called instead of the View's own {@code onApplyWindowInsets} method.
29 * The listener may optionally call the parameter View's <code>onApplyWindowInsets</code>
30 * method to apply the View's normal behavior as part of its own.</p
    [all...]

Completed in 639 milliseconds

1 2 3 4 5 6 7 8 91011>>