/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
D | MotionInputHandler.java | 54 final boolean selectItem(@NonNull ItemDetails<K> details) { in selectItem() argument 55 checkArgument(details != null); in selectItem() 56 checkArgument(hasPosition(details)); in selectItem() 57 checkArgument(hasSelectionKey(details)); in selectItem() 59 if (mSelectionTracker.select(details.getSelectionKey())) { in selectItem() 60 mSelectionTracker.anchorRange(details.getPosition()); in selectItem() 66 mFocusDelegate.focusItem(details); in selectItem() 73 protected final boolean focusItem(@NonNull ItemDetails<K> details) { in focusItem() argument 74 checkArgument(details != null); in focusItem() 75 checkArgument(hasSelectionKey(details)); in focusItem() [all …]
|
D | BandPredicate.java | 134 @Nullable ItemDetailsLookup.ItemDetails details = mDetailsLookup.getItemDetails(e); in canInitiate() local 135 return (details == null) || !details.inDragRegion(e); in canInitiate()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/ |
D | StorageMeasurement.java | 93 void onDetailsChanged(MeasurementDetails details); in onDetailsChanged() argument 152 final MeasurementDetails details = new MeasurementDetails(); in measureExactStorage() local 153 if (mVolume == null) return details; in measureExactStorage() 156 details.totalSize = mVolume.getPath().getTotalSpace(); in measureExactStorage() 157 details.availSize = mVolume.getPath().getUsableSpace(); in measureExactStorage() 158 return details; in measureExactStorage() 162 details.totalSize = mStats.getTotalBytes(mVolume.fsUuid); in measureExactStorage() 163 details.availSize = mStats.getFreeBytes(mVolume.fsUuid); in measureExactStorage() 167 return details; in measureExactStorage() 176 details.mediaSize.put(user.id, mediaMap); in measureExactStorage() [all …]
|
/frameworks/native/libs/math/include/math/ |
D | vec2.h | 33 namespace details { 110 typedef details::TVec2<double> double2; 111 typedef details::TVec2<float> float2; 112 typedef details::TVec2<float> vec2; 113 typedef details::TVec2<half> half2; 114 typedef details::TVec2<int32_t> int2; 115 typedef details::TVec2<uint32_t> uint2; 116 typedef details::TVec2<int16_t> short2; 117 typedef details::TVec2<uint16_t> ushort2; 118 typedef details::TVec2<int8_t> byte2; [all …]
|
D | vec3.h | 31 namespace details { 116 typedef details::TVec3<double> double3; 117 typedef details::TVec3<float> float3; 118 typedef details::TVec3<float> vec3; 119 typedef details::TVec3<half> half3; 120 typedef details::TVec3<int32_t> int3; 121 typedef details::TVec3<uint32_t> uint3; 122 typedef details::TVec3<int16_t> short3; 123 typedef details::TVec3<uint16_t> ushort3; 124 typedef details::TVec3<int8_t> byte3; [all …]
|
D | vec4.h | 31 namespace details { 113 typedef details::TVec4<double> double4; 114 typedef details::TVec4<float> float4; 115 typedef details::TVec4<float> vec4; 116 typedef details::TVec4<half> half4; 117 typedef details::TVec4<int32_t> int4; 118 typedef details::TVec4<uint32_t> uint4; 119 typedef details::TVec4<int16_t> short4; 120 typedef details::TVec4<uint16_t> ushort4; 121 typedef details::TVec4<int8_t> byte4; [all …]
|
D | quat.h | 38 namespace details { 142 typedef details::TQuaternion<double> quatd; 143 typedef details::TQuaternion<float> quat; 144 typedef details::TQuaternion<float> quatf; 145 typedef details::TQuaternion<half> quath;
|
D | mat2.h | 34 namespace details { 369 typedef details::TMat22<double> mat2d; 370 typedef details::TMat22<float> mat2; 371 typedef details::TMat22<float> mat2f;
|
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/ |
D | FragmentLayoutSupport.java | 76 DetailsFragment details = new DetailsFragment(); in onCreate() local 77 details.setArguments(getIntent().getExtras()); in onCreate() 79 android.R.id.content, details).commit(); in onCreate() 106 View detailsFrame = getActivity().findViewById(R.id.details); in onActivityCreated() 147 DetailsFragment details = (DetailsFragment) in showDetails() local 148 getFragmentManager().findFragmentById(R.id.details); in showDetails() 149 if (details == null || details.getShownIndex() != index) { in showDetails() 151 details = DetailsFragment.newInstance(index); in showDetails() 156 .replace(R.id.details, details) in showDetails()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppTimeTracker.java | 99 public void dumpWithHeader(PrintWriter pw, String prefix, boolean details) { in dumpWithHeader() argument 103 dump(pw, prefix + " ", details); in dumpWithHeader() 106 public void dump(PrintWriter pw, String prefix, boolean details) { in dump() argument 117 if (details && mStartedTime != 0) { in dump() 125 void writeToProto(ProtoOutputStream proto, long fieldId, boolean details) { in writeToProto() argument 135 if (details && mStartedTime != 0) { in writeToProto()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkNotificationManager.java | 168 CharSequence details; in showNotification() local 172 details = r.getString(R.string.wifi_no_internet_detailed); in showNotification() 176 details = r.getString(R.string.wifi_no_internet_detailed); in showNotification() 181 details = r.getString(R.string.network_available_sign_in_detailed, in showNotification() 188 details = mTelephonyManager.getNetworkOperatorName(); in showNotification() 192 details = r.getString(R.string.network_available_sign_in_detailed, name); in showNotification() 199 details = r.getString(R.string.network_switch_metered_detail, toTransport, in showNotification() 223 builder.setStyle(new Notification.BigTextStyle().bigText(details)); in showNotification() 225 builder.setContentText(details); in showNotification()
|
/frameworks/native/libs/math/tests/ |
D | mat_test.cpp | 388 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST() 426 typedef ::android::details::TMat33<TypeParam> M33T; in TYPED_TEST() 459 typedef ::android::details::TMat22<TypeParam> M22T; in TYPED_TEST() 520 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST() 521 typedef ::android::details::TVec4<TypeParam> V4T; in TYPED_TEST() 560 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST() 579 typedef ::android::details::TMat33<TypeParam> M33T; in TYPED_TEST() 598 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST() 599 typedef ::android::details::TVec4<TypeParam> V4T; in TYPED_TEST() 600 typedef ::android::details::TQuaternion<TypeParam> QuatT; in TYPED_TEST() [all …]
|
/frameworks/support/buildSrc/ |
D | build.gradle | 23 eachDependency { details -> 24 if (details.requested.group == 'org.jetbrains.kotlin') { 25 details.useVersion build_versions.kotlin
|
/frameworks/av/include/media/ |
D | convert.h | 58 namespace details 216 return details::Converter<srcType, dstType>::run(input, result); 268 if (!details::Converter<std::string, float>::run(str, result)) { 298 if (!details::Converter<std::string, double>::run(str, result)) {
|
/frameworks/av/media/libmedia/include/media/ |
D | convert.h | 58 namespace details 216 return details::Converter<srcType, dstType>::run(input, result); 268 if (!details::Converter<std::string, float>::run(str, result)) { 298 if (!details::Converter<std::string, double>::run(str, result)) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 407 CharSequence details = context.getText( in getNotificationBuilder() local 411 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder() 412 .setContentText(details) in getNotificationBuilder() 473 CharSequence details = context.getText( in getNotificationBuilder() local 477 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder() 478 .setContentText(details) in getNotificationBuilder()
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit 16 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/data-binding/integration-tests/TestApp/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit 16 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/base/tests/TouchLatency/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit 16 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/data-binding/integration-tests/App With Spaces/ |
D | gradle.properties | 23 # For more details on how to configure your build environment visit 32 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/data-binding/integration-tests/IndependentLibrary/ |
D | gradle.properties | 22 # For more details on how to configure your build environment visit 31 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/data-binding/samples/BindingDemo/ |
D | gradle.properties | 23 # For more details on how to configure your build environment visit 32 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/ |
D | gradle.properties | 23 # For more details on how to configure your build environment visit 32 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/data-binding/ |
D | gradle.properties | 23 # For more details on how to configure your build environment visit 32 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/base/core/jni/ |
D | android_os_HidlSupport.cpp | 24 return android::hardware::details::getPidIfSharable(); in android_os_HidlSupport_getPidIfSharable()
|