OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShown
(Results
1 - 25
of
46
) 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
47
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
...]
/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)) {
410
if (!
isShown
(host)) {
427
if (target == null || !
isShown
(target)) {
509
if (root != null &&
isShown
(root))
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java
148
assertTrue(mockSurfaceView.
isShown
());
154
!mockSurfaceView.
isShown
();
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
CcBccView.java
50
boolean ccWasAlreadyShown = mCc.
isShown
();
AttachmentsView.java
100
if (!
isShown
()) {
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java
118
//
isShown
() checks the visibility flag of this view and ancestors; it needs
120
return view.
isShown
() && !getVisibleBounds().isEmpty();
/packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java
215
if (!
isShown
()) {
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ModalDialogTest.java
372
final boolean
isShown
=
374
return mShouldBeShown ==
isShown
;
/frameworks/base/core/java/android/widget/
TabWidget.java
396
if (
isShown
()) {
525
if (
isShown
()) {
ActivityChooserView.java
141
if (!
isShown
()) {
681
if (oldDataModel != null &&
isShown
()) {
685
if (dataModel != null &&
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
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
333
return null != mKeyboardView && mKeyboardView.
isShown
();
337
return mEmojiPalettesView != null && mEmojiPalettesView.
isShown
();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewStateManager.java
60
if (((View)mKeyguardSecurityContainer).
isShown
()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java
111
if ((v instanceof KeyButtonView) && v.
isShown
()) {
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteTileView.java
231
if (mListener == null || mRemovalDialogue.
isShown
()) return;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java
227
if (!
isShown
()) {
/frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java
[
all
...]
/frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java
227
if (anchor == null || !anchor.
isShown
()) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPopupHelper.java
201
if (anchor == null || !anchor.
isShown
()) {
Completed in 379 milliseconds
1
2