Searched refs:ix (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
H A DPieStackView.java49 public void setCurrent(int ix) { argument
50 super.setCurrent(ix);
52 mCurrentListener.onSetCurrent(ix);
100 final int ix = (y - mTop) * mViews.size() / mHeight;
101 return ix;
H A DPieListView.java79 final int ix = (y - mTop) * mViews.size() / mHeight;
80 return ix;
H A DBasePieView.java78 public void setCurrent(int ix) { argument
79 mCurrent = ix;
/packages/apps/Browser/src/com/android/browser/
H A DBreadCrumbView.java284 int ix = getChildCount();
285 if (ix > 0) {
286 removeViewAt(ix-1);
313 int ix = getChildCount();
314 if (ix > 0) {
317 return getChildAt(ix-1).getBaseline();
H A DTabScrollView.java135 int ix = mContentView.indexOfChild(tab);
136 if (ix == mSelected) {
138 } else if (ix < mSelected) {
H A DSuggestionsAdapter.java348 int ix = 0;
349 while ((ix < items.size()) && (item.type >= items.get(ix).type))
350 ix++;
351 items.add(ix, item);
H A DTabBar.java210 int ix = mTabs.getChildIndex(view);
211 if (ix >= 0) {
212 mTabs.setSelectedTab(ix);
H A DNavTabScroller.java185 protected int getRelativeChildTop(int ix) { argument
186 return mContentView.getChildAt(ix).getTop() - mScrollY;
/packages/apps/Camera/src/com/android/camera/ui/
H A DCameraSwitcher.java102 private void onCameraSelected(int ix) { argument
104 if ((ix != mCurrentIndex) && (mListener != null)) {
105 setCurrentIndex(ix);
106 mListener.onCameraSelected(mModuleIds[ix]);
/packages/apps/Camera/src/com/android/camera/
H A DCameraActivity.java102 int ix = 0;
110 moduleids[ix] = i;
111 drawids[ix++] = DRAW_IDS[i];
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizePagedView.java1157 int ix = i % mWidgetCountX;
1160 if (ix > 0) {
1164 if (ix < mWidgetCountX - 1) {
1171 GridLayout.spec(ix, GridLayout.TOP));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java1224 int ix = i % mWidgetCountX;
1228 GridLayout.spec(ix, GridLayout.TOP));
1232 if (ix > 0) lp.leftMargin = mWidgetWidthGap;

Completed in 223 milliseconds