Searched defs:select (Results 1 - 25 of 31) 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.java67 public void select(HorizontalGridView gridView, View childView, Object object) { method in class:HorizontalHoverCardSwitcher
74 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.java70 void animateFocus(boolean select, boolean immediate) { argument
72 final float end = select ? 1 : 0;
H A DPagingIndicator.java433 mDots[mCurrentPage].select();
477 void select() { method in class:PagingIndicator.Dot
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp218 status_t NuPlayer::HTTPLiveSource::selectTrack(size_t trackIndex, bool select, int64_t /*timeUs*/) { argument
226 err = mLiveSession->selectTrack(trackIndex, select);
227 postFetchMsg = select;
231 if (mMetadataSelected && !select) {
233 } else if (!mMetadataSelected && select) {
240 mMetadataSelected = select;
H A DNuPlayerCCDecoder.cpp174 status_t NuPlayer::CCDecoder::selectTrack(size_t index, bool select) { argument
179 if (select) {
H A DGenericSource.cpp1067 status_t NuPlayer::GenericSource::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { argument
1068 ALOGV("%s track: %zu", select ? "select" : "deselect", trackIndex);
1071 msg->setInt32("select", select);
1084 int32_t trackIndex, select; local
1087 CHECK(msg->findInt32("select", &select));
1091 status_t err = doSelectTrack(trackIndex, select, timeUs);
1099 status_t NuPlayer::GenericSource::doSelectTrack(size_t trackIndex, bool select, int64_ argument
[all...]
H A DNuPlayer.cpp676 int32_t select; local
679 CHECK(msg->findInt32("select", &select));
694 err = mSource->selectTrack(trackIndex, select, timeUs);
696 if (!select && err == OK) {
709 err = mCCDecoder->selectTrack(trackIndex, select);
2063 status_t NuPlayer::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { argument
2066 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/base/services/core/java/com/android/server/om/
H A DOverlayManagerSettings.java98 final int idx = select(packageName, userId);
109 final int idx = select(packageName, userId);
121 final int idx = select(packageName, userId);
129 final int idx = select(packageName, userId);
141 final int idx = select(packageName, userId);
149 final int idx = select(packageName, userId);
161 final int idx = select(packageName, userId);
214 final int moveIdx = select(packageName, userId);
219 final int parentIdx = select(newParentPackageName, userId);
233 final int newParentIdx = select(newParentPackageNam
512 private int select(@NonNull final String packageName, final int userId) { method in class:OverlayManagerSettings
[all...]
/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;
492 * @param rowPosition Which row to select.
H A DRowsSupportFragment.java79 * Internal helper class that manages row select animation and apply a default
121 void animateSelect(boolean select, boolean immediate) { argument
123 final float end = select ? 1 : 0;
495 * @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.cpp1510 status_t LiveSession::selectTrack(size_t index, bool select) { argument
1515 ALOGV("selectTrack: index=%zu, select=%d, mSubtitleGen=%d++",
1516 index, select, mSubtitleGeneration);
1519 status_t err = mPlaylist->selectTrack(index, select);
1522 msg->setInt32("pickTrack", select);
/frameworks/base/core/java/android/app/
H A DActionBar.java69 * select items accessible directly from the action bar as "action items". You can also
352 * @param position Position of the item to select.
737 * <p>Note: If you want to select by index, use {@link #setSelectedNavigationItem(int)}.</p>
739 * @param tab Tab to select
1265 public abstract void select(); method in class:ActionBar.Tab
1314 * during a tab switch. The previous tab's unselect and this tab's select will be
1325 * 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.java65 * <p>If your activity has an options menu, you can make select items accessible directly from the
344 * @param position Position of the item to select.
725 * <p>Note: If you want to select by index, use {@link #setSelectedNavigationItem(int)}.</p>
727 * @param tab Tab to select
1285 public abstract void select(); method in class:ActionBar.Tab
1335 * during a tab switch. The previous tab's unselect and this tab's select will be
1346 * during a tab switch. This tab's unselect and the newly selected tab's select
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java1245 public void select() { method in class:WindowDecorActionBar.TabImpl
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java319 select(animation.mViewHolder, animation.mActionState);
325 select(null, ACTION_STATE_IDLE);
328 // can select the item
383 select(null, ACTION_STATE_IDLE);
406 select(null, ACTION_STATE_IDLE);
546 void select(ViewHolder selected, int actionState) { method in class:ItemTouchHelper
865 select(null, ACTION_STATE_IDLE);
940 * Checks whether we should select a View for swiping.
996 select(vh, ACTION_STATE_SWIPE);
1066 select(viewHolde
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java473 select(selected);
745 select(tag.condition);
883 select(mTimeCondition);
887 private void select(final Condition condition) { method in class:ZenModePanel
888 if (DEBUG) Log.d(mTag, "select " + condition);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java2085 public boolean select() { method in class:SupplicantStaNetworkHal
2087 final String methodStr = "select";
2090 SupplicantStatus status = mISupplicantStaNetwork.select();
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java483 tab.select();
1423 public void select() { method in class:TabLayout.Tab
1537 mTab.select();

Completed in 1214 milliseconds

12