HomeSort by relevance Sort by last modified time
    Searched refs:arrow (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libchrome/base/memory/
weak_ptr_unittest.cc 56 struct Arrow {
72 void CreateArrowFromTarget(Arrow** arrow, Target* target) {
76 FROM_HERE, base::Bind(&BackgroundThread::DoCreateArrowFromTarget, arrow,
81 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) {
85 FROM_HERE, base::Bind(&BackgroundThread::DoCreateArrowFromArrow, arrow,
99 void CopyAndAssignArrow(Arrow* object) {
108 void CopyAndAssignArrowBase(Arrow* object)
398 Arrow* arrow; local
407 Arrow arrow; local
423 Arrow* arrow; local
451 Arrow arrow; local
479 Arrow arrow; local
499 Arrow arrow; local
518 Arrow arrow; local
530 Arrow *arrow = new Arrow(); local
544 Arrow *arrow = new Arrow(); local
558 Arrow* arrow = new Arrow(); local
578 Arrow arrow; local
605 Arrow arrow; local
623 Arrow arrow; local
648 Arrow arrow; local
666 Arrow arrow; local
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
HeaderCell.java 80 ImageView arrow = (ImageView) findViewById(R.id.sort_arrow); local
83 arrow.setVisibility(View.GONE);
86 showArrow(arrow, R.animator.arrow_rotate_up,
90 showArrow(arrow, R.animator.arrow_rotate_down,
104 ImageView arrow, @AnimatorRes int anim, @StringRes int contentDescriptionId) {
105 arrow.setVisibility(View.VISIBLE);
108 arrow.setContentDescription(description);
112 animator.setTarget(arrow.getDrawable().mutate());
  /external/libedit/src/
terminal.c 1000 * Initialize the arrow key bindings from termcap
1005 funckey_t *arrow = el->el_terminal.t_fkey; local
1007 arrow[A_K_DN].name = STR("down");
1008 arrow[A_K_DN].key = T_kd;
1009 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY;
1010 arrow[A_K_DN].type = XK_CMD;
1012 arrow[A_K_UP].name = STR("up");
1013 arrow[A_K_UP].key = T_ku;
1014 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1015 arrow[A_K_UP].type = XK_CMD
1050 funckey_t *arrow = el->el_terminal.t_fkey; local
1101 funckey_t *arrow = el->el_terminal.t_fkey; local
1120 funckey_t *arrow = el->el_terminal.t_fkey; local
1139 funckey_t *arrow = el->el_terminal.t_fkey; local
1159 funckey_t *arrow = el->el_terminal.t_fkey; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
litlint.py 54 arrow = (col-1) * ' ' + '^'
55 sys.stderr.write(errorMsg.format(p, i, col, msg, s, arrow))
  /development/tools/axl/
chewie.py 159 # send arrow
160 arrow = pylab.Arrow(send, y, sent - send, 0)
161 arrow.set_facecolor("g")
163 ax.add_patch(arrow)
164 # read arrow
165 arrow = pylab.Arrow(reading, y, read - reading, 0)
166 arrow.set_facecolor("r")
168 ax.add_patch(arrow)
    [all...]
  /test/vti/dashboard/src/main/webapp/css/
show_release.css 26 #show-button-arrow {
dashboard_main.css 72 #show-button-arrow {
test_results.css 85 .material-icons.expand-arrow {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java 78 arrow.setOnClickListener(new View.OnClickListener() {
174 arrow.setVisibility(View.VISIBLE);
175 arrow.setTranslationY(0f);
177 arrow.jumpDrawablesToCurrentState();
186 arrow.setVisibility(View.INVISIBLE);
226 final View oldArrow = oldHolder.arrow;
228 final Rect newArrowRect = new Rect(0, 0, arrow.getWidth(), arrow.getHeight());
229 ((ViewGroup) newView).offsetDescendantRectToMyCoords(arrow, newArrowRect);
232 arrow.setTranslationY(arrowTranslationY)
    [all...]
AlarmItemViewHolder.java 54 public final ImageView arrow; field in class:AlarmItemViewHolder
62 arrow = (ImageView) itemView.findViewById(R.id.arrow);
ExpandedAlarmViewHolder.java 122 arrow.setOnClickListener(new View.OnClickListener() {
285 ObjectAnimator.ofFloat(arrow, TRANSLATION_Y, 0f));
309 arrow.setTranslationY(translationY);
333 arrow.setVisibility(View.VISIBLE);
334 arrow.setTranslationY(0f);
336 arrow.jumpDrawablesToCurrentState();
343 arrow.setVisibility(View.INVISIBLE);
421 final View oldArrow = oldHolder.arrow;
423 final Rect newArrowRect = new Rect(0, 0, arrow.getWidth(), arrow.getHeight())
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
HorizontalBreadcrumb.java 231 holder.arrow.setVisibility(View.GONE);
233 holder.arrow.setVisibility(View.VISIBLE);
260 protected ImageView arrow; field in class:HorizontalBreadcrumb.BreadcrumbHolder
265 arrow = (ImageView) itemView.findViewById(R.id.breadcrumb_arrow);
  /external/python/cpython2/Tools/pynche/
StripViewer.py 18 each StripWidget highlights the selected color, and has an arrow pointing to
109 arrow = self._canvas.create_line(
113 arrow='first',
121 return arrow, text
140 arrow = self._canvas.create_line(
144 arrow='last',
153 return arrow, text
229 # create the arrow and text item
266 # get the arrow's text
274 # move the arrow, and set its tex
    [all...]
  /external/python/cpython3/Tools/pynche/
StripViewer.py 18 each StripWidget highlights the selected color, and has an arrow pointing to
109 arrow = self._canvas.create_line(
113 arrow='first',
121 return arrow, text
140 arrow = self._canvas.create_line(
144 arrow='last',
153 return arrow, text
229 # create the arrow and text item
266 # get the arrow's text
274 # move the arrow, and set its tex
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 747 a#arrow-left, a#arrow-right {
754 a#arrow-left {
757 a#arrow-right {
760 a.arrow-left-off,
761 a#arrow-left.arrow-left-off:hover {
764 a.arrow-right-off,
765 a#arrow-right.arrow-right-off:hover
    [all...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ContactsExpansion.java 112 ImageView arrow = (ImageView) currentItem.findViewById(R.id.contact_arrow);
113 arrow.setRotation(expanded ? 0 : 90);
  /external/clang/lib/Lex/
TokenConcatenation.cpp 87 TokenInfo[tok::arrow ] |= aci_custom_firstchar;
284 case tok::arrow: // ->*
  /test/vti/test_serving/gae/webapp/src/handlers/
base.py 22 import arrow
176 'now': arrow.utcnow(),
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
PagingIndicator.java 202 Bitmap arrow = BitmapFactory.decodeResource(getResources(), R.drawable.lb_ic_nav_arrow); local
204 return arrow;
208 return Bitmap.createBitmap(arrow, 0, 0, arrow.getWidth(), arrow.getHeight(), matrix,
214 * Sets the color of the arrow. This color will take over the value set through the
217 * @param color the color of the arrow
238 * Sets the background color of the arrow. This color will take over the value set through the
241 * @param color the background color of the arrow
  /build/make/tools/droiddoc/templates-ndk/assets/
android-developer-docs.css 749 a#arrow-left, a#arrow-right {
756 a#arrow-left {
759 a#arrow-right {
762 a.arrow-left-off,
763 a#arrow-left.arrow-left-off:hover {
766 a.arrow-right-off,
767 a#arrow-right.arrow-right-off:hover
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
parser.c 249 int arrow = x & ((1<<7)-1); local
253 arrow, lineno, col_offset)) > 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
parser.c 249 int arrow = x & ((1<<7)-1); local
253 arrow, lineno, col_offset)) > 0) {
  /external/doclava/res/assets/templates-sdk/assets/
android-developer-docs.css 749 a#arrow-left, a#arrow-right {
756 a#arrow-left {
759 a#arrow-right {
762 a.arrow-left-off,
763 a#arrow-left.arrow-left-off:hover {
766 a.arrow-right-off,
767 a#arrow-right.arrow-right-off:hover
    [all...]
  /external/python/cpython2/Parser/
parser.c 249 int arrow = x & ((1<<7)-1); local
253 arrow, lineno, col_offset)) > 0) {
  /external/python/cpython3/Parser/
parser.c 256 int arrow = x & ((1<<7)-1); local
260 arrow, lineno, col_offset)) > 0) {

Completed in 508 milliseconds

1 2 3 4 5 6 7 8 910