HomeSort by relevance Sort by last modified time
    Searched defs:mViewGroup (Results 1 - 8 of 8) sorted by null

  /frameworks/support/core-ui/java/android/support/v4/view/
NestedScrollingParentHelper.java 40 private final ViewGroup mViewGroup;
47 mViewGroup = viewGroup;
  /frameworks/base/core/tests/coretests/src/android/view/
ViewGroupAttributesTest.java 25 private MyViewGroup mViewGroup;
46 mViewGroup = new MyViewGroup(getContext());
52 ViewGroup.FOCUS_BEFORE_DESCENDANTS, mViewGroup.getDescendantFocusability());
55 final boolean isAnimationCachEnabled = mViewGroup.isAnimationCacheEnabled();
56 final boolean isAlwaysDrawnWithCacheEnabled = mViewGroup.isAlwaysDrawnWithCacheEnabled();
57 final boolean isChildrenDrawnWithCacheEnabled = mViewGroup.isChildrenDrawnWithCacheEnabled();
59 mViewGroup.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);
60 assertEquals(ViewGroup.FOCUS_AFTER_DESCENDANTS, mViewGroup.getDescendantFocusability());
62 mViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
63 assertEquals(ViewGroup.FOCUS_BLOCK_DESCENDANTS, mViewGroup.getDescendantFocusability())
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
AccessibileDragListenerAdapter.java 33 private final ViewGroup mViewGroup;
42 mViewGroup = parent;
54 Launcher.getLauncher(mViewGroup.getContext()).getDragController().removeDragListener(this);
58 for (int i = 0; i < mViewGroup.getChildCount(); i++) {
59 setEnableForLayout((CellLayout) mViewGroup.getChildAt(i), enable);
  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorCtsActivity.java 50 private ViewGroup mViewGroup;
67 mViewGroup = new ViewGroup(this) {
72 mViewGroup.addView(mView);
73 mViewGroup.addView(mTop);
74 mViewGroup.addView(mButton);
75 mViewGroup.setOnTouchListener(new MockOnTouchListener());
76 setContentView(mViewGroup);
85 return mViewGroup;
  /cts/hostsidetests/theme/app/src/android/theme/app/
ThemeDeviceActivity.java 53 private ReferenceViewGroup mViewGroup;
81 mViewGroup = (ReferenceViewGroup) findViewById(R.id.reference_view_group);
133 mViewGroup.removeAllViews();
137 final View view = getLayoutInflater().inflate(layout.id, mViewGroup, false);
142 mViewGroup.addView(view);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 146 private final WeakReference<ViewGroup> mViewGroup;
155 mViewGroup = new WeakReference<>(viewGroup);
166 ViewGroup viewGroup = mViewGroup.get();
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 307 milliseconds