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

  /packages/apps/Gallery3D/src/com/cooliris/media/
LayoutInterface.java 22 public abstract void getPositionForSlotIndex(int displayIndex, int itemWidth, int itemHeight, Vector3f outPosition); // the
  /development/simulator/app/
SimRuntime.h 84 void sendDisplayUpdate(int displayIndex);
94 Shmem* getGraphicsBuffer(int displayIndex);
DeviceManager.cpp 111 int DeviceManager::GetShmemKey(int displayIndex)
113 assert(displayIndex >= 0 && displayIndex < mNumDisplays);
114 return mDisplay[displayIndex].GetShmemKey();
121 bool DeviceManager::SetDisplayConfig(int displayIndex, wxWindow* window,
124 assert(displayIndex >= 0 && displayIndex < mNumDisplays);
126 if (!mDisplay[displayIndex].Create(displayIndex, window, width, height,
130 displayIndex);
    [all...]
DeviceWindow.h 31 void Create(int displayIndex, wxBitmap* pBitmap) {
32 mDisplayIndex = displayIndex;
DeviceManager.h 57 bool SetDisplayConfig(int displayIndex, wxWindow* window,
73 //int GetShmemKey(int displayIndex);
114 wxBitmap* GetImageData(int displayIndex);
256 void ShowFrame(int displayIndex);
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...]
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.h 57 uint32_t displayIndex);
94 void init(uint32_t displayIndex) __attribute__((noinline));
DisplayHardwareBase.h 36 uint32_t displayIndex);
DisplayHardwareBase.cpp 361 uint32_t displayIndex)
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
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;
PhotoEntry.java 52 public int displayIndex;
175 displayIndex = 0;

Completed in 188 milliseconds