OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tabindex
(Results
1 - 25
of
181
) sorted by null
1
2
3
4
5
6
7
8
/packages/apps/Dialer/java/com/android/dialer/main/impl/
MainPagerAdapter.java
33
TabIndex
.SPEED_DIAL,
34
TabIndex
.HISTORY,
35
TabIndex
.VOICEMAIL,
37
private @interface
TabIndex
{
65
case
TabIndex
.SPEED_DIAL:
67
case
TabIndex
.HISTORY:
69
case
TabIndex
.VOICEMAIL:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c
114
OMX_U8
tabIndex
, markerBit;
198
tabIndex
= 1;
199
while (pRunIndexTableL0[
tabIndex
] <= unpackRetIndex)
201
tabIndex
++;
203
storeRun =
tabIndex
- 1;
204
storeLevel = unpackRetIndex - pRunIndexTableL0[
tabIndex
- 1] + 1;
235
tabIndex
= 1;
236
while (pRunIndexTableL1[
tabIndex
] <= unpackRetIndex)
238
tabIndex
++;
240
storeRun =
tabIndex
- 1
[
all
...]
/prebuilts/go/darwin-x86/misc/chrome/gophertool/
popup.html
16
<form style='margin: 0' id='navform'><nobr><input id="inputbox" size=10
tabindex
=1 /><input type="submit" value="go" /></nobr></form>
/prebuilts/go/linux-x86/misc/chrome/gophertool/
popup.html
16
<form style='margin: 0' id='navform'><nobr><input id="inputbox" size=10
tabindex
=1 /><input type="submit" value="go" /></nobr></form>
/external/aac/libAACenc/src/
quantize.cpp
131
INT
tabIndex
= (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
133
accu = fMultDiv2(FDKaacEnc_mTab_3_4[
tabIndex
],FDKaacEnc_quantTableE[totalShift&3]);
144
INT
tabIndex
= (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
146
accu = fMultDiv2(FDKaacEnc_mTab_3_4[
tabIndex
],FDKaacEnc_quantTableE[totalShift&3]);
184
INT ex,specExp,
tabIndex
;
195
tabIndex
= (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
198
s = FDKaacEnc_mTab_4_3Elc[
tabIndex
];
218
INT ex,specExp,
tabIndex
;
229
tabIndex
= (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
232
s = FDKaacEnc_mTab_4_3Elc[
tabIndex
];
[
all
...]
/frameworks/support/design/tests/src/android/support/design/testutils/
TabLayoutActions.java
90
public static ViewAction selectTab(final int
tabIndex
) {
107
tabLayout.getTabAt(
tabIndex
).select();
/external/autotest/frontend/client/src/autotest/public/
MoblabSetupClient.html
12
<iframe src="javascript:''" id="__gwt_historyFrame"
tabIndex
='-1'
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java
236
private void scrollToTab(int
tabIndex
, int positionOffset) {
238
if (tabStripChildCount == 0 ||
tabIndex
< 0 ||
tabIndex
>= tabStripChildCount) {
242
View selectedChild = mTabStrip.getChildAt(
tabIndex
);
246
if (
tabIndex
> 0 || positionOffset > 0) {
/packages/apps/Dialer/java/com/android/dialer/app/list/
DialtactsPagerAdapter.java
49
public @interface
TabIndex
{}
193
public CharSequence getPageTitle(@
TabIndex
int position) {
/external/libxml2/test/valid/dtds/
xhtml1-strict.dtd
160
tabindex
position in tabbing order
166
tabindex
%Number; #IMPLIED
503
tabindex
%Number; #IMPLIED
609
tabindex
%Number; #IMPLIED
677
tabindex
%Number; #IMPLIED
732
tabindex
%Number; #IMPLIED
748
tabindex
%Number; #IMPLIED
778
tabindex
%Number; #IMPLIED
812
tabindex
%Number; #IMPLIED
/frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c
245
Word32
tabIndex
;
255
tabIndex
= (accu >> (INT_BITS-2-MANT_DIGITS)) & (~MANT_SIZE);
258
s = mTab_4_3[
tabIndex
];
/frameworks/base/core/java/android/widget/
TabWidget.java
557
private TabClickListener(int
tabIndex
) {
558
mTabIndex =
tabIndex
;
574
* @param
tabIndex
index of the tab that was selected
580
void onTabSelectionChanged(int
tabIndex
, boolean clicked);
/packages/apps/Dialer/java/com/android/dialer/app/
DialtactsActivity.java
80
import com.android.dialer.app.list.DialtactsPagerAdapter.
TabIndex
;
[
all
...]
Completed in 891 milliseconds
1
2
3
4
5
6
7
8