HomeSort by relevance Sort by last modified time
    Searched refs:isShown (Results 1 - 25 of 34) 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()) {
89 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 82 private boolean isShown(View view) {
83 // The first two checks are made also made by isShown() which
89 && view.isShown());
146 if (root != null && isShown(root)) {
298 if (root != null && isShown(root)) {
315 if (isShown(foundView)) {
400 if (root != null && isShown(root)) {
424 if (target != null && isShown(target)) {
499 if (root != null && isShown(root)) {
575 if (target != null && isShown(target))
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 148 assertTrue(mockSurfaceView.isShown());
154 !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 450 return mSpinners.isShown();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 140 if (!isShown()) {
640 if (oldDataModel != null && isShown()) {
644 if (dataModel != null && isShown()) {
AdapterViewICS.java 885 if (mSelectedPosition != ListView.INVALID_POSITION && isShown() && !isInTouchMode()) {
    [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/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPopupHelper.java 201 if (anchor == null || !anchor.isShown()) {
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 391 if (mBlackLayer.isShown() && currentAlpha > 0.0f) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 409 if (mPasswordView.isShown()) {
    [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 851 milliseconds

1 2