OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSourceType
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/core/java/com/android/server/hdmi/
TimerRecordingAction.java
44
private final int
mSourceType
;
51
mSourceType
= sourceType;
63
switch (
mSourceType
) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java
135
private final int
mSourceType
;
140
mSourceType
= sourceType;
149
Bitmap icon = getOverlayAlbumIcon(
mSourceType
);
AlbumSetSlidingWindow.java
483
private final int
mSourceType
;
490
mSourceType
= sourceType;
496
mTitle, String.valueOf(mTotalCount),
mSourceType
), l);
/frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordSources.java
62
/* package */ final int
mSourceType
;
66
mSourceType
= sourceType;
86
data[index++] = (byte)
mSourceType
;
HdmiTimerRecordSources.java
420
super(recordSource.
mSourceType
, recordSource.getDataSize(false) + 1);
Completed in 139 milliseconds