Searched refs:view (Results 201 - 225 of 2431) sorted by relevance

1234567891011>>

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestTextViewRtl.java21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
H A DBiDiTestViewGroupMarginMixed.java6 import android.view.LayoutInflater;
7 import android.view.View;
8 import android.view.ViewGroup;
H A DBiDiTestViewPadding.java6 import android.view.LayoutInflater;
7 import android.view.View;
8 import android.view.ViewGroup;
H A DBiDiTestViewPaddingMixed.java6 import android.view.LayoutInflater;
7 import android.view.View;
8 import android.view.ViewGroup;
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DNoIdTest.java52 TextView view = (TextView) linearLayout.getChildAt(0);
53 assertEquals("hello world", view.getTag());
54 assertEquals("hello", view.getText().toString());
57 assertEquals("world", view.getText().toString());
63 TextView view = (TextView) linearLayout.getChildAt(1);
64 assertNull(view.getTag());
70 TextView view = (TextView) linearLayout.getChildAt(2);
71 String expectedValue = view.getResources().getString(R.string.app_name);
72 assertEquals(expectedValue, view.getTag());
78 TextView view
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DWeirdListeners.java21 import android.view.View;
25 public static void setListener(View view, OnFoo onFoo) {} argument
28 public static void setListener(View view, OnFoo2 onFoo) {} argument
/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingParentHelper.java18 package android.support.v4.view;
20 import android.view.View;
21 import android.view.ViewGroup;
27 * <p>{@link android.view.ViewGroup ViewGroup} subclasses should instantiate a final instance
50 * Called when a nested scrolling operation initiated by a descendant view is accepted
53 * <p>This is a delegate method. Call it from your {@link android.view.ViewGroup ViewGroup}
64 * <p>This is a delegate method. Call it from your {@link android.view.ViewGroup ViewGroup}
75 * <p>This is a delegate method. Call it from your {@link android.view.ViewGroup ViewGroup}
H A DScrollingView.java17 package android.support.v4.view;
31 * <p>The default range is the drawing width of this view.</p>
51 * <p>The default offset is the scroll offset of this view.</p>
70 * <p>The default extent is the drawing width of this view.</p>
89 * <p>The default range is the drawing height of this view.</p>
106 * <p>The default offset is the scroll offset of this view.</p>
125 * <p>The default extent is the drawing height of this view.</p>
/frameworks/base/core/java/android/view/
H A DFallbackEventHandler.java17 package android.view;
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityInteractionCallback.aidl17 package android.view.accessibility;
19 import android.view.accessibility.AccessibilityNodeInfo;
/frameworks/base/core/java/android/view/animation/
H A DAccelerateDecelerateInterpolator.java17 package android.view.animation;
22 import com.android.internal.view.animation.HasNativeInterpolator;
23 import com.android.internal.view.animation.NativeInterpolatorFactory;
24 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
H A DBaseInterpolator.java17 package android.view.animation;
H A DLinearInterpolator.java17 package android.view.animation;
22 import com.android.internal.view.animation.HasNativeInterpolator;
23 import com.android.internal.view.animation.NativeInterpolatorFactory;
24 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerSessionListener.aidl19 import android.view.textservice.SentenceSuggestionsInfo;
20 import android.view.textservice.SuggestionsInfo;
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl17 package com.android.internal.view;
21 import android.view.InputChannel;
22 import android.view.inputmethod.EditorInfo;
23 import android.view.inputmethod.InputBinding;
24 import android.view.inputmethod.InputMethodSubtype;
25 import com.android.internal.view.IInputContext;
26 import com.android.internal.view.IInputMethodSession;
27 import com.android.internal.view.IInputSessionCallback;
H A DIInputMethodClient.aidl17 package com.android.internal.view;
19 import com.android.internal.view.InputBindResult;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGefingerpoken.java19 import android.view.MotionEvent;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationCustomViewWrapper.java19 import android.view.View;
25 * Wraps a notification containing a custom view.
31 protected NotificationCustomViewWrapper(View view) { argument
32 super(view);
33 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DScrollAdapter.java19 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DInteraction.java19 import android.view.MotionEvent;
20 import android.view.View;
21 import android.view.View.OnGenericMotionListener;
22 import android.view.View.OnTouchListener;
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DChoreographer_Delegate.java16 package android.view;
H A DDisplay_Delegate.java17 package android.view;
H A DViewRootImpl_Delegate.java17 package android.view;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/transition/
H A DActionBarTransition.java20 import android.view.ViewGroup;
/frameworks/base/core/java/android/transition/
H A DVisibilityPropagation.java18 import android.view.View;
27 * The property key used for {@link android.view.View#getVisibility()}.
44 View view = values.view;
47 visibility = view.getVisibility();
51 view.getLocationOnScreen(loc);
52 loc[0] += Math.round(view.getTranslationX());
53 loc[0] += view.getWidth() / 2;
54 loc[1] += Math.round(view.getTranslationY());
55 loc[1] += view
[all...]

Completed in 7917 milliseconds

1234567891011>>