Searched refs:mView (Results 1 - 25 of 131) sorted by relevance

123456

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTableLayoutBindingAdapterTest.java28 TableLayout mView; field in class:TableLayoutBindingAdapterTest
38 mView = mBinder.view;
44 ((ColorDrawable) mView.getDividerDrawable()).getColor());
47 ((ColorDrawable) mView.getDividerDrawable()).getColor());
52 assertFalse(mView.isColumnCollapsed(0));
53 assertTrue(mView.isColumnCollapsed(1));
54 assertFalse(mView.isColumnCollapsed(2));
56 assertFalse(mView.isColumnShrinkable(0));
57 assertTrue(mView.isColumnShrinkable(1));
58 assertFalse(mView
[all...]
H A DViewGroupBindingAdapterTest.java27 ViewGroup mView; field in class:ViewGroupBindingAdapterTest
37 mView = mBinder.view;
42 mView.isAlwaysDrawnWithCacheEnabled());
47 mView.isAlwaysDrawnWithCacheEnabled());
51 assertEquals(mBindingObject.isAnimationCache(), mView.isAnimationCacheEnabled());
55 assertEquals(mBindingObject.isAnimationCache(), mView.isAnimationCacheEnabled());
61 mView.isMotionEventSplittingEnabled());
66 mView.isMotionEventSplittingEnabled());
73 mView.getLayoutTransition() != null);
78 mView
[all...]
H A DAutoCompleteTextViewBindingAdapterTest.java29 AutoCompleteTextView mView; field in class:AutoCompleteTextViewBindingAdapterTest
39 mView = mBinder.view;
43 assertEquals(mBindingObject.getCompletionThreshold(), mView.getThreshold());
47 assertEquals(mBindingObject.getCompletionThreshold(), mView.getThreshold());
53 ((ColorDrawable) mView.getDropDownBackground()).getColor());
58 ((ColorDrawable) mView.getDropDownBackground()).getColor());
H A DSwitchBindingAdapterTest.java28 Switch mView; field in class:SwitchBindingAdapterTest
38 mView = mBinder.view;
44 ((ColorDrawable) mView.getThumbDrawable()).getColor());
46 ((ColorDrawable) mView.getTrackDrawable()).getColor());
51 ((ColorDrawable) mView.getThumbDrawable()).getColor());
53 ((ColorDrawable) mView.getTrackDrawable()).getColor());
H A DTabWidgetBindingAdapterTest.java28 TabWidget mView; field in class:TabWidgetBindingAdapterTest
38 mView = mBinder.view;
44 ((ColorDrawable) mView.getDividerDrawable()).getColor());
45 assertEquals(mBindingObject.isTabStripEnabled(), mView.isStripEnabled());
50 ((ColorDrawable) mView.getDividerDrawable()).getColor());
51 assertEquals(mBindingObject.isTabStripEnabled(), mView.isStripEnabled());
H A DRadioGroupBindingAdapterTest.java26 RadioGroup mView; field in class:RadioGroupBindingAdapterTest
36 mView = mBinder.view;
40 assertEquals(mBindingObject.getCheckedButton(), mView.getCheckedRadioButtonId());
44 assertEquals(mBindingObject.getCheckedButton(), mView.getCheckedRadioButtonId());
H A DViewStubBindingAdapterTest.java26 ViewStub mView; field in class:ViewStubBindingAdapterTest
36 mView = mBinder.view.getViewStub();
40 assertEquals(mBindingObject.getLayout(), mView.getLayoutResource());
44 assertEquals(mBindingObject.getLayout(), mView.getLayoutResource());
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIActivity.java24 GLJNIView mView; field in class:GLJNIActivity
29 mView = new GLJNIView(getApplication());
30 mView.setFocusableInTouchMode(true);
31 setContentView(mView);
37 mView.onPause();
43 mView.onResume();
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestActivity.java25 TestView mView; field in class:TestActivity
30 mView = new TestView(getApplication());
31 mView.setFocusableInTouchMode(true);
32 setContentView(mView);
38 mView.onPause();
44 mView.onResume();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
H A DACTIVITY.java.template26 private DriverView mView;
33 mView = new DriverView(this);
34 setContentView(mView);
46 mView.resume();
54 mView.pause();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/
H A DACTIVITY.java.template26 private DriverView mView;
33 mView = new DriverView(this);
34 setContentView(mView);
42 mView.resume();
50 mView.pause();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
H A DACTIVITY.java.template26 private DriverView mView;
33 mView = new DriverView(this);
34 setContentView(mView);
46 mView.resume();
54 mView.pause();
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestActivity.java25 TestView mView; field in class:TestActivity
34 mView.onResume();
37 mView.onPause();
40 mView.postDelayed(mRunnable, PAUSE_DELAY);
47 mView = new TestView(getApplication());
48 mView.setFocusableInTouchMode(true);
49 setContentView(mView);
50 mView.postDelayed(mRunnable, PAUSE_DELAY);
56 mView.onPause();
62 mView
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseDream.java22 private DessertCaseView mView; field in class:DessertCaseDream
30 mView = new DessertCaseView(this);
34 mContainer.setView(mView);
42 mView.postDelayed(new Runnable() {
44 mView.start();
52 mView.stop();
H A DDessertCase.java25 DessertCaseView mView; field in class:DessertCase
40 mView = new DessertCaseView(this);
44 container.setView(mView);
52 mView.postDelayed(new Runnable() {
54 mView.start();
62 mView.stop();
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateActivity.java29 TestFramerateView mView; field in class:TestFramerateActivity
33 mView = new TestFramerateView(getApplication());
34 setContentView(mView);
35 mView.setFocusableInTouchMode(true);
40 mView.onPause();
45 mView.onResume();
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyActivity.java29 TestLatencyView mView; field in class:TestLatencyActivity
33 mView = new TestLatencyView(getApplication());
34 setContentView(mView);
35 mView.setFocusableInTouchMode(true);
40 mView.onPause();
45 mView.onResume();
/frameworks/support/design/ics/android/support/design/widget/
H A DFloatingActionButtonIcs.java41 updateFromViewRotation(mView.getRotation());
46 if (mIsHiding || mView.getVisibility() != View.VISIBLE) {
54 if (!ViewCompat.isLaidOut(mView) || mView.isInEditMode()) {
56 mView.internalSetVisibility(View.GONE, fromUser);
61 mView.animate().cancel();
62 mView.animate()
75 mView.internalSetVisibility(View.VISIBLE, fromUser);
88 mView.internalSetVisibility(View.GONE, fromUser);
100 if (mIsHiding || mView
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DViewOffsetHelper.java32 private final View mView; field in class:ViewOffsetHelper
40 mView = view;
45 mLayoutTop = mView.getTop();
46 mLayoutLeft = mView.getLeft();
53 ViewCompat.offsetTopAndBottom(mView, mOffsetTop - (mView.getTop() - mLayoutTop));
54 ViewCompat.offsetLeftAndRight(mView, mOffsetLeft - (mView.getLeft() - mLayoutLeft));
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaActivity.java29 GL2JavaView mView; field in class:GL2JavaActivity
33 mView = new GL2JavaView(getApplication());
34 setContentView(mView);
39 mView.onPause();
44 mView.onResume();
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIActivity.java29 GL2JNIView mView; field in class:GL2JNIActivity
33 mView = new GL2JNIView(getApplication());
34 setContentView(mView);
39 mView.onPause();
44 mView.onResume();
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfActivity.java29 GLPerfView mView; field in class:GLPerfActivity
34 mView = new GLPerfView(getApplication());
35 setContentView(mView);
40 mView.onPause();
45 mView.onResume();
/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingChildHelper.java38 private final View mView; field in class:NestedScrollingChildHelper
47 mView = view;
61 ViewCompat.stopNestedScroll(mView);
110 ViewParent p = mView.getParent();
111 View child = mView;
113 if (ViewParentCompat.onStartNestedScroll(p, child, mView, axes)) {
115 ViewParentCompat.onNestedScrollAccepted(p, child, mView, axes);
136 ViewParentCompat.onStopNestedScroll(mNestedScrollingParent, mView);
157 mView.getLocationInWindow(offsetInWindow);
162 ViewParentCompat.onNestedScroll(mNestedScrollingParent, mView, dxConsume
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DSetTagsTest.java29 private Button mView; field in class:SetTagsTest
39 mView = (Button) getActivity().findViewById(R.id.disabledButton);
44 assertNotNull(mView);
49 mView.setTag("1");
55 mView.setTag(o);
57 final Object stored = mView.getTag();
64 mView.setTag(R.id.a, "2");
70 mView.setTag(R.id.a, o);
72 final Object stored = mView.getTag(R.id.a);
81 mView
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DMockView.java34 private final TextView mView; field in class:MockView
50 mView = new TextView(context, attrs);
51 mView.setTextColor(0xFF000000);
54 addView(mView);
61 if (child == mView) {
68 if (child == mView) {
75 if (child == mView) {
82 if (child == mView) {
89 if (child == mView) {
100 mView
[all...]

Completed in 549 milliseconds

123456