HomeSort by relevance Sort by last modified time
    Searched refs:VISIBLE (Results 176 - 200 of 329) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioQualityVerifierActivity.java 182 mProgress.setVisibility(ProgressBar.VISIBLE);
  /cts/tools/dasm/src/dasm/
ReservedWords.java 72 reserved_words.put("visible", new token(sym.VISIBLE));
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 94 // Listen for the "in" animation so we make the progress bar visible
331 * Make the {@link ProgressBar} visible when our in-animation finishes.
334 mProgress.setVisibility(View.VISIBLE);
  /external/chromium/third_party/icu/source/common/
servloc.h 186 * <p>Coverage may be either of the values VISIBLE or INVISIBLE.
188 * <p>'Visible' indicates that the specific locale(s) supported by
192 * <p>Localization of visible ids is handled
204 * its locales visible, and does not cover more specific
207 VISIBLE = 0,
211 * its locales visible, and does not cover more specific
264 * Return true if this id is one the factory supports (visible or
270 * Return the set of ids that this factory supports (visible or
489 * passing KIND_ANY for the kind, and VISIBLE for the coverage.
496 * passing VISIBLE for the coverage
    [all...]
  /external/icu4c/common/
servloc.h 186 * <p>Coverage may be either of the values VISIBLE or INVISIBLE.
188 * <p>'Visible' indicates that the specific locale(s) supported by
192 * <p>Localization of visible ids is handled
204 * its locales visible, and does not cover more specific
207 VISIBLE = 0,
211 * its locales visible, and does not cover more specific
264 * Return true if this id is one the factory supports (visible or
270 * Return the set of ids that this factory supports (visible or
489 * passing KIND_ANY for the kind, and VISIBLE for the coverage.
496 * passing VISIBLE for the coverage
    [all...]
  /external/webkit/WebCore/page/mac/
FrameMac.mm 162 if (n->isTextNode() && n->renderer() && n->renderer()->style()->visibility() == VISIBLE) {
222 } else if (n->isTextNode() && n->renderer() && n->renderer()->style()->visibility() == VISIBLE) {
  /external/webkit/WebCore/rendering/
InlineBox.h 238 bool visibleToHitTesting() const { return renderer()->style()->visibility() == VISIBLE && renderer()->style()->pointerEvents() != PE_NONE; }
RenderSVGRoot.cpp 165 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth() && style()->visibility() == VISIBLE)
RenderSVGText.cpp 99 bool isVisible = (style()->visibility() == VISIBLE);
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 330 enum EVisibility { VISIBLE, HIDDEN, COLLAPSE };
  /frameworks/base/core/java/android/preference/
CheckBoxPreference.java 121 newVisibility = View.VISIBLE;
DialogPreference.java 365 newVisibility = View.VISIBLE;
  /frameworks/base/core/java/android/widget/
CompoundButton.java 201 d.setVisible(getVisibility() == VISIBLE, false);
TimePicker.java 347 mAmPmButton.setVisibility(View.VISIBLE);
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 111 setVisibility(itemData.isVisible() ? View.VISIBLE : View.GONE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 80 && mIcon.visible == icon.visible;
109 setVisibility(icon.visible ? VISIBLE : GONE);
  /packages/apps/Browser/src/com/android/browser/
FindDialog.java 202 mMatchesView.setVisibility(View.VISIBLE);
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorBar.java 153 background.setVisibility(GLView.VISIBLE);
PopupWindow.java 195 setVisibility(GLView.VISIBLE);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupAccountType.java 86 exchangeButton.setVisibility(View.VISIBLE);
  /packages/apps/Email/src/com/android/exchange/provider/
GalEmailAddressAdapter.java 244 progress.setVisibility(View.VISIBLE);
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps2D.java 221 setVisibility(View.VISIBLE);
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 146 label.setVisibility(View.VISIBLE);
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 146 views.setViewVisibility(R.id.title, View.VISIBLE);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 625 views.setViewVisibility(R.id.search_widget_voice_btn, View.VISIBLE);
642 views.setViewVisibility(R.id.voice_search_hint_container, View.VISIBLE);
647 views.setViewVisibility(R.id.search_widget_text, View.VISIBLE);
648 views.setViewVisibility(R.id.corpus_indicator, View.VISIBLE);

Completed in 473 milliseconds

1 2 3 4 5 6 78 91011>>