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

<<11121314151617181920>>

/frameworks/support/lifecycle/integration-tests/testapp/src/main/java/androidx/lifecycle/testapp/
H A DUsualFragment.java20 import android.view.LayoutInflater;
21 import android.view.View;
22 import android.view.ViewGroup;
/frameworks/support/navigation/runtime/ktx/src/androidTest/java/androidx/navigation/
H A DViewTest.kt22 import android.view.View
33 val view = View(InstrumentationRegistry.getTargetContext())
35 Navigation.setViewNavController(view, navController)
37 val foundNavController = view.findNavController()
43 val view = View(InstrumentationRegistry.getTargetContext())
45 view.findNavController()
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DAppCompatMenuItemShortcutsTestActivity.java18 import android.view.Menu;
19 import android.view.MenuInflater;
20 import android.view.MenuItem;
/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...]
/frameworks/base/core/java/android/view/
H A DFallbackEventHandler.java17 package android.view;
H A DIRecentsAnimationController.aidl17 package android.view;
20 import android.view.IRemoteAnimationFinishedCallback;
H A DRenderNodeAnimatorSetHelper.java16 package android.view;
20 import com.android.internal.view.animation.FallbackLUTInterpolator;
21 import com.android.internal.view.animation.NativeInterpolatorFactory;
22 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
26 * that are internal or package private to android.view package.
H A DSearchEvent.java17 package android.view;
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityInteractionConnectionCallback.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 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/android/view/autofill/
H A DIAutofillWindowPresenter.aidl17 package android.view.autofill;
20 import android.view.WindowManager;
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassificationSessionFactory.java17 package android.view.textclassifier;
/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/core/java/com/android/internal/view/menu/
H A DMenuHelper.java17 package com.android.internal.view.menu;
H A DShowableListMenu.java17 package com.android.internal.view.menu;
/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCacheTest.java17 package android.view;
19 import android.view.BigCache;
24 import android.view.View;
25 import android.view.ViewConfiguration;
71 private Bitmap createCacheForView(final View view) { argument
75 view.setDrawingCacheEnabled(true);
76 view.invalidate();
77 view.buildDrawingCache();
78 cache[0] = view.getDrawingCache();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/
H A DOnOptionsItemSelected.java19 import android.view.MenuItem;
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DViewProvider.java17 import android.view.View;
/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/policy/
H A DDarkIconDispatcher.java19 import android.view.View;
45 * @return the tint to apply to {@param view} depending on the desired tint {@param color} and
48 static int getTint(Rect tintArea, View view, int color) { argument
49 if (isInArea(tintArea, view)) {
57 * @return the dark intensity to apply to {@param view} depending on the desired dark
60 static float getDarkIntensity(Rect tintArea, View view, float intensity) { argument
61 if (isInArea(tintArea, view)) {
69 * @return true if more than half of the {@param view} area are in {@param area}, false
72 static boolean isInArea(Rect area, View view) { argument
77 view
[all...]
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;

Completed in 634 milliseconds

<<11121314151617181920>>