/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
D | makefile | 1 %.pdf: %.dot 2 dot $< -Tpdf -o $@ 4 %.png: %.dot 5 dot $< -Tpng -o $@ 7 DOTFILES = $(basename $(wildcard *.dot))
|
D | normalparsing.dot | 50 edge [arrowhead=vee, arrowtail=dot, arrowsize=0.5, dir=both, tailclip=false]
|
D | insituparsing.dot | 58 edge [arrowhead=vee, arrowtail=dot, arrowsize=0.5, dir=both, tailclip=false]
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
D | FanSpeedBarSegment.java | 69 GradientDrawable dot = new GradientDrawable(); 70 dot.setColor(res.getColor(R.color.hvac_fanspeed_segment_color)); in res.getColor() 71 dot.setSize(mDotSize, mDotSize); in dot.setSize() 72 dot.setCornerRadius(mDotSize / 2); 73 setImageDrawable(dot);
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | DotsPageIndicator.java | 661 private void setDotRevealFraction(int dot, float fraction) { in setDotRevealFraction() argument 662 dotRevealFractions[dot] = fraction; in setDotRevealFraction() 829 for (int dot : dotsToHide) { in PendingRetreatAnimator() 830 setDotRevealFraction(dot, MINIMAL_REVEAL); in PendingRetreatAnimator() 851 private final int dot; field in DotsPageIndicator.PendingRevealAnimator 853 public PendingRevealAnimator(int dot, StartPredicate predicate) { in PendingRevealAnimator() argument 855 this.dot = dot; in PendingRevealAnimator() 864 setDotRevealFraction(PendingRevealAnimator.this.dot, in PendingRevealAnimator() 872 setDotRevealFraction(PendingRevealAnimator.this.dot, 0f); in PendingRevealAnimator()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 661 private void setDotRevealFraction(int dot, float fraction) { in setDotRevealFraction() argument 662 dotRevealFractions[dot] = fraction; in setDotRevealFraction() 829 for (int dot : dotsToHide) { in PendingRetreatAnimator() 830 setDotRevealFraction(dot, MINIMAL_REVEAL); in PendingRetreatAnimator() 851 private final int dot; field in DotsPageIndicator.PendingRevealAnimator 853 public PendingRevealAnimator(int dot, StartPredicate predicate) { in PendingRevealAnimator() argument 855 this.dot = dot; in PendingRevealAnimator() 864 setDotRevealFraction(PendingRevealAnimator.this.dot, in PendingRevealAnimator() 872 setDotRevealFraction(PendingRevealAnimator.this.dot, 0f); in PendingRevealAnimator()
|
/packages/services/Car/evs/app/ |
D | RenderTopView.cpp | 87 Result[3][0] =-dot(vRt, eye); in cameraLookMatrix() 88 Result[3][1] =-dot(vUp, eye); in cameraLookMatrix() 89 Result[3][2] = dot(vAt, eye); in cameraLookMatrix()
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 145 # will interpret the first line (until the first dot) of a JavaDoc-style 153 # interpret the first line (until the first dot) of a Qt-style 1366 # Configuration options related to the dot tool 1373 # fallback. It is recommended to install and use dot, since it yields more 1393 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 1401 # directory and reference it in all dot files that doxygen generates. This 1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font, 1411 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. 1416 # By default doxygen will tell dot to use the output directory to look for the 1418 # different font using DOT_FONTNAME you can set the path where dot [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 145 # will interpret the first line (until the first dot) of a JavaDoc-style 153 # interpret the first line (until the first dot) of a Qt-style 1366 # Configuration options related to the dot tool 1373 # fallback. It is recommended to install and use dot, since it yields more 1393 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 1401 # directory and reference it in all dot files that doxygen generates. This 1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font, 1411 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. 1416 # By default doxygen will tell dot to use the output directory to look for the 1418 # different font using DOT_FONTNAME you can set the path where dot [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 184 # first line (until the first dot) of a Javadoc-style comment as the brief 193 # line (until the first dot) of a Qt-style comment as the brief description. If 1820 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is 2075 # Configuration options related to the dot tool 2081 # disabled, but it is recommended to install and use dot, since it yields more 2109 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 2118 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed 2128 # When you want a differently looking font n the dot files that doxygen 2130 # sure dot is able to find the font, which can be done by putting it in a 2139 # dot graphs. [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/dot/ |
D | FolderDotInfo.java | 17 package com.android.launcher3.dot;
|
D | DotInfo.java | 17 package com.android.launcher3.dot;
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ActivityContext.java | 26 import com.android.launcher3.dot.DotInfo;
|
/packages/apps/ThemePicker/src/com/android/customization/picker/ |
D | CustomizationPickerActivity.java | 265 Drawable dot = new NoTintDrawableWrapper(getResources().getDrawable(R.drawable.tip_dot)); in showTipDot() local 266 Drawable[] layers = {icon, dot}; in showTipDot()
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationInfo.java | 33 import com.android.launcher3.dot.DotInfo;
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupDataProvider.java | 25 import com.android.launcher3.dot.DotInfo;
|
D | PopupContainerWithArrow.java | 58 import com.android.launcher3.dot.DotInfo;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BubbleTextView.java | 46 import com.android.launcher3.dot.DotInfo;
|
D | Launcher.java | 94 import com.android.launcher3.dot.DotInfo;
|
D | Workspace.java | 72 import com.android.launcher3.dot.FolderDotInfo;
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderIcon.java | 62 import com.android.launcher3.dot.FolderDotInfo;
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_emoji.combined.gz | 1dictionary=emoji:en,description=Emoji for English words,locale=en,date ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |