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

1 2

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeightTest.java 66 assertTrue("List not be visible after clicking button1", list.isShown());
75 assertTrue("List not be visible after clicking button2", list.isShown());
83 assertFalse("List should not be visible clicking button3", list.isShown());
  /packages/apps/Settings/src/com/android/settings/widget/
AnimatedImageView.java 39 if (isShown() && mDrawable != null) {
48 if (isShown() && mAnimating) {
58 if (isShown() && mAnimating) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AnimatedImageView.java 48 if (isShown()) {
88 if (isShown()) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 158 if (!v.isShown()) {
176 if (!v.isShown()) {
258 if (!v.isShown()) {
270 if (!v.isShown()) {
283 if (!v.isShown()) {
296 if (!v.isShown()) {
373 if (mViewBody.isShown()) {
439 if (!(mViewBody.isShown())) {
512 if (mAutoHideMode && mViewBody.isShown()) {
569 if (!mViewBody.isShown()) {
    [all...]
TextCandidatesViewManager.java 312 if (!v.isShown()) {
363 if (!v.isShown()) {
400 if (!v.isShown()) {
502 if (!v.isShown()) {
611 if (mViewBody.isShown()) {
867 if (!(mViewBody.isShown())) {
    [all...]
OpenWnnEN.java 738 if (mCandidatesViewManager.getCurrentView().isShown()) {
812 if (mCandidatesViewManager.getCurrentView().isShown()) {
    [all...]
OpenWnnJAJP.java     [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 76 private boolean isShown(View view) {
77 // The first two checks are made also made by isShown() which
83 && view.isShown());
139 if (root != null && isShown(root)) {
208 if (target != null && isShown(target)) {
276 if (root != null && isShown(root)) {
293 if (isShown(foundView)) {
375 if (root != null && isShown(root)) {
399 if (target != null && isShown(target)) {
470 if (root != null && isShown(root))
    [all...]
View.java     [all...]
ViewRootImpl.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 141 assertTrue(mockSurfaceView.isShown());
147 !mockSurfaceView.isShown();
ViewTest.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EventHole.java 75 final boolean visible = isShown() && mWindowVis && getWidth() > 0 && getHeight() > 0;
  /frameworks/base/core/java/android/webkit/
ZoomControlExternal.java 62 return mZoomControls != null && mZoomControls.isShown();
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 215 if (!isShown()) {
  /frameworks/base/core/java/android/widget/
TabWidget.java 396 if (isShown()) {
525 if (isShown()) {
ActivityChooserView.java 134 if (!isShown()) {
634 if (oldDataModel != null && isShown()) {
638 if (dataModel != null && isShown()) {
DatePicker.java 422 return mCalendarView.isShown();
450 return mSpinners.isShown();
AbsListView.java     [all...]
TextView.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 197 if (anchor == null || !anchor.isShown()) {
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 717 milliseconds

1 2