OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logginginfo
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudfront/
test_distribution.py
4
from boto.cloudfront.logging import
LoggingInfo
18
lo =
LoggingInfo
(bucket='whatever', prefix='override_')
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LoggingItemAnimator.java
66
BaseRecyclerViewAnimationsTest.
LoggingInfo
67
loggingInfo
= new BaseRecyclerViewAnimationsTest.
LoggingInfo
(viewHolder, changeFlags, payloads);
68
return
loggingInfo
;
75
BaseRecyclerViewAnimationsTest.
LoggingInfo
76
loggingInfo
= new BaseRecyclerViewAnimationsTest.
LoggingInfo
(viewHolder, 0, null);
77
return
loggingInfo
;
86
(BaseRecyclerViewAnimationsTest.
LoggingInfo
) preLayoutInfo,
87
(BaseRecyclerViewAnimationsTest.
LoggingInfo
) postLayoutInfo))
[
all
...]
ItemAnimatorV2ApiTest.java
68
LoggingInfo
pre = mAnimator.preLayoutInfoMap.get(target);
129
LoggingInfo
pre = mAnimator.preLayoutInfoMap.get(oldTarget);
134
LoggingInfo
post = mAnimator.postLayoutInfoMap.get(newTarget);
142
LoggingInfo
singleItemPre = mAnimator.preLayoutInfoMap.get(singleItemTarget);
144
LoggingInfo
singleItemPost = mAnimator.postLayoutInfoMap.get(singleItemTarget);
172
LoggingInfo
pre = mAnimator.preLayoutInfoMap.get(target);
174
LoggingInfo
postInfo = mAnimator.postLayoutInfoMap.get(target);
603
Map<RecyclerView.ViewHolder,
LoggingInfo
> preLayoutInfoMap = new HashMap<>();
604
Map<RecyclerView.ViewHolder,
LoggingInfo
> postLayoutInfoMap = new HashMap<>();
622
LoggingInfo
loggingInfo = new LoggingInfo(viewHolder, changeFlags, payloads)
[
all
...]
BaseRecyclerViewAnimationsTest.java
625
static class
LoggingInfo
extends RecyclerView.ItemAnimator.ItemHolderInfo {
631
LoggingInfo
(RecyclerView.ViewHolder viewHolder, int changeFlags, List<Object> payloads) {
645
return "
LoggingInfo
{" +
657
LoggingInfo
pre,
LoggingInfo
post) {
665
public AnimatePersistence(RecyclerView.ViewHolder viewHolder,
LoggingInfo
pre,
666
LoggingInfo
post) {
672
public AnimateAppearance(RecyclerView.ViewHolder viewHolder,
LoggingInfo
pre,
673
LoggingInfo
post) {
679
public AnimateDisappearance(RecyclerView.ViewHolder viewHolder,
LoggingInfo
pre
[
all
...]
BaseWrapContentTest.java
432
private String log(BaseRecyclerViewAnimationsTest.
LoggingInfo
postInfo) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
logging.py
22
class
LoggingInfo
(object):
distribution.py
29
from boto.cloudfront.logging import
LoggingInfo
86
this should contain a
LoggingInfo
object; otherwise
88
:type logging: :class`boto.cloudfront.logging.
LoggingInfo
`
149
self.logging =
LoggingInfo
()
Completed in 2129 milliseconds