HomeSort by relevance Sort by last modified time
    Searched defs:true (Results 351 - 375 of 468) sorted by null

<<111213141516171819

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 130 mInputEnabled = true;
178 mHideAmPm = mAccessibilityManager.isTouchExplorationEnabled()? true : mIs24HourMode;
203 hoursTexts, (is24HourMode? innerHoursTexts : null), mHideAmPm, true);
212 mHourRadialSelectorView.initialize(context, mHideAmPm, is24HourMode, true,
218 mTimeInitialized = true;
254 * @return true if the hour is in the inner circle, false if it's in the outer circle.
489 * array here, inside which the value will be true if the selection is in the inner circle,
520 * @param animate True to animate the transition, false to show with no animation.
574 return true;
582 mDoingTouch = true;
713 mListener.onValueSelected(getCurrentItemShowing(), value, true); local
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 274 mUpdatingText = true;
342 mUpdatingPositions = true;
461 updateTextPositions(mLastKnownCurrentPage, offset, true);
494 updateTextPositions(mPager.getCurrentItem(), offset, true); local
513 updateTextPositions(mPager.getCurrentItem(), offset, true); local
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuBuilder.java 179 * Whether to override the result of {@link #hasVisibleItems()} and always return true
221 mIsVisibleItemsStale = true;
225 mIsActionItemsStale = true;
227 setShortcutsVisibleInner(true);
257 mIsActionItemsStale = true;
444 onItemsChanged(true);
531 removeItemAtInt(findItemIndex(id), true); local
547 onItemsChanged(true);
566 if (updateChildrenOnMenuViews) onItemsChanged(true);
570 removeItemAtInt(index, true);
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java 65 private static final boolean DEBUG = true;
88 testScrollFrozen(true);
108 return true;
113 return true;
149 freezeLayout(true);
184 return true;
189 return true;
221 freezeLayout(true);
239 return true;
244 return true;
1889 changes.put(mRecyclerView.findViewHolderForLayoutPosition(i).getItemId(), true); local
1903 true); local
1911 changes.put(mRecyclerView.findViewHolderForLayoutPosition(i).getItemId(), true); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 86 assertEquals(true, defaultValue("h"));
313 boolean h() default true; field in interface:AnnotationsTest.HasDefaultsAnnotation
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 385 conn.setDoOutput(true);
619 server.useHttps(testSSLContext.serverContext.getSocketFactory(), true); local
653 server.useHttps(testSSLContext.serverContext.getSocketFactory(), true); local
826 server.useHttps(testSSLContext.serverContext.getSocketFactory(), true); local
858 server.useHttps(testSSLContext.serverContext.getSocketFactory(), true); local
893 server.useHttps(testSSLContext.serverContext.getSocketFactory(), true); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
890 # define true 1 macro
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 196 * Tracks whether onSaveInstanceState has been called. If true, no fragment transactions can
213 * True if the dialpad is only temporarily showing due to being in call
218 * True when this activity has been launched for the first time.
282 return true;
316 enterSearchUi(mIsDialpadShown, mSearchQuery, true /* animate */);
342 true /* animate */);
380 mFirstLaunch = true;
393 actionBar.setDisplayShowCustomEnabled(true);
508 hideDialpadFragment(false, true);
554 mIsRestarting = true;
661 ImportExportDialogFragment.show(getFragmentManager(), true, local
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
VideoCallPresenter.java 84 InCallPresenter.getInstance().setFullScreen(true);
192 * fullscreen mode. Requires {@link #mIsAutoFullscreenEnabled} to be {@code true}.
288 enableCamera(mVideoCall, true);
454 * @param isFullscreenMode {@code true} if the app is now fullscreen, {@code false} otherwise.
505 enableCamera(call.getVideoCall(), true); local
679 updateAudioMode(true);
681 mIsVideoMode = true;
709 // Set audio mode to speaker if enableSpeaker is true and bluetooth or headset are not
722 // TODO: Make this a carrier configurable setting. For now this is always true. b/20090407
723 return true;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java 151 a.setCropViewTileSource(bitmapSource, true, false, null, new Runnable() {
157 a.setWallpaperButtonEnabled(true);
171 boolean finishActivityWhenDone = true;
177 thumbSize, null, null, imageBytes, null, 0, 0, true);
185 return true;
189 return true;
205 a.setCropViewTileSource(bitmapSource, false, true, null, new Runnable() {
210 a.setWallpaperButtonEnabled(true);
217 a.setWallpaper(Uri.fromFile(mFile), true); local
221 return true;
    [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 172 mTrackList.setTextFilterEnabled(true);
214 getTrackCursor(mAdapter.getQueryHandler(), null, true); local
227 getTrackCursor(mAdapter.getQueryHandler(), null, true); local
243 mAdapterSent = true;
340 getTrackCursor(mAdapter.getQueryHandler(), null, true);
530 mDeletedOneRow = true;
555 mDeletedOneRow = true;
559 mDeletedOneRow = true;
640 boolean ismusic = true;
687 return true;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 113 private static final boolean ONLY_ONE_TRUST_AGENT = true;
218 return true;
335 .updateFromClassNameResource(SecuritySettings.class.getName(), true, true); local
400 /* Return true if a there is a Slot that has Icc.
410 return true;
418 /* Return true if a SIM is ready for locking.
430 return true;
460 trustAgentComponentInfo.disabledByAdministrator = true;
655 return true;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java 182 * 3,4 are included in mExpandedSize when {@link #mSelectedTakesMoreSpace} is true<p>
384 return true;
394 overScroll = true;
397 overScroll = true;
400 overScroll = true;
505 // Following code for mSelectedTakesMoreSpace = true/false is quite similar,
640 private boolean mHorizontalForward = true;
641 private boolean mVerticalForward = true;
751 mHorizontalForward = true;
756 mVerticalForward = true;
984 horizontal.updateScrollCenter(scroller.getCurrX(), true); local
985 vertical.updateScrollCenter(scroller.getCurrY(), true); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 107 * Set to true upon receiving the first touch event. Used to help reject invalid WebView scale
338 detachOverlay(mOverlayViews.valueAt(i), true /* removeFromContainer */); local
379 mTouchInitialized = true;
391 intercept = true;
392 mMissedPointerDown = true;
393 requestDisallowInterceptTouchEvent(true);
407 intercept = true;
432 mTouchIsDown = true;
445 mDisableLayoutTracing = true;
446 positionOverlays(y, true /* postAddView */); // post the addView since we're in draw cod
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 186 return true;
221 flf.setMiniDrawerEnabled(true);
222 flf.setMinimized(true);
266 informCursorVisiblity(true);
300 showConversationWithPeek(conversation, true /* peek */);
576 handleBackPress(true /* preventClose */);
598 onConversationVisibilityChanged(true);
605 * @return success=true, else false if we aren't peeking
632 showConversation(conversation, true /* peek */, true /* fromKeyboard */)
865 true \/* replaceVisibleToast *\/, local
866 true \/* autohide *\/, local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 75 cp.setNewAggregatorForTest(true);
1715 assertSuperPrimary(ContentUris.parseId(uri_email1), true); local
1718 assertSuperPrimary(ContentUris.parseId(uri_org1), true); local
    [all...]
ContactAggregatorTest.java 1704 assertSuperPrimary(ContentUris.parseId(uri_email1), true); local
1707 assertSuperPrimary(ContentUris.parseId(uri_org1), true); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
890 # define true 1 macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
890 # define true 1 macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
890 # define true 1 macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
890 # define true 1 macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
features.h 46 * bool, true, and false, if _STLP_NO_BOOL is defined.
890 # define true 1 macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Folders.py 4 true = True variable
13 kCreateFolder = true
MacTextEditor.py 6 true = 1 variable
152 kTXNReadOnly = true
153 kTXNSelectionOn = true
156 kTXNUseBottomline = true
158 kTXNNoAutoWrap = true
160 kTXNNoSyncKeyboard = true
162 kTXNAutoIndentOn = true
164 kTXNDrawCaretWhenInactive = true
166 kTXNDrawSelectionWhenInactive = true
168 kTXNDisableDragAndDrop = true
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 69 private static final boolean PREFER_RECENT_RENDER_TARGETS = true;
79 chooser.getResources(), true);
143 * @return true if the current edited file is the best match in the project for the
173 boolean needConfigChange = true; // if still true, we need to find another config.
180 currentConfigIsCompatible = true; // current config is compatible
221 mConfiguration.setDeviceState(matchState, true);
223 mConfiguration.setLocale(locale, true);
245 * @param favorCurrentConfig if true, and no best match is found, don't
246 * change the current config. This must only be true if th
353 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true); local
354 mConfiguration.setUiMode(UiMode.getByIndex(match.bundle.dockModeIndex), true); local
356 true); local
386 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true); local
387 mConfiguration.setUiMode(UiMode.getByIndex(match.bundle.dockModeIndex), true); local
388 mConfiguration.setNightMode(NightMode.getByIndex(match.bundle.nightModeIndex), true); local
    [all...]

Completed in 3839 milliseconds

<<111213141516171819