Searched defs:newIndex (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 272 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onTouchEvent() local 442 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
|
D | NotificationPanelView.java | 542 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local 759 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onQsTouch() local
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiControlService.aidl | 58 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 2700 public final int newIndex; field in PhoneNumberUtils.CountryCallingCodeAndNewIndex 2701 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 511 int newIndex = mFocusedTaskIndex + direction; in focusNextTask() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 354 public void updateSpeedBumpIndex(int newIndex) { in updateSpeedBumpIndex() 1702 public void changeViewPosition(View child, int newIndex) { in changeViewPosition()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 1414 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 1127 int newIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3716 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, in resolveReference() local
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 1814 final int newIndex = actionIndex == 0 ? 1 : 0; in onPointerUp() local
|