HomeSort by relevance Sort by last modified time
    Searched full:presentationmode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller_private.h 85 presentationMode:(BOOL)presentationMode;
128 - (void)setPresentationModeInternal:(BOOL)presentationMode
browser_window_controller_private.mm 242 presentationMode:inPresentationMode];
423 presentationMode:(BOOL)presentationMode {
425 if (presentationMode) {
606 - (void)setPresentationModeInternal:(BOOL)presentationMode
608 if (presentationMode == [self inPresentationMode])
611 if (presentationMode) {
629 [self adjustUIForPresentationMode:presentationMode];
    [all...]
browser_window_controller.mm     [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ContactInfoCache.java 159 int presentationMode = identification.getNumberPresentation();
161 presentationMode = Call.PRESENTATION_ALLOWED;
165 callerInfo, presentationMode, isIncoming);

Completed in 118 milliseconds