HomeSort by relevance Sort by last modified time
    Searched refs:orientationType (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebScreenInfo.h 74 WebScreenOrientationType orientationType;
85 , orientationType(WebScreenOrientationUndefined)
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_provider_android.cc 139 return screen_info.orientationType ==
142 return screen_info.orientationType ==
145 return screen_info.orientationType ==
148 return screen_info.orientationType ==
151 return screen_info.orientationType ==
153 screen_info.orientationType ==
156 return screen_info.orientationType ==
158 screen_info.orientationType ==
181 switch (screen_info.orientationType) {
screen_orientation_browsertest.cc 67 screen_info.orientationType = type;
  /frameworks/base/core/java/android/gesture/
Instance.java 72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) {
76 pts = temporalSampler(orientationType, gesture);
90 private static float[] temporalSampler(int orientationType, Gesture gesture) {
97 if (orientationType != GestureStore.ORIENTATION_INVARIANT) {
InstanceLearner.java 44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) {
56 distance = GestureUtils.minimumCosineDistance(sample.vector, vector, orientationType);
Learner.java 83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector);
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp 83 WebScreenOrientationType orientationType = screenOrientationType(view);
84 if (orientationType == WebScreenOrientationUndefined) {
86 orientationType = computeOrientation(view);
88 ASSERT(orientationType != WebScreenOrientationUndefined);
90 m_orientation->setType(orientationType);
  /external/chromium_org/content/public/test/
render_widget_test.cc 84 resize_params.screen_info.orientationType =
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformScreen.cpp 104 return hostWindow->screenInfo().orientationType;
  /external/chromium_org/content/common/
view_messages.h 144 IPC_STRUCT_TRAITS_MEMBER(orientationType)
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 641 screen_info.orientationType =
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc     [all...]
render_widget_host_view_aura.cc 325 results->orientationType =
    [all...]

Completed in 410 milliseconds