/packages/apps/Launcher2/src/com/android/launcher2/ |
D | HideFromAccessibilityHelper.java | 35 public void setImportantForAccessibilityToNo(View v, boolean onlyAllApps) { in setImportantForAccessibilityToNo() 41 private void setImportantForAccessibilityToNoHelper(View v) { in setImportantForAccessibilityToNoHelper() 59 public void restoreImportantForAccessibility(View v) { in restoreImportantForAccessibility() 66 private void restoreImportantForAccessibilityHelper(View v) { in restoreImportantForAccessibilityHelper() 102 private boolean includeView(View v) { in includeView() 107 private boolean hasAncestorOfType(View v, Class c) { in hasAncestorOfType()
|
D | FocusOnlyTabWidget.java | 40 View v = getChildTabViewAt(i); in getSelectedTab() local 48 public int getChildTabIndex(View v) { in getChildTabIndex() 63 View v = getChildTabViewAt(i); in setCurrentTabToFocusedTab() local 75 public void superOnFocusChange(View v, boolean hasFocus) { in superOnFocusChange() 80 public void onFocusChange(android.view.View v, boolean hasFocus) { in onFocusChange()
|
D | HolographicViewHelper.java | 43 void generatePressedFocusedStates(ImageView v) { in generatePressedFocusedStates() 62 void invalidatePressedFocusedStates(ImageView v) { in invalidatePressedFocusedStates() 72 private Bitmap createOriginalImage(ImageView v, Canvas canvas) { in createOriginalImage() 90 private Bitmap createPressImage(ImageView v, Canvas canvas) { in createPressImage()
|
D | FocusHelper.java | 37 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 46 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 55 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 66 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 75 private static TabHost findTabHostParent(View v) { in findTabHostParent() 86 static boolean handleAppsCustomizeTabKeyEvent(View v, int keyCode, KeyEvent e) { in handleAppsCustomizeTabKeyEvent() 279 static boolean handleAppsCustomizeKeyEvent(View v, int keyCode, KeyEvent e) { in handleAppsCustomizeKeyEvent() 439 static boolean handleTabKeyEvent(AccessibleTabView v, int keyCode, KeyEvent e) { in handleTabKeyEvent() 493 static boolean handleHotseatButtonKeyEvent(View v, int keyCode, KeyEvent e, int orientation) { in handleHotseatButtonKeyEvent() 612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, in getIconInDirection() [all …]
|
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/ |
D | VehicleNetworkConsts.java | 260 public static String enumToString(int v) { in enumToString() 274 public static String enumToString(int v) { in enumToString() 288 public static String enumToString(int v) { in enumToString() 307 public static String enumToString(int v) { in enumToString() 324 public static String enumToString(int v) { in enumToString() 337 public static String enumToString(int v) { in enumToString() 351 public static String enumToString(int v) { in enumToString() 367 public static String enumToString(int v) { in enumToString() 391 public static String enumToString(int v) { in enumToString() 413 public static String enumToString(int v) { in enumToString() [all …]
|
D | VehicleNetwork.java | 166 VehiclePropValue v = VehiclePropValueUtil.createIntValue(property, value, 0); in setIntProperty() local 174 VehiclePropValue v = VehiclePropValueUtil.createIntVectorValue(property, values, 0); in setIntVectorProperty() local 182 VehiclePropValue v = VehiclePropValueUtil.createLongValue(property, value, 0); in setLongProperty() local 190 VehiclePropValue v = VehiclePropValueUtil.createFloatValue(property, value, 0); in setFloatProperty() local 199 VehiclePropValue v = VehiclePropValueUtil.createFloatVectorValue(property, values, 0); in setFloatVectorProperty() local 210 VehiclePropValue v = VehiclePropValueUtil.createBooleanValue(property, value, 0); in setBooleanProperty() local 221 VehiclePropValue v = VehiclePropValueUtil.createZonedBooleanValue(property, zone, value, 0); in setZonedBooleanProperty() local 232 VehiclePropValue v = VehiclePropValueUtil.createZonedFloatValue(property, zone, value, 0); in setZonedFloatProperty() local 243 VehiclePropValue v = VehiclePropValueUtil.createZonedIntValue(property, zone, value, 0); in setZonedIntProperty() local 252 VehiclePropValue v = VehiclePropValueUtil in setZonedIntVectorProperty() local [all …]
|
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
D | NotificationShowcaseActivity.java | 37 public void doPost(View v) { in doPost() 43 public void doRemove(View v) { in doRemove() 49 public void doPrefs(View v) { in doPrefs() 55 public void doDisable(View v) { in doDisable()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/ |
D | HvacTestFragment.java | 158 View v = inflater.inflate(R.layout.hvac_test, container, false); in onCreateView() local 216 private void configureAcOn(View v, CarPropertyConfig prop) { in configureAcOn() 232 private void configureFanPosition(View v, CarPropertyConfig prop) { in configureFanPosition() 267 private void configureFanSpeed(View v, CarPropertyConfig prop) { in configureFanSpeed() 308 private void configureTempSetpoint(View v, CarPropertyConfig prop) { in configureTempSetpoint() 411 private void configureDefrosterOn(View v, CarPropertyConfig prop1) { in configureDefrosterOn()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | GlowPadWrapper.java | 96 public void onGrabbed(View v, int handle) { in onGrabbed() 102 public void onReleased(View v, int handle) { in onReleased() 112 public void onTrigger(View v, int target) { in onTrigger() 137 public void onGrabbedStateChange(View v, int handle) { in onGrabbedStateChange()
|
/packages/services/Car/car-lib/src/android/car/ |
D | CarInfoManager.java | 85 float[] v = mService.getFloat(key); in getFloat() local 99 int[] v = mService.getInt(key); in getInt() local 113 long[] v = mService.getLong(key); in getLong() local
|
/packages/services/Car/service/src/com/android/car/ |
D | CarInfoService.java | 67 int[] v = mInfoHal.getInt(key); in getInt() local 81 float[] v = mInfoHal.getFloat(key); in getFloat() local 95 long[] v = mInfoHal.getLong(key); in getLong() local 114 String v = mInfoHal.getString(key); in getString() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherCallbacks.java | 59 public void onClickAllAppsButton(View v); in onClickAllAppsButton() 61 public void onClickFolderIcon(View v); in onClickFolderIcon() 62 public void onClickAppShortcut(View v); in onClickAppShortcut() 64 public void onClickPagedViewIcon(View v); in onClickPagedViewIcon() 65 public void onClickWallpaperPicker(View v); in onClickWallpaperPicker() 66 public void onClickSettingsButton(View v); in onClickSettingsButton() 67 public void onClickAddWidgetButton(View v); in onClickAddWidgetButton()
|
D | FocusHelper.java | 33 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 43 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 53 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 82 public boolean onKey(View v, int keyCode, KeyEvent e) { in onKey() 184 public void handleNoopKey(int keyCode, View v) { in handleNoopKey() 198 static boolean handleHotseatButtonKeyEvent(View v, int keyCode, KeyEvent e) { in handleHotseatButtonKeyEvent() 337 static boolean handleIconKeyEvent(View v, int keyCode, KeyEvent e) { in handleIconKeyEvent() 513 @Thunk static void playSoundEffect(int keyCode, View v) { in playSoundEffect()
|
D | CheckLongPressHelper.java | 49 public CheckLongPressHelper(View v) { in CheckLongPressHelper() 53 public CheckLongPressHelper(View v, View.OnLongClickListener listener) { in CheckLongPressHelper()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | pointertest.cpp | 570 Value* v = &Pointer("").Create(d, d.GetAllocator()); in TEST() local 574 Value* v = &Pointer("/foo").Create(d, d.GetAllocator()); in TEST() local 578 Value* v = &Pointer("/foo/0").Create(d, d.GetAllocator()); in TEST() local 582 Value* v = &Pointer("/foo/-").Create(d, d.GetAllocator()); in TEST() local 587 Value* v = &Pointer("/foo/-/-").Create(d, d.GetAllocator()); in TEST() local 596 Value* v = &Pointer("/foo/-").Create(d); in TEST() local 602 Value* v = &Pointer("/-").Create(d["foo"], d.GetAllocator()); in TEST() local 636 const Value v("qux"); in TEST() local 688 const Value v("qux"); in TEST() local 915 Value& v = CreateValueByPointer(d, Pointer("/foo/0"), a); in TEST() local [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | LauncherExtension.java | 125 public void onClickAllAppsButton(View v) { in onClickAllAppsButton() 133 public void onClickFolderIcon(View v) { in onClickFolderIcon() 137 public void onClickAppShortcut(View v) { in onClickAppShortcut() 141 public void onClickPagedViewIcon(View v) { in onClickPagedViewIcon() 145 public void onClickWallpaperPicker(View v) { in onClickWallpaperPicker() 149 public void onClickSettingsButton(View v) { in onClickSettingsButton() 153 public void onClickAddWidgetButton(View v) { in onClickAddWidgetButton()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | IntroView.java | 67 View v = findViewById(R.id.welcome_ripple); in onAttachedToWindow() local 87 View v = findViewById(R.id.container); in onStartEnterAnimation() local 100 View v = findViewById(R.id.container); in onStartExitAnimation() local
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImeUtil.java | 60 public void hideImeKeyboard(@NonNull final Context context, @NonNull final View v) { in hideImeKeyboard() 71 public void showImeKeyboard(@NonNull final Context context, @NonNull final View v) { in showImeKeyboard() 83 public static void hideSoftInput(@NonNull final Context context, @NonNull final View v) { in hideSoftInput()
|
/packages/services/Car/libvehiclenetwork/native/ |
D | VehicleNetwork.cpp | 178 vehicle_prop_value_t v; in setInt32Property() local 186 vehicle_prop_value_t v; in getInt32Property() local 197 vehicle_prop_value_t v; in setInt64Property() local 205 vehicle_prop_value_t v; in getInt64Property() local 214 vehicle_prop_value_t v; in setFloatProperty() local 222 vehicle_prop_value_t v; in getFloatProperty() local 231 vehicle_prop_value_t v; in setStringProperty() local 240 vehicle_prop_value_t v; in getStringProperty() local
|
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/ |
D | CarInfoManagerTest.java | 53 Float v = mCarInfoManager.getFloat(CarInfoManager.KEY_MANUFACTURER); in testManufactuter() local 59 Integer v = mCarInfoManager.getInt(CarInfoManager.KEY_MANUFACTURER); in testManufactuter() local
|
/packages/apps/Email/src/com/android/email/activity/ |
D | UiUtilities.java | 38 private static View checkView(View v) { in checkView() 48 public static void setVisibilitySafe(View v, int visibility) { in setVisibilitySafe()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
D | AudioRoutingPolicyTest.java | 113 VehiclePropValue v = mEvents.get(0); in checkPolicy0() local 135 VehiclePropValue v = mEvents.get(0); in checkPolicy1() local
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | InfoHalService.java | 88 int v = mHal.getVehicleNetwork().getIntProperty(prop.getProp()); in getInt() local 98 long v = mHal.getVehicleNetwork().getLongProperty(prop.getProp()); in getLong() local 108 float v = mHal.getVehicleNetwork().getFloatProperty(prop.getProp()); in getFloat() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | SwipeHelper.java | 115 private ObjectAnimator createTranslationAnimation(View v, float newPos) { in createTranslationAnimation() 121 private ObjectAnimator createDismissAnimation(View v, float newPos, int duration) { in createDismissAnimation() 133 private void setTranslation(View v, float translate) { in setTranslation() 141 private float getSize(View v) { in getSize() 450 boolean canChildBeDismissed(SwipeableItemView v); in canChildBeDismissed() 452 void onBeginDrag(View v); in onBeginDrag() 454 void onChildDismissed(SwipeableItemView v); in onChildDismissed() 456 void onDragCancelled(SwipeableItemView v); in onDragCancelled()
|
/packages/apps/Dialer/tests/src/com/android/dialer/database/ |
D | FilteredNumberProviderTest.java | 142 ContentValues v = new ContentValues(); in testUpdate() local 165 ContentValues v = getTestValues(null); in testInsertDefaultValues() local 190 ContentValues v = new ContentValues(); in getTestValues() local 205 ContentValues v = new ContentValues(); in assertCursorValues() local
|