/packages/apps/Camera2/src/com/android/camera/filmstrip/ |
FilmstripController.java | 180 * @param adapterIndex The ID of the promoted data. 182 public void onFocusedDataPromoted(int adapterIndex); 188 * @param adapterIndex The ID of the demoted data. 190 public void onFocusedDataDemoted(int adapterIndex); 195 * @param adapterIndex The ID of the long-pressed data. 197 public void onFocusedDataLongPressed(int adapterIndex); 207 * @param adapterIndex The ID of the updated data. 209 public void onDataUpdated(int adapterIndex); 214 * @param adapterIndex The ID of the current focused image data. 216 public void onEnterFullScreenUiShown(int adapterIndex); [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ScrollAdapterCustomAlign.java | 29 public int getItemAlignmentExtraOffset(int adapterIndex, View view);
|
ScrollAdapterCustomSize.java | 37 int getSelectItemSize(int adapterIndex, View view);
|
ScrollAdapterView.java | 657 int adapterIndex = getAdapterIndex(currentExpandableIndex); 658 if (index == adapterIndex) { 661 boolean isGrowing = index > adapterIndex; [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationContainer.java | 517 int adapterIndex = flip ? flipOffset - adapterLoopIndex : adapterLoopIndex; 520 ConversationOverlayItem adapterItem = mOverlayAdapter.getItem(adapterIndex); 525 traceLayout("in loop, spacer=%d overlay=%d t/b=%d/%d (%s)", spacerIndex, adapterIndex, 527 positionOverlay(adapterIndex, itemPos.top, itemPos.bottom, postAddView); 532 adapterIndex = flip ? flipOffset - adapterLoopIndex : adapterLoopIndex; 533 adapterItem = mOverlayAdapter.getItem(adapterIndex); 546 adapterIndex, itemPos.top, itemPos.bottom, adapterItem); 547 positionOverlay(adapterIndex, itemPos.top, itemPos.bottom, postAddView); 655 private void onOverlayScrolledOff(final int adapterIndex, final OverlayView overlay, 658 mOverlayViews.remove(adapterIndex); [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_system.h | 62 extern DECLSPEC void SDLCALL SDL_DXGIGetOutputInfo( int displayIndex, int *adapterIndex, int *outputIndex );
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_system.h | 62 extern DECLSPEC void SDLCALL SDL_DXGIGetOutputInfo( int displayIndex, int *adapterIndex, int *outputIndex );
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_system.h | 62 extern DECLSPEC void SDLCALL SDL_DXGIGetOutputInfo( int displayIndex, int *adapterIndex, int *outputIndex );
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_system.h | 62 extern DECLSPEC void SDLCALL SDL_DXGIGetOutputInfo( int displayIndex, int *adapterIndex, int *outputIndex );
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraActivity.java | 653 public void onFocusedDataLongPressed(int adapterIndex) { 658 public void onFocusedDataPromoted(int adapterIndex) { 660 adapterIndex), 663 adapterIndex)); 664 removeItemAt(adapterIndex); 668 public void onFocusedDataDemoted(int adapterIndex) { 670 adapterIndex), 673 fileAgeFromAdapterAtIndex(adapterIndex)); 674 removeItemAt(adapterIndex); 678 public void onEnterFullScreenUiShown(int adapterIndex) { [all...] |
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
BaseRecyclerViewInstrumentationTest.java | 772 Item(int adapterIndex, String text) { 773 mAdapterIndex = adapterIndex; [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
PrintActivity.java | [all...] |
/packages/apps/Camera2/src/com/android/camera/widget/ |
FilmstripView.java | 582 return "AdapterIndex = " + mIndex + "\n\t left = " + mLeftPosition [all...] |