Searched refs:getView (Results 1 - 25 of 265) sorted by relevance

1234567891011

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DViewProvider.java20 View getView(); method in interface:ViewProvider
H A DFragmentBase.java31 View getView(); method in interface:FragmentBase
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DInflatingListActivity.java31 public View getView(int position, View convertView, ViewGroup parent) {
32 // pathological getView behavior: drop convertView on the floor to force inflation
33 return super.getView(position, null, parent);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DCustomSnackbar.java34 TextView titleView = (TextView) getView().findViewById(R.id.custom_snackbar_title);
41 TextView subtitleView = (TextView) getView().findViewById(R.id.custom_snackbar_subtitle);
H A DSnackbarTestWithFAB.java61 assertEquals(originalFabPosition[1] - snackbar.getView().getHeight(), fabPosition[1]);
87 assertEquals(originalFabPosition[1] - snackbar.getView().getHeight(), fabPosition[1]);
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DCustomSnackbar.java37 TextView titleView = (TextView) getView().findViewById(R.id.custom_snackbar_title);
44 TextView subtitleView = (TextView) getView().findViewById(R.id.custom_snackbar_subtitle);
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DCustomSnackbar.java37 TextView titleView = (TextView) getView().findViewById(R.id.custom_snackbar_title);
44 TextView subtitleView = (TextView) getView().findViewById(R.id.custom_snackbar_subtitle);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DIconMixin.java61 final ImageView iconView = getView();
71 final ImageView iconView = getView();
78 protected ImageView getView() { method in class:IconMixin
/frameworks/base/core/java/android/widget/
H A DAdapter.java100 View getView(int position, View convertView, ViewGroup parent); method in interface:Adapter
106 * {@link #getView(int, View, ViewGroup)}.
114 * Get the type of View that will be created by {@link #getView} for the specified item.
119 * can be converted to the other in {@link #getView}. Note: Integers must be in the
129 * {@link #getView}. Each type represents a set of views that can be
130 * converted in {@link #getView}. If the adapter always returns the same
H A DBaseAdapter.java71 return getView(position, convertView, parent);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity3.java54 public View getView(int position, View convertView, ViewGroup parent) { method in class:ViewLayersActivity3.SimpleListAdapter
55 TextView v = (TextView) super.getView(position, convertView, parent);
H A DListActivity.java112 public View getView(int position, View convertView, ViewGroup parent) { method in class:ListActivity.SimpleListAdapter
113 TextView v = (TextView) super.getView(position, convertView, parent);
H A DTransparentListActivity.java110 public View getView(int position, View convertView, ViewGroup parent) { method in class:TransparentListActivity.SimpleListAdapter
111 TextView v = (TextView) super.getView(position, convertView, parent);
H A DViewLayersActivity2.java57 public View getView(int position, View convertView, ViewGroup parent) { method in class:ViewLayersActivity2.SimpleListAdapter
58 TextView v = (TextView) super.getView(position, convertView, parent);
H A DViewLayersActivity4.java61 public View getView(int position, View convertView, ViewGroup parent) { method in class:ViewLayersActivity4.SimpleListAdapter
62 TextView v = (TextView) super.getView(position, convertView, parent);
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DPostponedTransitionTest.java353 final View startBlue1 = fragment1.getView().findViewById(R.id.blueSquare);
354 final View startBlue2 = fragment2.getView().findViewById(R.id.blueSquare);
451 final View startBlue1 = fragment1.getView().findViewById(R.id.blueSquare);
452 final View startBlue2 = fragment2.getView().findViewById(R.id.blueSquare);
549 final View startBlue1 = fragment1.getView().findViewById(R.id.blueSquare);
550 final View startBlue2 = fragment2.getView().findViewById(R.id.blueSquare);
607 final View startBlue1 = mBeginningFragment.getView().findViewById(R.id.blueSquare);
620 final View startBlue2 = fragment2.getView().findViewById(R.id.blueSquare);
695 final View startBlue = mBeginningFragment.getView().findViewById(R.id.blueSquare);
718 assertNull(fragment.getView());
[all...]
H A DFragmentAnimatorTest.java128 assertEquals(View.GONE, fragment.getView().getVisibility());
143 assertEquals(View.VISIBLE, fragment.getView().getVisibility());
152 assertEquals(View.GONE, fragment.getView().getVisibility());
175 assertEquals(View.GONE, fragment.getView().getVisibility());
191 assertEquals(View.VISIBLE, fragment.getView().getVisibility());
200 assertEquals(View.GONE, fragment.getView().getVisibility());
393 assertNotNull(fragment1.getView());
394 assertEquals(View.VISIBLE, fragment1.getView().getVisibility());
395 assertEquals(1f, fragment1.getView().getAlpha(), 0f);
396 assertTrue(ViewCompat.isAttachedToWindow(fragment1.getView()));
[all...]
H A DFragmentAnimationTest.java296 assertNotNull(fragment1.getView());
297 assertEquals(View.VISIBLE, fragment1.getView().getVisibility());
298 assertEquals(1f, fragment1.getView().getAlpha(), 0f);
299 assertTrue(ViewCompat.isAttachedToWindow(fragment1.getView()));
337 assertNotNull(fragment1.getView());
338 assertEquals(View.VISIBLE, fragment1.getView().getVisibility());
339 assertEquals(1f, fragment1.getView().getAlpha(), 0f);
340 assertTrue(ViewCompat.isAttachedToWindow(fragment1.getView()));
343 assertNull(fragment2.getView());
408 assertNotNull(fragment1restored.getView());
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarGestureHelper.java206 && mDivider.getView().getWindowManagerProxy().getDockSide() == DOCKED_INVALID) {
212 mDivider.getView().calculateBoundsForPosition(mIsVertical
215 mDivider.getView().isHorizontalDivision()
228 mDivider.getView().startDragging(false /* animate */, true /* touching*/);
237 SnapTarget snapTarget = mDivider.getView().getSnapAlgorithm()
239 mDivider.getView().resizeStack(position, snapTarget.position, snapTarget);
252 mDivider.getView().stopDragging(mIsVertical
268 if (mIsVertical && !mDivider.getView().isHorizontalDivision()) {
271 if (!mIsVertical && mDivider.getView().isHorizontalDivision()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java254 getView().setTranslationY(mKeyguardShowing ? (translationScaleY * height)
282 getView().getViewTreeObserver().addOnPreDrawListener(mStartHeaderSlidingIn);
289 getView().animate().y(-mHeader.getHeight())
296 getView().animate().setListener(null);
331 return getView().getHeight();
337 return panelHeight + getView().getPaddingBottom() + mGutterHeight;
339 return getView().getMeasuredHeight() + mGutterHeight;
354 getView().animate().cancel();
355 getView().setY(-mHeader.getHeight());
362 getView()
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCollapsedStatusBarFragmentTest.java75 assertEquals(View.VISIBLE, mFragment.getView().findViewById(R.id.system_icon_area)
88 assertEquals(View.INVISIBLE, mFragment.getView().findViewById(R.id.system_icon_area)
93 assertEquals(View.VISIBLE, mFragment.getView().findViewById(R.id.system_icon_area)
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragment.java172 f.getView().postDelayed(this, WAIT_ENTERTRANSITION_START);
579 if (getView() != null && getView().getHandler() != null) {
580 getView().getHandler().post(mSetSelectionRunnable);
585 if (mVideoFragment != null && mVideoFragment.getView() != null) {
586 mVideoFragment.getView().requestFocus();
622 getView().post(new Runnable() {
625 if (getView() != null) {
639 if (( mRowsFragment != null && mRowsFragment.getView() != null
640 && mRowsFragment.getView()
[all...]
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DGuidedStepFragmentTestBase.java67 if (fragment != null && fragment.getView() != null) {
94 if (fragment != null && fragment.getView() != null) {
95 View view = fragment.getView().findViewById(R.id.guidance_title);
H A DGuidedStepSupportFragmentTestBase.java70 if (fragment != null && fragment.getView() != null) {
97 if (fragment != null && fragment.getView() != null) {
98 View view = fragment.getView().findViewById(R.id.guidance_title);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java110 public View getView(int position, View convertView, ViewGroup parent) { method in class:FakeAdapter
114 Pair<View, Boolean> pair = AdapterHelper.getView(item, null, parent, mCallback,

Completed in 458 milliseconds

1234567891011