Home
last modified time | relevance | path

Searched refs:drawn (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/input/
DSpriteController.h238 int32_t width, int32_t height, bool drawn, bool visible) { in setSurfaceLocked() argument
242 mLocked.state.surfaceDrawn = drawn; in setSurfaceLocked()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java301 boolean drawn = false; in onDraw()
314 drawn = true; in onDraw()
321 if (drawn) { in onDraw()
/frameworks/base/core/proto/android/app/
Denums.proto29 // The transition was started because we all app windows were drawn.
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags90 # Activity fully drawn time
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dretn.txt370 part might have drawn attention to my identity and led to the most
416 features I saw that his brows were drawn down in thought and his thin
1268 was drawn up on a suburban line, since nowhere save in the immediate
1280 will was drawn up by Jonas Oldacre in his journey yesterday. It is
1486 "Finally, having drawn every other cover and picked up no scent, I
2079 they are drawn. Why should you attribute any importance to so
2153 who had drawn them, but the lad swore he knew nothing about it.
2258 next morning was a fresh crop of dancing men. They had been drawn in
3647 leather cords and gaiters. He lay upon his back, his knees drawn up,
4102 statement of the unhappy schoolmaster. His drawn brows and the deep
[all …]
Dlstb.txt500 smoked hard, with his browns drawn down over his keen eyes, and his
1401 of winter. Our blinds were half-drawn, and Holmes lay curled upon the
2887 woodwork. His knees were drawn up, his hands thrown out in agony, and
2928 she advanced, her face pale and drawn with a frightful apprehension,
3063 drawn upon the head of it telling him that a lodge would be held upon
3931 valves with the automatic self-adjusting slots are drawn in one of
5340 drawn since."
5345 drawn. It was cashed at the Credit Lyonnais at Montpellier less than
5650 Every criminal resort which Shlessinger might frequent was drawn in
6297 emotion of the clergyman. He sat with a pale, drawn face, his anxious
[all …]
Dadvs.txt892 been drawn, so that I could see Holmes as he lay upon the couch. I do
1747 in his chair, with his thin knees drawn up to his hawk-like nose, and
3477 drawn back by his screams, he rushed into the glade? It was something
3613 the grey walls. The drawn blinds and the smokeless chimneys, however,
3625 darkened. His brows were drawn into two hard black lines, while his
3862 "Holmes," I said, "you have drawn a net round this man from which he
4010 signed the statement which had been drawn out. "I pray that we may
4033 number of objections which had been drawn out by Holmes and submitted
6605 would not have given me such complete information as was drawn from
6718 many-pointed radiance. Ryder stood glaring with a drawn face,
[all …]
Dmems.txt98 see what inferences may be drawn and what are the special points upon
390 "The net is drawn pretty close round Fitzroy Simpson," he remarked,
713 As Sherlock Holmes replaced the half-crown which he had drawn from
2601 Franco-Midland Hardware Company. His knees were drawn up, his head
3193 fading light that every blind in the house had been drawn down. As we
3287 which was drawn up by my father when he knew that the danger from
4141 "'That was there when your ritual was drawn up,' said I, as we drove
4284 thrown out on each side of it. The attitude had drawn all the
4287 his hair were all sufficient to show my client, when we had drawn the
6113 half-drawn, and Holmes lay curled upon the sofa, reading and
[all …]
Dcase.txt120 him and had drawn an envelope from the inside pocket of the coat
356 because I have seldom drawn my cases from the latter phases of my
1075 his head girt with bloody bandages, his face drawn and white, stood
1367 of her as second only to his mother in his affections, so I was drawn
2171 long, thin form of Holmes emerged, his face pale and drawn, but his
2173 the window, and had drawn the blind once more.
2634 A few moments later the long-drawn, wailing notes of that most
3105 "Yesterday the man arrived with the agreement all drawn out. Luckily
5238 following narrative is drawn from my own experience.
5268 face to face. He had drawn a letter from his pocket.
[all …]
/frameworks/base/proto/src/
Dmetrics_constants.proto1823 // delay from startActivity until the starting window was drawn.
1826 // Logged when we execute an app transition and all windows of the app got drawn. This indicates
1827 // the delay from startActivity until all windows have been drawn.
4528 // ACTION: Logged when the app has notified that it has fully drawn. See
4532 // FIELD: The delay of the activity reporting to be fully drawn measured from the beginning of
/frameworks/rs/script_api/include/
Drs_graphics.rsh125 RS_DEPTH_FUNC_ALWAYS = 0, // Always drawn
/frameworks/base/core/java/android/view/
DView.java20788 int drawn = mPrivateFlags & PFLAG_DRAWN; in setFrame() local
20826 mPrivateFlags |= drawn; in setFrame()