Home
last modified time | relevance | path

Searched refs:isShown (Results 1 – 25 of 25) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/
DMainActivityTest.java74 private void assertProgramGuide(boolean isShown) { in assertProgramGuide() argument
75 assertViewIsShown("Program Guide", R.id.program_guide, isShown); in assertProgramGuide()
78 private ChannelBannerView assertChannelBannerShown(boolean isShown) { in assertChannelBannerShown() argument
79 View v = assertExpectedBannerSceneClassShown(ChannelBannerView.class, isShown); in assertChannelBannerShown()
103 assertEquals(viewName + " shown", expected, view.isShown()); in assertViewIsShown()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidates1LineViewManager.java158 if (!v.isShown()) {
176 if (!v.isShown()) {
258 if (!v.isShown()) { in initView()
270 if (!v.isShown()) { in initView()
283 if (!v.isShown()) { in initView()
296 if (!v.isShown()) { in initView()
373 if (mViewBody.isShown()) { in setViewType()
439 if (!(mViewBody.isShown())) { in displayCandidatesNormal()
512 if (mAutoHideMode && mViewBody.isShown()) { in clearCandidates()
569 if (!mViewBody.isShown()) { in processMoveKeyEvent()
DTextCandidatesViewManager.java312 if (!v.isShown()) {
363 if (!v.isShown()) { in onClickCandidate()
400 if (!v.isShown()) { in onLongClickCandidate()
502 if (!v.isShown()) { in initView()
611 if (mViewBody.isShown()) { in setViewType()
867 if (!(mViewBody.isShown())) { in displayCandidates()
1184 if (mAutoHideMode && mViewBody.isShown()) { in clearCandidates()
1627 if (!mViewBody.isShown()) { in processMoveKeyEvent()
1817 if (!view.isShown()) { in moveFocus()
DOpenWnnEN.java738 if (mCandidatesViewManager.getCurrentView().isShown()) { in processKeyEvent()
812 if (mCandidatesViewManager.getCurrentView().isShown()) { in updateComposingText()
DOpenWnnJAJP.java1396 if (mCandidatesViewManager.getCurrentView().isShown()) { in processKeyEvent()
1860 if (mCandidatesViewManager.getCurrentView().isShown()) { in updateCandidateView()
2809 if ((candidateView != null) && candidateView.isShown()) { in initializeScreen()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java325 || !mKeyboardView.isShown()); in getKeyboardSwitchState()
413 if (mKeyboardView == null || !mKeyboardView.isShown()) { in isShowingKeyboardId()
426 return mEmojiPalettesView != null && mEmojiPalettesView.isShown(); in isShowingEmojiPalettes()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMaterialSearchViewController.java149 if (shouldShowSearchBar && mSearchSuggestionList.isShown()) { in handleBackPress()
152 } else if (!shouldShowSearchBar && mSearchActionView.isShown()) { in handleBackPress()
DCustomViewToolbar.java133 if (mSearchButton.isShown()) { in onConversationListLayout()
DMaterialSearchSuggestionsList.java96 if (!isShown() && visibility == VISIBLE) { in setVisibility()
DActionableToastBar.java298 if (!isShown()) { in isEventInToastBar()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardFragment.java639 boolean wasVisible = mSecondaryCallInfo.isShown(); in setSecondaryInfoVisible()
1130 if (!mCallStateLabel.isShown() || TextUtils.isEmpty(mCallStateLabel.getText())) { in dispatchPopulateAccessibilityEvent()
1351 public void onDialpadVisibilityChange(boolean isShown) { in onDialpadVisibilityChange() argument
1352 mIsDialpadShowing = isShown; in onDialpadVisibilityChange()
1360 if (mSecondaryCallInfo.isShown() && mHasLargePhoto) { in updateFabPosition()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DCcBccView.java50 boolean ccWasAlreadyShown = mCc.isShown(); in show()
DAttachmentsView.java104 if (!isShown()) { in addAttachment()
/packages/apps/Camera2/src/com/android/camera/widget/
DExternalViewerButton.java139 if (isShown()) { in updateClingVisibility()
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
DFloatingActionButtonController.java135 if (animate && mFloatingActionButtonContainer.isShown()) { in align()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionTrackRenderer.java230 if (windowLayout.isShown()) { in toggleWindows()
/packages/apps/TV/src/com/android/tv/guide/
DProgramRow.java274 if (child.isShown() && child.hasFocusable()) { in onRequestFocusInDescendants()
DProgramGrid.java352 if (mLastFocusedView != null && mLastFocusedView.isShown()) { in onRequestFocusInDescendants()
DProgramGuide.java775 if (outDetail != null && outDetail.isShown()) { in animateRowChange()
/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java346 if (!Objects.equals(mCurrentChannel, channel) && isShown()) { in updateViews()
743 if (mCurrentHeight == 0 || !isShown()) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationViewAdapter.java749 if (v != null && v.isShown() && v.isFocusable()) { in focusFirstMessageHeader()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1159 if (isImeSuppressedByHardwareKeyboard() && !visibleKeyboardView.isShown()) { in onComputeInsets()
1173 if (visibleKeyboardView.isShown()) { in onComputeInsets()
/packages/apps/Nfc/src/com/android/nfc/beam/
DSendUi.java429 if (mBlackLayer.isShown() && currentAlpha > 0.0f) { in showStartSend()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java597 if (mPasswordView.isShown()) { in getConfig()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java904 if (mPipEnabled && !(mPipView.isPlaying() && mPipView.isShown())) { in resumePipIfNeeded()