HomeSort by relevance Sort by last modified time
    Searched refs:viewIndex (Results 1 - 25 of 25) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java 68 * @param viewIndex index of the view in the parent {@link Editor}, if it's a leave view.
72 int viewIndex) {
73 final String k = getMapKey(entity, kind, values, viewIndex);
85 int viewIndex) {
98 if (viewIndex != NO_VIEW_INDEX) {
100 sWorkStringBuilder.append(viewIndex);
  /cts/tests/tests/opengl/src/android/opengl/cts/
ProgramTest.java 30 private OpenGLES20ActivityOne getShaderActivity(int viewType, int viewIndex) {
33 intent.putExtra(OpenGLES20NativeActivityOne.EXTRA_VIEW_INDEX, viewIndex);
AttachShaderTest.java 30 private OpenGLES20ActivityOne getShaderActivity(int viewType, int viewIndex) {
33 intent.putExtra(OpenGLES20NativeActivityOne.EXTRA_VIEW_INDEX, viewIndex);
NativeAttachShaderTest.java 31 private OpenGLES20NativeActivityOne getShaderActivity(int viewType, int viewIndex) {
34 intent.putExtra(OpenGLES20NativeActivityOne.EXTRA_VIEW_INDEX, viewIndex);
OpenGLES20ActivityOne.java 33 public static final String EXTRA_VIEW_INDEX = "viewIndex";
47 int viewIndex = getIntent().getIntExtra(EXTRA_VIEW_INDEX, -1);
49 view = new OpenGLES20View(this, viewType, viewIndex, mLatch);
OpenGLES20NativeActivityOne.java 37 public static final String EXTRA_VIEW_INDEX = "viewIndex";
57 int viewIndex = getIntent().getIntExtra(EXTRA_VIEW_INDEX, -1);
59 view = new OpenGLES20View(this, viewType, viewIndex, mLatch);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 54 View getPinnedHeaderView(int viewIndex, View convertView, ViewGroup parent);
70 int getScrollPositionForHeader(int viewIndex);
247 public int getPinnedHeaderHeight(int viewIndex) {
248 ensurePinnedHeaderLayout(viewIndex);
249 return mHeaders[viewIndex].view.getHeight();
255 * @param viewIndex index of the header view
259 public void setHeaderPinnedAtTop(int viewIndex, int y, boolean animate) {
260 ensurePinnedHeaderLayout(viewIndex);
261 PinnedHeader header = mHeaders[viewIndex];
273 * @param viewIndex index of the header vie
    [all...]
IndexerListAdapter.java 138 public View getPinnedHeaderView(int viewIndex, View convertView, ViewGroup parent) {
139 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
145 return super.getPinnedHeaderView(viewIndex, convertView, parent);
PinnedHeaderListAdapter.java 166 public int getScrollPositionForHeader(int viewIndex) {
167 return getPositionForPartition(viewIndex);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java 37 public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
41 public void updateIcon(String slot, int index, int viewIndex, StatusBarIcon old,
46 public void removeIcon(String slot, int index, int viewIndex) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 78 public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon);
79 public void updateIcon(String slot, int index, int viewIndex,
81 public void removeIcon(String slot, int index, int viewIndex);
255 final int viewIndex = mList.getViewIndex(index);
262 mCallbacks.addIcon(mList.getSlot(index), index, viewIndex, icon);
265 mCallbacks.updateIcon(mList.getSlot(index), index, viewIndex,
273 mCallbacks.removeIcon(mList.getSlot(index), index, viewIndex);
BaseStatusBar.java 572 int viewIndex = 0;
576 addIcon(iconList.getSlot(i), i, viewIndex, icon);
577 viewIndex++;
    [all...]
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java 53 int viewIndex = intent.getIntExtra(EXTRA_ITEM, 0);
54 Toast.makeText(context, "Touched view " + viewIndex, Toast.LENGTH_SHORT).show();
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 81 public View getPinnedHeaderView(int viewIndex, View convertView, ViewGroup parent) {
86 bindHeaderView(view, viewIndex, null);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 287 private void setCurrentView(final int viewIndex) {
290 switch (viewIndex) {
299 if (mCurrentView != viewIndex) {
303 mCurrentView = viewIndex;
319 if (mCurrentView != viewIndex) {
323 mCurrentView = viewIndex;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /frameworks/base/core/java/android/widget/
DatePickerCalendarDelegate.java 335 private void setCurrentView(final int viewIndex) {
338 switch (viewIndex) {
341 if (mCurrentView != viewIndex) {
345 mCurrentView = viewIndex;
355 if (mCurrentView != viewIndex) {
359 mCurrentView = viewIndex;
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 247 private void injectMotionEvent(int viewIndex, MotionEvent event, int action) {
248 View v = getChildAt(viewIndex);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java 796 protected void setPageHoveringOverDeleteDropTarget(int viewIndex, boolean isHovering) {
797 KeyguardWidgetFrame child = getWidgetPageAt(viewIndex);
    [all...]
PagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 774 milliseconds