HomeSort by relevance Sort by last modified time
    Searched defs:displayIndex (Results 1 - 4 of 4) sorted by null

  /development/simulator/app/
DeviceWindow.cpp 143 long displayIndex;
145 displayIndex = (long) event.GetData();
147 //printf("GOT UAE %d\n", displayIndex);
149 // a displayIndex of -1 means just update the onion skin
150 if (displayIndex >= 0) {
152 pBitmap = mpDeviceManager->GetImageData(displayIndex);
160 if (displayIndex >= -1) {
PhoneWindow.cpp 822 int displayIndex;
824 displayIndex = mpViewInfo[view].GetDisplayIndex();
825 assert(displayIndex >= 0);
826 DeviceWindow* pDeviceWindow = mpDeviceWindow[displayIndex];
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PhotoEntry.java 52 public int displayIndex;
175 displayIndex = 0;
PicasaContentProvider.java 391 final int[] displayIndex = { 0 };
397 int newDisplayIndex = displayIndex[0];
401 if (metadata == null || metadata.dateEdited < photo.dateEdited || metadata.displayIndex != newDisplayIndex) {
406 photo.displayIndex = newDisplayIndex;
420 displayIndex[0] = newDisplayIndex + 1;
575 public int displayIndex;
581 public EntryMetadata(long id, long dateEdited, int displayIndex) {
584 this.displayIndex = displayIndex;

Completed in 39 milliseconds