HomeSort by relevance Sort by last modified time
    Searched full:cone (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 325 printf("unknown Cone up axis\n");
1874 btConeTwistConstraint* cone = new btConeTwistConstraint(rbA,rbB,rbAFrame,rbBFrame); local
1881 btConeTwistConstraint* cone = new btConeTwistConstraint(rbA,rbAFrame); local
    [all...]
  /frameworks/base/packages/SystemUI/res/values-pt/
strings.xml     [all...]
  /frameworks/base/packages/SystemUI/res/values-pt-rBR/
strings.xml     [all...]
  /frameworks/base/packages/SystemUI/res/values-pt-rPT/
strings.xml     [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfAcesFile.cpp 418 // We'll need the Bradford cone primary matrix and its inverse
  /frameworks/base/docs/html-intl/intl/pt-br/about/versions/
android-5.0.jd 172 <li>Use {@link android.app.Notification.Builder#setColor(int) setColor()} para definir uma cor de destaque em um círculo atrás da imagem do ícone. </li>
173 <li>Atualize ou remova recursos que envolvam cor. O sistema ignora todos os canais não Alfa em ícones de ação e no ícone de notificação principal. Você deve partir do princípio de que esses ícones serão somente Alfa. O sistema desenha ícones de notificação em branco e ícones de ação em cinza escuro.</li>
269 <p>As tarefas na tela de recentes podem ser definidas para persistirem em reinicializações. Para controlar o comportamento de persistência, use o atributo <a href="{@docRoot}reference/android/R.attr.html#persistableMode">android:persistableMode</a>. Também é possível alterar as propriedades visuais de uma atividade na tela de recentes, como o rótulo, o ícone e a cor da atividade, chamando o método {@link android.app.Activity#setTaskDescription(android.app.ActivityManager.TaskDescription) setTaskDescription()}.</p>
295 <li>{@link android.app.Notification#VISIBILITY_PRIVATE VISIBILITY_PRIVATE}: exibe informações básicas, como o ícone da notificação, mas oculta o conteúdo integral da notificação.</li>
297 <li>{@link android.app.Notification#VISIBILITY_SECRET VISIBILITY_SECRET}: mostra nada, exclui até o ícone de notificação.</li>
    [all...]
  /frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/
stopping.jd 41 aplicativo pelo ícone de inicialização da tela inicial ou da janela Aplicativos Utilizados Recentemente, a atividade é reiniciada.</li>
starting.jd 171 atividades, o ícone do aplicativo não aparecerá na lista de aplicativos da tela inicial.</p>
178 Tanto para a atividade principal criada quando o usuário clica no ícone do aplicativo quanto uma
  /frameworks/base/docs/html-intl/intl/pt-br/training/tv/playback/
picture-in-picture.jd 125 para a barra de controle e usa o ícone do PIP.</p>
  /packages/apps/Launcher3/res/values-pt-rPT/
strings.xml 80 <string name="abandoned_promise_explanation" msgid="3990027586878167529">"A aplicação deste ícone não está instalada. Pode removê-lo ou pesquisar a aplicação e instalá-la manualmente."</string>
  /packages/apps/ManagedProvisioning/res/values-pt/
strings.xml 101 <string name="mdm_icon_label" msgid="3399134595549660561">"Ícone de <xliff:g id="ICON_LABEL">%1$s</xliff:g>"</string>
  /packages/apps/ManagedProvisioning/res/values-pt-rBR/
strings.xml 101 <string name="mdm_icon_label" msgid="3399134595549660561">"Ícone de <xliff:g id="ICON_LABEL">%1$s</xliff:g>"</string>
  /packages/apps/ManagedProvisioning/res/values-pt-rPT/
strings.xml 101 <string name="mdm_icon_label" msgid="3399134595549660561">"Ícone <xliff:g id="ICON_LABEL">%1$s</xliff:g>"</string>
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshPartBuilder.java 443 public void cone (float width, float height, float depth, int divisions); method in interface:MeshPartBuilder
447 public void cone (float width, float height, float depth, int divisions, float angleFrom, float angleTo); method in interface:MeshPartBuilder
MeshBuilder.java     [all...]
  /packages/inputmethods/LatinIME/java/res/values-pt/
strings.xml 159 <string name="show_setup_wizard_icon" msgid="5008028590593710830">"Mostrar ícone do app"</string>
160 <string name="show_setup_wizard_icon_summary" msgid="4119998322536880213">"Mostrar ícone do app no iniciador"</string>
  /packages/inputmethods/LatinIME/java/res/values-pt-rPT/
strings.xml 159 <string name="show_setup_wizard_icon" msgid="5008028590593710830">"Mostrar ícone da aplicação"</string>
160 <string name="show_setup_wizard_icon_summary" msgid="4119998322536880213">"Mostrar ícone da aplicação no iniciador"</string>
  /frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/
menus.jd 168 <dd>Uma referência a um desenhável para usar como o ícone do item.</dd>
231 posiciona todos os itens na ação de estouro, que o usuário pode revelar com o ícone de estouro de ação
    [all...]
  /external/ImageMagick/ImageMagick/script/
color.html 117 <p>The HSB color system is geometrically represented as a cone with its apex pointing downward. Hue is measured around the perimeter. Saturation is measured from the axis outward. Brightness is measured from the apex upward.</p>
119 <p>The HSL color system is geometrically represented as a stacked double cone with one apex pointing downward and the other pointing upward. The widest ends of both cones are stacked together one on top of the other. Hue is measured around the perimeter. Saturation is measured from the axis outward. Lightness is measured from the bottom apex upward.</p>
123 <p>Hue is represented as an angle of the color around the circular perimeter of the cone(s) (i.e. the rainbow represented in a circle). Hue values are either integer or floats in the range 0?360 or integer or float percentage values in the range 0?100%. By definition red=0=360 (or 0%=100%), and the other colors are spread around the circle, so green=120 (or 33.3333%), blue=240 (or (66.6667%), etc. As an angle, it implicitly wraps around such that -120=240 and 480=120, for instance. (Students of trigonometry would say that "coterminal angles are equivalent" here; an angle <var>?</var> can be standardized by computing the equivalent angle, <var>?</var> mod 360.)</p>
125 <p>Saturation is measure outward from the central axis of the cone(s) toward the perimeter of the cone(s). Saturation may be expressed as an integer or float in the range 0?255 or as an integer or float percentage in the range 0?100. Saturation may be thought of as the absence of any "white" mixed with the base color. Thus 255 or 100% is full saturation and corresponds to a point on the outside surface of the cone (HSB) or double cone (HSL). It will be the most "colorful" region. 0 or 0% is no saturation which results in some shade of gray. It occurs along the central axis of the cone or double cone with black at the bottom apex and white at the top.</p>
127 <p>Brightness and Lightness also may be represented as integers or floats in the range 0?255 or as integer or float percentages in the range 0?100%. Brightness and Lightness are measured from the bottom apex upward to the top of the cone or double cone along the cone(s) central axis. 0 or 0% corresponds to the bottom apex and 255 or 1 (…)
    [all...]
  /external/ImageMagick/www/
color.html 121 <p>The HSB color system is geometrically represented as a cone with its apex pointing downward. Hue is measured around the perimeter. Saturation is measured from the axis outward. Brightness is measured from the apex upward.</p>
123 <p>The HSL color system is geometrically represented as a stacked double cone with one apex pointing downward and the other pointing upward. The widest ends of both cones are stacked together one on top of the other. Hue is measured around the perimeter. Saturation is measured from the axis outward. Lightness is measured from the bottom apex upward.</p>
127 <p>Hue is represented as an angle of the color around the circular perimeter of the cone(s) (i.e. the rainbow represented in a circle). Hue values are either integer or floats in the range 0?360 or integer or float percentage values in the range 0?100%. By definition red=0=360 (or 0%=100%), and the other colors are spread around the circle, so green=120 (or 33.3333%), blue=240 (or (66.6667%), etc. As an angle, it implicitly wraps around such that -120=240 and 480=120, for instance. (Students of trigonometry would say that "coterminal angles are equivalent" here; an angle <var>?</var> can be standardized by computing the equivalent angle, <var>?</var> mod 360.)</p>
129 <p>Saturation is measure outward from the central axis of the cone(s) toward the perimeter of the cone(s). Saturation may be expressed as an integer or float in the range 0?255 or as an integer or float percentage in the range 0?100. Saturation may be thought of as the absence of any "white" mixed with the base color. Thus 255 or 100% is full saturation and corresponds to a point on the outside surface of the cone (HSB) or double cone (HSL). It will be the most "colorful" region. 0 or 0% is no saturation which results in some shade of gray. It occurs along the central axis of the cone or double cone with black at the bottom apex and white at the top.</p>
131 <p>Brightness and Lightness also may be represented as integers or floats in the range 0?255 or as integer or float percentages in the range 0?100%. Brightness and Lightness are measured from the bottom apex upward to the top of the cone or double cone along the cone(s) central axis. 0 or 0% corresponds to the bottom apex and 255 or 1 (…)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsps2.c     [all...]
  /external/skia/src/pdf/
SkPDFShader.cpp 306 // First compute t, if the pixel falls outside the cone, then we'll end
344 // if r(t) < 0, then it's outside the cone
399 // if the pixel is in the cone, proceed to compute a color
    [all...]
  /frameworks/base/docs/html-intl/intl/pt-br/about/versions/nougat/
android-7.0.jd 595 dono do perfil. Quando o modo de trabalho está desativado, o sistema exibe um ícone de status persistente
    [all...]
  /frameworks/base/docs/html-intl/intl/pt-br/design/patterns/
navigation.jd 19 o botão <em>Para Cima</em>, consistindo no ícone do aplicativo e em um cursor para a esquerda.</p>
  /frameworks/base/docs/html-intl/intl/pt-br/guide/components/
intents-filters.jd 598 que abre quando o usuário inicializa o aplicativo pela primeira vez com o ícone de inicialização:</p>
602 <li>A categoria {@link android.content.Intent#CATEGORY_LAUNCHER} indica que esse ícone
604 não especificar um ícone com {@code icon}, o sistema usará o ícone do elemento
    [all...]

Completed in 592 milliseconds

12 3 4