Home
last modified time | relevance | path

Searched defs:viewGroup (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowViewGroupTest.java371 ViewGroup viewGroup = new FrameLayout(context); in shouldKnowWhenOnInterceptTouchEventWasCalled() local
382 ViewGroup viewGroup = new FrameLayout(context); in removeView_shouldRequestLayout() local
393 ViewGroup viewGroup = new FrameLayout(context); in removeViewAt_shouldRequestLayout() local
404 ViewGroup viewGroup = new FrameLayout(context); in removeAllViews_shouldRequestLayout() local
415 ViewGroup viewGroup = new FrameLayout(context); in addView_shouldRequestLayout() local
424 ViewGroup viewGroup = new FrameLayout(context); in addView_withIndex_shouldRequestLayout() local
433 ViewGroup viewGroup = new FrameLayout(context); in removeAllViews_shouldCallOnChildViewRemovedWithEachChild() local
505 ViewGroup viewGroup = new FrameLayout(context); in draw_drawsChildren() local
H A DShadowLayoutInflaterTest.java178 ViewGroup viewGroup = inflate(R.layout.request_focus); in shouldNotCountRequestFocusElementAsChild() local
192 ViewGroup viewGroup = inflate(R.layout.request_focus); in shouldGiveFocusToElementContainingRequestFocusElement() local
473 ViewGroup viewGroup = in layoutInflater_fromWindowContext() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupScrollCaptureTest.java69 final MockViewGroup viewGroup = new MockViewGroup(context); in testSetScrollCaptureHint() local
107 final MockViewGroup viewGroup = new MockViewGroup(context); in testSetScrollCaptureHint_mutuallyExclusiveFlags() local
124 final MockViewGroup viewGroup = new MockViewGroup(context, 0, 0, 200, 200); in testDispatchScrollCaptureSearch_noCallback_hintAuto() local
157 final MockViewGroup viewGroup = in testDispatchScrollCaptureSearch_noCallback_hintExclude() local
187 MockViewGroup viewGroup = new MockViewGroup(context, 0, 0, 200, 200); in testDispatchScrollCaptureSearch_withCallback_hintAuto() local
231 MockViewGroup viewGroup = in testDispatchScrollCaptureSearch_withCallback_hintExclude() local
257 final MockViewGroup viewGroup = new MockViewGroup(context, 0, 0, 200, 200); in testDispatchScrollCaptureSearch_traversesInDrawingOrder() local
311 final MockViewGroup viewGroup = new MockViewGroup(context, 0, 0, 200, 200); in testDispatchScrollCaptureSearch_toChildren() local
H A DViewInputConnectionTest.java97 final ViewGroup viewGroup = mActivity.findViewById(R.id.root); in testInputConnectionCallbacks() local
151 final ViewGroup viewGroup = mActivity.findViewById(R.id.root); in testInputConnectionCallbacks_nullInputConnection() local
203 final ViewGroup viewGroup = mActivity.findViewById(R.id.root); in testInputConnectionCallbacks_nonEditableInput() local
320 final ViewGroup viewGroup = getOnMainSync(() -> mActivity.findViewById(R.id.root)); in testInputConnectionCallbacks_nonUiThread() local
H A DViewGroupTest.java57 final TestView viewGroup = new TestView(context, 0 /* left */, 0 /* top */, in testDispatchMouseEventsUnderCursor() local
194 final TestView viewGroup = new TestView(context, 200 /* right */); in testfindAutofillableViewsByTraversal() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/
DUtilitiesKt.java91 public final void saveAndChangeAttribute(@org.jetbrains.annotations.NotNull() in saveAndChangeAttribute()
99 public final void restoreAttribute(@org.jetbrains.annotations.NotNull() in restoreAttribute()
106 public abstract T getAttribute(@org.jetbrains.annotations.NotNull() in getAttribute()
112 public abstract void setAttribute(@org.jetbrains.annotations.NotNull() in setAttribute()
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DViewGroup_ScrollCaptureTest.java88 final MockViewGroup viewGroup = new MockViewGroup(context); in testSetScrollCaptureHint() local
126 final MockViewGroup viewGroup = new MockViewGroup(context); in testSetScrollCaptureHint_mutuallyExclusiveFlags() local
141 final MockViewGroup viewGroup = in testDispatchScrollCaptureSearch() local
160 MockViewGroup viewGroup = in testDispatchScrollCaptureSearch_withCallback() local
193 final MockViewGroup viewGroup = in testDispatchScrollCaptureSearch_withCallback_hintExclude() local
222 final MockViewGroup viewGroup = new MockViewGroup(context, 0, 0, 200, 200); in testDispatchScrollCaptureSearch_toChildren() local
H A DViewTest.java727 ViewGroup viewGroup = (ViewGroup) mActivity.findViewById(R.id.viewlayout_root); in testAccessTag() local
757 final ViewGroup viewGroup = (ViewGroup) mActivity.findViewById(R.id.viewlayout_root); in testOnSizeChanged() local
985 final ViewGroup viewGroup = (ViewGroup) mActivity.findViewById(R.id.viewlayout_root); in testGetGlobalVisibleRectPoint() local
1032 final ViewGroup viewGroup = (ViewGroup) mActivity.findViewById(R.id.viewlayout_root); in testGetGlobalVisibleRect() local
2391 ViewGroup viewGroup = (ViewGroup) mActivity.findViewById(R.id.viewlayout_root); in testOnAttachedToAndDetachedFromWindow() local
2766 ViewGroup viewGroup = (ViewGroup) mActivity.findViewById(R.id.viewlayout_root); in testDispatchTrackballMoveEvent() local
2813 ViewGroup viewGroup = (ViewGroup) mActivity.findViewById(R.id.viewlayout_root); in testUnhandledKeys() local
2919 final ViewGroup viewGroup = (ViewGroup) mActivity.findViewById(R.id.viewlayout_root); in testWindowVisibilityChanged() local
3132 private void checkBounds(final ViewGroup viewGroup, final View view, in checkBounds()
3163 final ViewGroup viewGroup = (ViewGroup) mActivity.findViewById(R.id.viewlayout_root); in testAddRemoveAffectsWrapContentLayout() local
[all …]
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTabAdapter.java111 public final RecyclerView.ViewHolder onCreateViewHolder(@NonNull ViewGroup viewGroup, in onCreateViewHolder()
166 private RecyclerView.ViewHolder createBannerViewHolder(@NonNull ViewGroup viewGroup) { in createBannerViewHolder()
172 RecyclerView.ViewHolder createSectionViewHolder(@NonNull ViewGroup viewGroup) { in createSectionViewHolder()
179 abstract RecyclerView.ViewHolder createMediaItemViewHolder(@NonNull ViewGroup viewGroup); in createMediaItemViewHolder()
292 final View getView(@NonNull ViewGroup viewGroup, int layout) { in getView()
DPhotosTabAdapter.java92 RecyclerView.ViewHolder createSectionViewHolder(@NonNull ViewGroup viewGroup) { in createSectionViewHolder()
99 RecyclerView.ViewHolder createMediaItemViewHolder(@NonNull ViewGroup viewGroup) { in createMediaItemViewHolder()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DGhostView.java99 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost()
140 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost()
174 private static int moveGhostViewsToTop(ViewGroup viewGroup, ArrayList<View> tempViews) { in moveGhostViewsToTop()
220 private static void insertIntoOverlay(ViewGroup viewGroup, ViewGroup wrapper, in insertIntoOverlay()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java153 public static void link(ViewGroup viewGroup, BaseAdapter adapter) { in link()
157 private ViewGroupAdapterBridge(ViewGroup viewGroup, BaseAdapter adapter) { in ViewGroupAdapterBridge()
169 ViewGroup viewGroup = mViewGroup.get(); in refresh() local
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/common/rotary/
DDirectManipulationState.java72 ViewGroup viewGroup = (ViewGroup) mViewInDirectManipulationMode; in enable() local
89 ViewGroup viewGroup = (ViewGroup) mViewInDirectManipulationMode; in disable() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java41 TestViewGroup viewGroup = new TestViewGroup(mContext); in testPrimaryActionModesAreStopped() local
61 TestViewGroup viewGroup = new TestViewGroup(mContext); in testFloatingActionModesAreBubbledUp() local
/aosp_15_r20/external/leakcanary2/plumber-android-core/src/main/java/leakcanary/
H A DViewLocationHolderLeakFix.kt74 val viewGroup = FrameLayout(application) in uncheckedClearStaticPool() constant
/aosp_15_r20/development/samples/training/threadsample/src/com/example/android/threadsample/
H A DPhotoThumbnailFragment.java124 public View onCreateView(LayoutInflater inflater, ViewGroup viewGroup, Bundle bundle) { in onCreateView()
407 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) { in newView()
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DSimpleCursorAdapterTest.java359 ViewGroup viewGroup = (ViewGroup) layoutInflater.inflate( in testNewView() local
376 ViewGroup viewGroup = (ViewGroup) layoutInflater.inflate( in testNewDropDownView() local
H A DEditTextTest.java877 ViewGroup viewGroup = (ViewGroup) editText.getParent(); in testCursorSuspendBlinking_ViewDynamicallyRemoved() local
895 ViewGroup viewGroup = (ViewGroup) editText.getParent(); in testCursorBlinking_ViewDynamically_RemovedAdded_NeverHadFocus() local
929 ViewGroup viewGroup = (ViewGroup) editText.getParent(); in testCursorResumeBlinking_AfterFocusedView_DynamicallyRemovedAdded() local
/aosp_15_r20/packages/apps/MusicFX/src/com/android/musicfx/
DActivityMusic.java327 final ViewGroup viewGroup = (ViewGroup) findViewById(R.id.contentSoundEffects); in onCreate() local
627 private void setEnabledAllChildren(final ViewGroup viewGroup, final boolean enabled) { in setEnabledAllChildren()
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacController.java366 ViewGroup viewGroup = (ViewGroup) rootView; in registerHvacViews() local
396 ViewGroup viewGroup = (ViewGroup) rootView; in unregisterViews() local
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/grid/
DChooserGridAdapter.java370 final ViewGroup viewGroup = holder.getViewGroup(); in loadViewsIntoGroup() local
454 final ViewGroup viewGroup = (ViewGroup) holder.itemView; in bindItemGroupViewHolder() local
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
H A DTextSizeCheck.java518 private static void checkViewGroupWithTextViewWithScalingText( in checkViewGroupWithTextViewWithScalingText()
558 ViewHierarchyElement viewGroup, List<ViewHierarchyElement> scalableTextViews) { in createViewGroupResult()
/aosp_15_r20/frameworks/base/core/java/android/view/translation/
H A DUiTranslationController.java260 private void dumpChildren(ViewGroup viewGroup, String outerPrefix, PrintWriter pw) { in dumpChildren()
620 private void findViewsTraversalByAutofillIds(ViewGroup viewGroup, in findViewsTraversalByAutofillIds()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java215 public void assignMarginsAndBackgrounds(ViewGroup viewGroup) { in assignMarginsAndBackgrounds()
223 protected void assignMarginsAndBackgrounds(ViewGroup viewGroup, int backgroundColor) { in assignMarginsAndBackgrounds()
/aosp_15_r20/external/zxing/android/src/com/google/zxing/client/android/book/
H A DSearchBookContentsAdapter.java41 public View getView(int position, View view, ViewGroup viewGroup) { in getView()

12345678910>>...27