/external/chromium_org/components/password_manager/core/browser/ |
password_manager_unittest.cc | 524 // page, but is invisible, it shouldn't count as a failed login. 555 // Make sure an invisible login form still gets autofilled. [all...] |
/external/chromium_org/ppapi/cpp/ |
instance.h | 137 /// instance is invisible, <code>clip</code> will be (0, 0, 0, 0). 139 /// It's recommended to check for invisible instances and to stop
|
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 175 * Determines whether a character is invisible; that is, if its Unicode category is any of 179 public static final CharMatcher INVISIBLE = inRange('\u0000', '\u0020') [all...] |
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
AlertController.java | 659 upIndicator.setVisibility(v.canScrollVertically(-1) ? View.VISIBLE : View.INVISIBLE); 662 downIndicator.setVisibility(v.canScrollVertically(1) ? View.VISIBLE : View.INVISIBLE); [all...] |
/frameworks/base/docs/html/training/sync-adapters/ |
creating-sync-adapter.jd | 490 adapter invisible unless you have an account type or domain that's easily associated 491 with your app. If you make your account type invisible, you can still allow users to
|
/frameworks/base/libs/hwui/ |
OpenGLRenderer.h | 537 * Given the local bounds + clip of the layer, updates current snapshot's empty/invisible 799 * Returns true if the specified paint will draw invisible text. [all...] |
/frameworks/base/media/java/android/media/ |
ClosedCaptionRenderer.java | [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DirectoryFragment.java | [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
BrowseFragment.java | 712 mTitleView.setVisibility(View.INVISIBLE); 742 mTitleView.setVisibility(mShowingTitle ? View.VISIBLE: View.INVISIBLE); [all...] |
BrowseSupportFragment.java | 714 mTitleView.setVisibility(View.INVISIBLE); 744 mTitleView.setVisibility(mShowingTitle ? View.VISIBLE: View.INVISIBLE); [all...] |
/packages/apps/Camera/src/com/android/camera/ |
PanoramaModule.java | 627 // We set "INVISIBLE" instead of "GONE" here because we need mPreviewArea to have layout 629 mPreviewArea.setVisibility(View.INVISIBLE); [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerFullScreenFragment.java | 271 labelIcon.setVisibility(View.INVISIBLE); 604 v.setVisibility(View.INVISIBLE); [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | 879 if (v == GONE || v == INVISIBLE) { 894 if (visibility == GONE || visibility == INVISIBLE) { [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
DialogFragment.java | 452 iconImageView.setVisibility(View.INVISIBLE); 625 dialogView.setVisibility(View.INVISIBLE); [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharMatcher.java | 187 * Determines whether a character is invisible; that is, if its Unicode 192 public static final CharMatcher INVISIBLE = inRange('\u0000', '\u0020') [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_aura_unittest.cc | [all...] |
/frameworks/base/core/java/android/view/ |
View.java | 122 * are invisible containers that hold other Views (or other ViewGroups) and define 759 @IntDef({VISIBLE, INVISIBLE, GONE}) 771 * This view is invisible, but it still takes up space for layout purposes. 775 public static final int INVISIBLE = 0x00000004; [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Launcher.java | [all...] |
/external/chromium_org/ui/compositor/ |
layer_unittest.cc | [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/css/ |
file_manager.css | 117 background-color: white; /* Makes #drag-container invisible. */ 285 /* Make top-level items thicker and their expand-icno invisible */ 1191 /* Invisible container for elements representing files while dragging. */ [all...] |
/frameworks/base/core/java/android/widget/ |
NumberPicker.java | 842 mInputText.setVisibility(View.INVISIBLE); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 618 hostView.setVisibility(INVISIBLE); [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
WorkingMessage.java | 511 // sort of an "invisible attachment" so that the message isn't thrown 533 * sort of an "invisible attachment" so that the message isn't thrown 818 // FORCE_MMS behaves as sort of an "invisible attachment", making [all...] |