HomeSort by relevance Sort by last modified time
    Searched refs:isAttachedToWindow (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRequestPreparer.java 68 if (!view.isAttachedToWindow()) {
  /packages/apps/Launcher3/src/com/android/launcher3/anim/
AnimationLayerSet.java 55 if (v.isAttachedToWindow() && v.getVisibility() == View.VISIBLE) {
  /packages/apps/TV/src/com/android/tv/guide/
TimelineRow.java 67 if (isAttachedToWindow()) {
  /cts/tests/fragment/src/android/fragment/cts/
FragmentLifecycleTest.java 200 assertTrue("fragment 1's view is not attached to a window", view.isAttachedToWindow());
208 view.isAttachedToWindow());
226 assertTrue("fragment 1's view not attached", origView1.isAttachedToWindow());
234 assertFalse("fragment 1's old view still attached", origView1.isAttachedToWindow());
237 assertTrue("fragment 2's view not attached", origView2.isAttachedToWindow());
245 assertFalse("fragment 2's view still attached", origView2.isAttachedToWindow());
248 assertTrue("fragment 1's view not attached", newView1.isAttachedToWindow());
269 assertTrue("fragment 1's view not attached", origView1.isAttachedToWindow());
274 assertTrue("fragment 2's view not attached", origView2.isAttachedToWindow());
285 assertFalse("fragment 1's old view still attached", origView1.isAttachedToWindow());
    [all...]
PostponedTransitionTest.java 682 assertTrue(mBeginningFragment.getView().isAttachedToWindow());
714 assertTrue(fragment2.getView().isAttachedToWindow());
769 assertTrue(fromFragment.getView().isAttachedToWindow());
770 assertTrue(toFragment.getView().isAttachedToWindow());
    [all...]
FragmentAnimatorTest.java 340 assertTrue(fragment1.getView().isAttachedToWindow());
378 assertTrue(fragment1.getView().isAttachedToWindow());
  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 144 || !isAttachedToWindow()) {
176 || !isAttachedToWindow()) {
211 || !isAttachedToWindow()) {
324 if (mLoadTvInputId != mChannel.getInputId() || !isAttachedToWindow()) {
362 || !isAttachedToWindow()) {
BaseCardView.java 121 if (isAttachedToWindow() && getVisibility() == View.VISIBLE) {
132 if (isAttachedToWindow() && getVisibility() == View.VISIBLE) {
  /frameworks/support/emoji/core/src/android/support/text/emoji/widget/
EmojiInputFilter.java 108 if (textView != null && textView.isAttachedToWindow()) {
EmojiTextWatcher.java 119 if (editText != null && editText.isAttachedToWindow()) {
  /frameworks/base/core/java/android/transition/
TransitionUtils.java 165 final boolean addToOverlay = !view.isAttachedToWindow();
167 if (sceneRoot == null || !sceneRoot.isAttachedToWindow()) {
  /frameworks/base/core/java/android/view/autofill/
AutofillPopupWindow.java 161 public boolean isAttachedToWindow() {
162 return anchor.isAttachedToWindow();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java 126 if (isAttachedToWindow()) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TooltipCompatHandler.java 145 if (!ViewCompat.isAttachedToWindow(mAnchor)) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
MultiRecyclerViewPrefetchTest.java 61 if (rv.isAttachedToWindow()) {
  /packages/services/Telephony/src/com/android/phone/
EmergencyActionGroup.java 349 if (!isAttachedToWindow()) return;
357 if (!isAttachedToWindow()) return;
  /frameworks/support/fragment/tests/java/android/support/v4/app/
PostponedTransitionTest.java 724 assertTrue(mBeginningFragment.getView().isAttachedToWindow());
760 assertTrue(fragment2.getView().isAttachedToWindow());
823 assertTrue(fromFragment.getView().isAttachedToWindow());
824 assertTrue(toFragment.getView().isAttachedToWindow());
    [all...]
FragmentLifecycleTest.java 208 ViewCompat.isAttachedToWindow(view));
216 ViewCompat.isAttachedToWindow(view));
234 assertTrue("fragment 1's view not attached", ViewCompat.isAttachedToWindow(origView1));
243 ViewCompat.isAttachedToWindow(origView1));
246 assertTrue("fragment 2's view not attached", ViewCompat.isAttachedToWindow(origView2));
254 assertFalse("fragment 2's view still attached", ViewCompat.isAttachedToWindow(origView2));
257 assertTrue("fragment 1's view not attached", ViewCompat.isAttachedToWindow(newView1));
    [all...]
FragmentAnimationTest.java 299 assertTrue(ViewCompat.isAttachedToWindow(fragment1.getView()));
340 assertTrue(ViewCompat.isAttachedToWindow(fragment1.getView()));
FragmentAnimatorTest.java 396 assertTrue(ViewCompat.isAttachedToWindow(fragment1.getView()));
436 assertTrue(ViewCompat.isAttachedToWindow(fragment1.getView()));
  /frameworks/support/transition/api14/android/support/transition/
ViewOverlayApi14.java 204 && ViewCompat.isAttachedToWindow(parent)) {
  /packages/apps/Launcher3/src/com/android/launcher3/keyboard/
FocusIndicatorHelper.java 143 if (mCurrentView != null && mCurrentView.isAttachedToWindow()) {
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationFooterLayout.java 223 if (!isAttachedToWindow() || mIconRow.getChildCount() == 0) {
  /frameworks/support/compat/java/android/support/v4/view/
ViewCompat.java 903 public boolean isAttachedToWindow(View view) {
    [all...]
  /frameworks/base/core/java/android/app/
EnterTransitionCoordinator.java 110 || !view.isAttachedToWindow()) {
158 if (decor == null || (decor.isAttachedToWindow() &&

Completed in 1285 milliseconds

1 2 3 4