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

1 2 3 4 5 67 8 91011>>

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 165 if (inputView.getVisibility() == View.VISIBLE
166 && inputView.getWindowVisibility() == View.VISIBLE) {
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 145 assertEquals(View.VISIBLE, view.getVisibility());
155 mRemoteViews.setViewVisibility(R.id.remoteView_chronometer, View.VISIBLE);
157 assertEquals(View.VISIBLE, view.getVisibility());
562 assertEquals(View.VISIBLE, view.getVisibility());
572 mRemoteViews.setInt(R.id.remoteView_chronometer, "setVisibility", View.VISIBLE);
574 assertEquals(View.VISIBLE, view.getVisibility());
AdapterViewTest.java 259 // getEmptyView. EmptyView will be set to Visible.
265 // set empty view, for no item added, empty set to visible
268 assertEquals(View.VISIBLE, emptyView.getVisibility());
275 assertEquals(View.VISIBLE, emptyView.getVisibility());
289 assertEquals(View.VISIBLE, emptyView.getVisibility());
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 382 divider.setVisibility(View.VISIBLE);
482 mButtonPositive.setVisibility(View.VISIBLE);
493 mButtonNegative.setVisibility(View.VISIBLE);
505 mButtonNeutral.setVisibility(View.VISIBLE);
531 leftSpacer.setVisibility(View.VISIBLE);
533 rightSpacer.setVisibility(View.VISIBLE);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 439 mViewCandidateList1st.setVisibility(View.VISIBLE);
448 mViewCandidateList2nd.setVisibility(View.VISIBLE);
475 mViewCandidateTemplate.setVisibility(View.VISIBLE);
640 textView.setVisibility(View.VISIBLE);
733 mReadMoreButton.setVisibility(View.VISIBLE);
737 mReadMoreButton.setVisibility(View.VISIBLE);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditEvent.java 444 accountName.setVisibility(TextView.VISIBLE);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageList.java     [all...]
  /external/webkit/WebCore/dom/
Position.cpp 508 if (!renderer || renderer->style()->visibility() != VISIBLE)
516 // track last visible streamer position
624 // return the last visible streamer position
639 if (!renderer || renderer->style()->visibility() != VISIBLE)
647 // track last visible streamer position
735 if (renderer->style()->visibility() != VISIBLE)
835 if (renderer->style()->visibility() != VISIBLE ||
836 posRenderer->style()->visibility() != VISIBLE)
    [all...]
  /external/webkit/WebCore/editing/
TextIterator.cpp 436 if (renderer->style()->visibility() != VISIBLE)
558 if (renderer->style()->visibility() != VISIBLE)
756 // is whether the inline vs block flow changed since the previous visible element.
780 if (!m_node->renderer() || m_node->renderer()->style()->visibility() != VISIBLE)
786 // (like SVG) do not have visible positions, and we don't want to emit for them either.
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 250 text.setVisibility(View.VISIBLE);
251 tab.setVisibility(View.VISIBLE);
287 target.setVisibility(View.VISIBLE);
292 text.setVisibility(View.VISIBLE);
294 tab.setVisibility(View.VISIBLE);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 144 * chooser UI is visible.
151 // Log.i(TAG, "Call ended with dialpad chooser visible! Taking it down...");
229 mDialButton.setVisibility(View.GONE); // It's VISIBLE by default
459 // phone becomes idle while the chooser UI is visible.
479 // be visible if the phone is idle!
489 // Hide soft keyboard, if visible (it's fugly over button dialer).
567 // Pause can be visible if cursor is not in the begining
570 // For Wait to be visible set of condition to meet
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 190 outState.putBoolean(KEY_SAVE_GRID_OPENED, mGrid.getVisibility() == View.VISIBLE);
544 mGrid.setVisibility(View.VISIBLE);
681 if (mGrid.getVisibility() != View.VISIBLE) {
  /external/webkit/WebCore/rendering/
RenderMedia.cpp 357 } else if (style()->visibility() == VISIBLE && m_timeline && m_timeline->renderer() && m_timeline->renderer()->style()->display() != NONE) {
413 if (!m_currentTimeDisplay || !m_currentTimeDisplay->renderer() || m_currentTimeDisplay->renderer()->style()->display() == NONE || style()->visibility() != VISIBLE)
437 // Don't fade if the media element is not visible
438 if (style()->visibility() != VISIBLE)
491 void RenderMedia::updateVolumeSliderContainer(bool visible)
496 if (visible && !m_volumeSliderContainer->isVisible()) {
511 } else if (!visible && m_volumeSliderContainer->isVisible()) {
SVGInlineTextBox.cpp 299 if (renderer()->style()->visibility() == VISIBLE && rect.contains(x, y)) {
313 // here. This won't lead to visible bugs, but to extra work being done. Investigate.
353 if (renderer()->style()->visibility() != VISIBLE || paintInfo.phase == PaintPhaseOutline)
546 if (renderer()->style()->visibility() != VISIBLE)
RootInlineBox.cpp 120 if (m_hasEllipsisBox && renderer()->shouldPaintWithinRoot(paintInfo) && renderer()->style()->visibility() == VISIBLE &&
145 if (!renderer()->shouldPaintWithinRoot(paintInfo) || renderer()->style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseForeground)
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 317 mNoPermsView.setVisibility(View.VISIBLE);
366 mNonDangerousList.setVisibility(View.VISIBLE);
372 mShowMore.setVisibility(View.VISIBLE);
  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialer.java 686 * @return true if the dialer is currently visible onscreen.
688 // TODO: clean up naming inconsistency of "opened" vs. "visible".
697 // Otherwise, return whether or not the dialer view is visible.
698 return mDialerView.getVisibility() == View.VISIBLE;
729 // the dialer view visible.
731 mDialerView.setVisibility(View.VISIBLE);
777 public void setHandleVisible(boolean visible) {
779 mDialerDrawer.setVisibility(visible ? View.VISIBLE : View.GONE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 180 mView.findViewById(R.id.type).setVisibility(View.VISIBLE);
289 mView.findViewById(R.id.fields).setVisibility(View.VISIBLE);
305 mView.findViewById(R.id.eap).setVisibility(View.VISIBLE);
  /frameworks/base/core/java/android/app/
SearchDialog.java 190 * We recreate the dialog view each time it becomes visible so as to limit
435 mDecor.setVisibility(View.VISIBLE);
533 mAppIcon.setVisibility(View.VISIBLE);
553 visibility = View.VISIBLE;
557 visibility = View.VISIBLE;
586 * criteria apply to make the voice button visible. Otherwise the voice button will not
587 * be visible - i.e., if the user has typed a query, remove the voice button.
604 visibility = View.VISIBLE;
742 mGoButton.setVisibility(View.VISIBLE);
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 196 mProgressView.setVisibility(View.VISIBLE);
198 mLayout.setVisibility(View.VISIBLE);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 135 daysOfWeekView.setVisibility(View.VISIBLE);
145 labelView.setVisibility(View.VISIBLE);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchange.java 298 mTrustCertificatesView.setVisibility(ssl ? View.VISIBLE : View.GONE);
493 mTrustCertificatesView.setVisibility(isChecked ? View.VISIBLE : View.GONE);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditActivity.java 131 text.setVisibility(View.VISIBLE);
301 mAddSlideItem.setVisibility(View.VISIBLE);
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 160 // by going back from a visible item
233 v.setVisibility(View.VISIBLE);
264 int visibility = View.VISIBLE;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 167 if (inputView.getVisibility() == View.VISIBLE
168 && inputView.getWindowVisibility() == View.VISIBLE) {

Completed in 351 milliseconds

1 2 3 4 5 67 8 91011>>