Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 39) sorted by relevance

12

/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
Dmakefile1 %.pdf: %.dot
2 dot $< -Tpdf -o $@
4 %.png: %.dot
5 dot $< -Tpng -o $@
7 DOTFILES = $(basename $(wildcard *.dot))
Dnormalparsing.dot50 edge [arrowhead=vee, arrowtail=dot, arrowsize=0.5, dir=both, tailclip=false]
Dinsituparsing.dot58 edge [arrowhead=vee, arrowtail=dot, arrowsize=0.5, dir=both, tailclip=false]
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DFanSpeedBarSegment.java69 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/
DDotsPageIndicator.java661 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/
DDotsPageIndicator.java661 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/
DRenderTopView.cpp87 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/
Dfeature_mos_API_doxyfile145 # 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/
Ddbreg_API_doxyfile145 # 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/
DDoxyfile.in184 # 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/
DFolderDotInfo.java17 package com.android.launcher3.dot;
DDotInfo.java17 package com.android.launcher3.dot;
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java26 import com.android.launcher3.dot.DotInfo;
/packages/apps/ThemePicker/src/com/android/customization/picker/
DCustomizationPickerActivity.java265 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/
DNotificationInfo.java33 import com.android.launcher3.dot.DotInfo;
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java25 import com.android.launcher3.dot.DotInfo;
DPopupContainerWithArrow.java58 import com.android.launcher3.dot.DotInfo;
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java46 import com.android.launcher3.dot.DotInfo;
DLauncher.java94 import com.android.launcher3.dot.DotInfo;
DWorkspace.java72 import com.android.launcher3.dot.FolderDotInfo;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java62 import com.android.launcher3.dot.FolderDotInfo;
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz1dictionary=emoji:en,description=Emoji for English words,locale=en,date ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...

12