OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:graphType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
HardwareRenderer.java
903
int
graphType
= search(VISUALIZERS, profiling);
904
value =
graphType
>= 0;
906
if (
graphType
!= mProfileVisualizerType) {
908
mProfileVisualizerType =
graphType
;
914
mDebugDataProvider = new DrawPerformanceDataProvider(
graphType
);
[
all
...]
/external/chromium_org/content/browser/resources/media/
stats_graph_helper.js
150
var
graphType
= bweCompoundGraphConfig[finalLabel] ?
153
peerConnectionElement.id + '-' + reportId + '-' +
graphType
;
158
graphType
);
Completed in 842 milliseconds