[go: nahoru, domu]

Searched defs:select (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/core/java/android/net/
H A DPacProxySelector.java59 public List<Proxy> select(URI uri) { method in class:PacProxySelector
65 Log.e(TAG, "select: no proxy service return NO_PROXY");
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalHoverCardSwitcher.java68 public void select(HorizontalGridView gridView, View childView, Object object) { method in class:HorizontalHoverCardSwitcher
75 select(object);
H A DPresenterSwitcher.java45 public void select(Object object) { method in class:PresenterSwitcher
94 * Called when a view is bound to the object of {@link #select(Object)}.
H A DFocusHighlightHelper.java66 void animateFocus(boolean select, boolean immediate) { argument
68 final float end = select ? 1 : 0;
H A DPagingIndicator.java387 mDots[mCurrentPage].select();
431 void select() { method in class:PagingIndicator.Dot
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp162 status_t NuPlayer::HTTPLiveSource::selectTrack(size_t trackIndex, bool select, int64_t /*timeUs*/) { argument
170 err = mLiveSession->selectTrack(trackIndex, select);
171 postFetchMsg = select;
175 if (mMetadataSelected && !select) {
177 } else if (!mMetadataSelected && select) {
184 mMetadataSelected = select;
H A DNuPlayerCCDecoder.cpp174 status_t NuPlayer::CCDecoder::selectTrack(size_t index, bool select) { argument
179 if (select) {
H A DGenericSource.cpp1066 status_t NuPlayer::GenericSource::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { argument
1067 ALOGV("%s track: %zu", select ? "select" : "deselect", trackIndex);
1070 msg->setInt32("select", select);
1083 int32_t trackIndex, select; local
1086 CHECK(msg->findInt32("select", &select));
1090 status_t err = doSelectTrack(trackIndex, select, timeUs);
1098 status_t NuPlayer::GenericSource::doSelectTrack(size_t trackIndex, bool select, int64_ argument
[all...]
H A DNuPlayer.cpp580 int32_t select; local
583 CHECK(msg->findInt32("select", &select));
598 err = mSource->selectTrack(trackIndex, select, timeUs);
600 if (!select && err == OK) {
613 err = mCCDecoder->selectTrack(trackIndex, select);
1852 status_t NuPlayer::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { argument
1855 msg->setInt32("select", select);
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder.cpp329 int16 T0, T0_frac, pit_flag, T0_max, select, T0_min = 0; local
681 select = 1;
688 select = 0;
692 select = Serial_parm_1bit(&prms);
697 if (select == 0)
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestGrouping.java82 return select(methods, new TestMethodPredicate());
162 for (Class<?> testClass : select(allClasses,
169 private <T> List<T> select(Collection<T> items, Predicate<T> predicate) { method in class:TestGrouping
/frameworks/base/tools/split-select/
H A DMain.cpp39 "split-select --help\n"
40 "split-select --target <config> --base <path/to/apk> [--split <path/to/apk> [...]]\n"
41 "split-select --generate --base <path/to/apk> [--split <path/to/apk> [...]]\n"
66 Vector<SplitDescription> select(const SplitDescription& target, const Vector<SplitDescription>& splits) { function in namespace:split
353 Vector<SplitDescription> matchingConfigs = select(targetSplit, splitConfigs);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsFragment.java76 * Internal helper class that manages row select animation and apply a default
118 void animateSelect(boolean select, boolean immediate) { argument
120 final float end = select ? 1 : 0;
489 * @param rowPosition Which row to select.
H A DRowsSupportFragment.java78 * Internal helper class that manages row select animation and apply a default
120 void animateSelect(boolean select, boolean immediate) { argument
122 final float end = select ? 1 : 0;
491 * @param rowPosition Which row to select.
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c201 Word32 i, j, i_subfr, select, pit_flag, clip_gain, vad_flag; local
1023 select = 0;
1043 select = 1;
1045 Parm_serial(select, 1, &prms);
1047 if (select == 0)
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp62 status_t selectTrack(size_t index, bool select);
163 status_t M3UParser::MediaGroup::selectTrack(size_t index, bool select) { argument
165 ALOGE("only select subtitile/audio tracks for now!");
169 if (select) {
340 status_t M3UParser::selectTrack(size_t index, bool select) { argument
345 status_t err = group->selectTrack(ii, select);
347 mSelectedIndex = select ? index : -1;
H A DLiveSession.cpp1495 status_t LiveSession::selectTrack(size_t index, bool select) { argument
1500 ALOGV("selectTrack: index=%zu, select=%d, mSubtitleGen=%d++",
1501 index, select, mSubtitleGeneration);
1504 status_t err = mPlaylist->selectTrack(index, select);
1507 msg->setInt32("pickTrack", select);
/frameworks/base/core/java/android/app/
H A DActionBar.java70 * select items accessible directly from the action bar as "action items". You can also
349 * @param position Position of the item to select.
721 * <p>Note: If you want to select by index, use {@link #setSelectedNavigationItem(int)}.</p>
723 * @param tab Tab to select
1294 public abstract void select(); method in class:ActionBar.Tab
1342 * during a tab switch. The previous tab's unselect and this tab's select will be
1353 * during a tab switch. This tab's unselect and the newly selected tab's select
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java63 * <p>If your activity has an options menu, you can make select items accessible directly from the
340 * @param position Position of the item to select.
727 * <p>Note: If you want to select by index, use {@link #setSelectedNavigationItem(int)}.</p>
729 * @param tab Tab to select
1267 public abstract void select(); method in class:ActionBar.Tab
1317 * during a tab switch. The previous tab's unselect and this tab's select will be
1328 * during a tab switch. This tab's unselect and the newly selected tab's select
H A DWindowDecorActionBar.java1230 public void select() { method in class:WindowDecorActionBar.TabImpl
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java1254 public void select() { method in class:WindowDecorActionBar.TabImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java385 select(selected);
638 select(tag.condition);
776 select(mTimeCondition);
780 private void select(final Condition condition) { method in class:ZenModePanel
781 if (DEBUG) Log.d(mTag, "select " + condition);
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java465 tab.select();
484 tab.select();
1415 public void select() { method in class:TabLayout.Tab
1524 mTab.select();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java325 select(animation.mViewHolder, animation.mActionState);
331 select(null, ACTION_STATE_IDLE);
334 // can select the item
390 select(null, ACTION_STATE_IDLE);
413 select(null, ACTION_STATE_IDLE);
553 private void select(ViewHolder selected, int actionState) { method in class:ItemTouchHelper
872 select(null, ACTION_STATE_IDLE);
947 * Checks whether we should select a View for swiping.
1003 select(vh, ACTION_STATE_SWIPE);
1073 select(viewHolde
[all...]
/frameworks/base/media/java/android/media/
H A DMediaRouter.java146 // This will select the active wifi display route if there is one.
162 // This will select the active BT route if there is one and the current
657 * discover and select a new route.
884 * As API version 18, this function may be used to select any route.
885 * In prior versions, this function could only be used to select user
886 * routes and would ignore any attempt to select a system route.
891 * @param route Route to select
914 Log.w(TAG, "selectRoute ignored; cannot select route with supported types " +
1607 * to users who may select this as the active route.
1622 * to users who may select thi
2011 public void select() { method in class:MediaRouter.RouteInfo
[all...]

Completed in 600 milliseconds

12