OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttv
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
ClipAnimationHelper.java
203
public void fromTaskThumbnailView(TaskThumbnailView
ttv
, RecentsView rv) {
204
fromTaskThumbnailView(
ttv
, rv, null);
207
public void fromTaskThumbnailView(TaskThumbnailView
ttv
, RecentsView rv,
209
BaseDraggingActivity activity = BaseDraggingActivity.fromContext(
ttv
.getContext());
227
dl.getDescendantRectRelativeToSelf(
ttv
, targetRect.rect);
277
public void drawForProgress(TaskThumbnailView
ttv
, Canvas canvas, float progress) {
287
ttv
.drawOnCanvas(canvas,
290
ttv
.getMeasuredWidth() + mSourceWindowClipInsets.right * insetProgress,
291
ttv
.getMeasuredHeight() + mSourceWindowClipInsets.bottom * insetProgress,
292
ttv
.getCornerRadius() * progress)
[
all
...]
/frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp
631
std::vector<TestType>
ttv
= {TestType(0, 0.0, "abc"),
local
633
const std::string string_result = client->SendVector(
ttv
);
Completed in 2484 milliseconds