Searched refs:view (Results 251 - 275 of 1416) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java22 import android.view.View;
23 import android.view.ViewGroup;
24 import android.view.accessibility.AccessibilityEvent;
25 import android.view.accessibility.AccessibilityNodeInfo;
73 * Sets the text of the next view and switches to the next view. This can
85 * Sets the text of the text view that is currently showing. This does
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java17 package com.android.internal.view;
24 import android.view.DragEvent;
25 import android.view.IWindow;
26 import android.view.IWindowSession;
H A DWindowManagerPolicyThread.java17 package com.android.internal.view;
/frameworks/base/core/tests/coretests/src/android/view/
H A DDisabledLongpressTest.java17 package android.view;
19 import android.view.Longpress;
27 import android.view.View;
28 import android.view.View.OnLongClickListener;
31 * Exercises {@link android.view.View}'s longpress plumbing by testing the
H A DInclude.java17 package android.view;
H A DLongpress.java17 package android.view;
H A DLongpressTest.java17 package android.view;
19 import android.view.Longpress;
27 import android.view.View;
28 import android.view.View.OnLongClickListener;
31 * Exercises {@link android.view.View}'s longpress plumbing.
H A DPreDrawListener.java17 package android.view;
23 import android.view.View;
24 import android.view.ViewTreeObserver;
25 import android.view.View.OnClickListener;
H A DRemoteViewsActivity.java17 package android.view;
H A DViewAttachTestActivity.java17 package android.view;
H A DZeroSized.java17 package android.view;
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutGravity.java23 import android.view.View;
H A DFrameLayoutMargin.java23 import android.view.View;
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineAlignmentCenterGravity.java23 import android.view.View;
H A DBaselineButtons.java23 import android.view.View;
H A DHorizontalOrientationVerticalAlignment.java23 import android.view.View;
H A DWeightSum.java23 import android.view.View;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListBottomGravity.java19 import android.view.Gravity;
H A DListTopGravity.java19 import android.view.Gravity;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsCallback.java19 import android.view.View;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DPanelBackgroundView.java22 import android.view.View;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPolicy.java21 import android.view.FallbackEventHandler;
22 import android.view.LayoutInflater;
23 import android.view.Window;
24 import android.view.WindowManagerPolicy;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DBiometricSensorUnlock.java19 import android.view.View;
23 * Initializes the view provided for the biometric unlock UI to work within. The provided area
40 * Covers the backup unlock mechanism by showing the contents of the view initialized in
41 * {@link BiometricSensorUnlock#initializeView(View)}. The view should disappear after the
45 * @param timeoutMilliseconds Amount of time in milliseconds to display the view before
46 * disappearing. A value of 0 means the view should remain visible.
51 * Uncovers the backup unlock mechanism by hiding the contents of the view initialized in
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathOffsetActivity.java26 import android.view.MotionEvent;
27 import android.view.View;
34 final PathsView view = new PathsView(this);
35 setContentView(view);
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountain.java30 import android.view.Menu;
31 import android.view.MenuItem;
32 import android.view.View;
33 import android.view.Window;
56 // Create our Preview view and set it as the content of our

Completed in 295 milliseconds

<<11121314151617181920>>