HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 226 - 250 of 12165) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/layoutlib/create/tests/mock_data/mock_android/widget/
TableLayout.java 19 import mock_android.view.ViewGroup;
  /frameworks/support/compat/src/main/java/androidx/core/view/
ScrollingView.java 17 package androidx.core.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/support/leanback/src/main/java/androidx/leanback/widget/
Presenter.java 16 import android.view.View;
17 import android.view.ViewGroup;
26 * A Presenter is used to generate {@link View}s and bind Objects to them on
34 * necessary view state information, such as references to child views to be used when
35 * binding to avoid expensive calls to {@link View#findViewById(int)}.
67 * In addition to view creation and binding, Presenter allows dynamic interface (facet) to
74 * ViewHolder can be subclassed and used to cache any view accessors needed
76 * without needing to subclass a View.
79 public final View view field in class:Presenter.ViewHolder
    [all...]
  /frameworks/support/transition/src/main/java/androidx/transition/
WindowIdApi18.java 18 import android.view.View;
19 import android.view.WindowId;
29 WindowIdApi18(@NonNull View view) {
30 mWindowId = view.getWindowId();
ViewUtils.java 24 import android.view.View;
28 import androidx.core.view.ViewCompat;
33 * Compatibility utilities for platform features of {@link View}.
57 * A {@link Property} for animating transitionAlpha value of a View.
59 static final Property<View, Float> TRANSITION_ALPHA =
60 new Property<View, Float>(Float.class, "translationAlpha") {
63 public Float get(View view) {
64 return getTransitionAlpha(view);
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
MenuHelper.java 17 package androidx.appcompat.view.menu;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
TooltipCompat.java 20 import android.view.View;
26 * Helper class used to emulate the behavior of {@link View#setTooltipText(CharSequence)} prior
32 * Sets the tooltip text for the view.
33 * <p> Prior to API 26 this method sets or clears (when tooltip is null) the view's
37 * @param view the view to set the tooltip text on
40 public static void setTooltipText(@NonNull View view, @Nullable CharSequence tooltipText) {
42 view.setTooltipText(tooltipText)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoController.java 19 import android.view.View;
25 public void onReviewDoneClicked(View view);
26 public void onReviewCancelClicked(View viwe);
27 public void onReviewPlayClicked(View view);
33 public void onSingleTapUp(View view, int x, int y);
  /packages/apps/Dialer/java/com/android/dialer/calllog/ui/
HeaderViewHolder.java 20 import android.view.View;
28 HeaderViewHolder(View view) {
29 super(view);
30 headerTextView = view.findViewById(R.id.new_call_log_header_text);
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
HeaderViewHolder.java 20 import android.view.View;
28 HeaderViewHolder(View view) {
29 super(view);
30 header = view.findViewById(R.id.header);
  /packages/apps/Launcher3/src/com/android/launcher3/
SimpleOnStylusPressListener.java 3 import android.view.MotionEvent;
4 import android.view.View;
9 * Simple listener that performs a long click on the view after a stylus button press.
12 private View mView;
14 public SimpleOnStylusPressListener(View view) {
15 mView = view;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/widget/
TableLayout.java 19 import mock_android.view.ViewGroup;
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
TextViewBindingAdapterTest.java 46 TextView view = mBinder.numericText; local
47 assertTrue(view.getKeyListener() instanceof DigitsKeyListener);
48 DigitsKeyListener listener = (DigitsKeyListener) view.getKeyListener();
53 assertTrue(view.getKeyListener() instanceof DigitsKeyListener);
54 listener = (DigitsKeyListener) view.getKeyListener();
71 TextView view = mBinder.textDrawableNormal; local
73 ((ColorDrawable) view.getCompoundDrawables()[0]).getColor());
75 ((ColorDrawable) view.getCompoundDrawables()[1]).getColor());
77 ((ColorDrawable) view.getCompoundDrawables()[2]).getColor());
79 ((ColorDrawable) view.getCompoundDrawables()[3]).getColor())
96 TextView view = mBinder.textDrawableStartEnd; local
112 TextView view = mBinder.textView; local
225 TextView view = mBinder.textAllCaps; local
243 TextView view = mBinder.textBufferType; local
262 TextView view = mBinder.textInputType; local
269 TextView view = mBinder.textDigits; local
322 EditText view = mBinder.twoWayText; local
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTestUtils.java 17 package android.view.animation.cts;
22 import android.view.View;
23 import android.view.ViewGroup;
24 import android.view.animation.Animation;
25 import android.view.animation.LayoutAnimationController;
48 * @param view view window to run animation.
53 final ActivityTestRule activityTestRule, final View view, final Animation animation
    [all...]
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
MySettingActivity.java 21 import android.view.View;
37 View view = getLayoutInflater().inflate(R.layout.my_setting_activity, null); local
38 setContentView(view);
  /development/samples/AdaptiveIconSample/src/com/example/android/maskableicon/
Activity1.java 21 import android.view.View;
27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null); local
28 setContentView(view);
Activity2.java 21 import android.view.View;
27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null); local
28 setContentView(view);
Activity3.java 21 import android.view.View;
27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null); local
28 setContentView(view);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
AboutActivity.java 21 import android.view.View;
36 View view = getLayoutInflater().inflate(R.layout.about_activity, null); local
37 setContentView(view);
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
BitmapImageViewTarget.java 13 public BitmapImageViewTarget(ImageView view) {
14 super(view);
18 * Sets the {@link android.graphics.Bitmap} on the view using
25 view.setImageBitmap(resource);
DrawableImageViewTarget.java 10 public DrawableImageViewTarget(ImageView view) {
11 super(view);
16 view.setImageDrawable(resource);
  /frameworks/base/core/java/android/text/method/
TransformationMethod.java 20 import android.view.View;
36 public CharSequence getTransformation(CharSequence source, View view);
42 public void onFocusChanged(View view, CharSequence sourceText,
  /frameworks/base/core/java/android/view/
ViewAnimationUtils.java 17 package android.view;
24 * Defines common utilities for working with View's animations.
32 * Any shadow cast by the View will respect the circular clip from this animator.
34 * Only a single non-rectangular clip can be applied on a View at any time.
36 * {@link View#setClipToOutline(boolean) View Outline clipping}.
51 * public static Animator createRevealWithDelay(View view, int centerX, int centerY, float startRadius, float endRadius) {
52 * Animator delayAnimator = ViewAnimationUtils.createCircularReveal(view, centerX, centerY, startRadius, startRadius);
54 * Animator revealAnimator = ViewAnimationUtils.createCircularReveal(view, centerX, centerY, startRadius, endRadius)
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
OneShotPreDrawListener.java 16 package com.android.internal.view;
18 import android.view.View;
19 import android.view.ViewTreeObserver;
25 * OneShotPreDrawListener.add(view, () -> { view.doSomething(); })
28 * The listener will also remove itself from the ViewTreeObserver when the view
29 * is detached from the view hierarchy. In that case, the Runnable will never be
33 View.OnAttachStateChangeListener {
34 private final View mView
    [all...]
RootViewSurfaceTaker.java 16 package com.android.internal.view;
18 import android.view.InputQueue;
19 import android.view.SurfaceHolder;

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>