Code Points to Return of Select Gestures for Pixel Watch Models

Code in a new build of the Pixel Watch app points to return of select gestures for Wear OS users. Pixel Watch already has quite a few gestures to play with, such as Raise to Talk and Tilt-to-Wake, but the addition of these new gestures put Pixel Watch on par with what’s offered from Apple and Samsung.

The new gestures appear to be Double Pinch and new wrist gestures. For double pinch, when enabled, you can “use it to answer calls, interact with notifications, take photos and more,” according to the code. When enabled, wrist gestures can be used to, “silence calls, and close alerting notifications.” If you’ll recall, Wear OS had wrist gestures back in the day, but they were dropped in Wear OS 3.

var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];

googletag.cmd.push(function() {
var mapping = googletag.sizeMapping().
addSize([0, 0], [[300, 100], [300, 250]]).
build();
googletag.defineSlot( ‘/1043061/DL_INJECT1’, [[300,100],[300,250],[300,600]], ‘gpt-ad-5954377811184-0’ )
.addService(googletag.pubads()).defineSizeMapping(mapping);
window.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};
const timers = window.advadsGamEmptySlotsTimers;

timers[‘gpt-ad-5954377811184-0’] = setTimeout( function () {
const id = ‘gpt-ad-5954377811184-0’;
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
delete ( timers[id] );
}, 1000 );

if ( typeof window.advadsGamHasEmptySlotListener === ‘undefined’ ) {
googletag.pubads().addEventListener( ‘slotRequested’, function ( ev ) {
const id = ev.slot.getSlotElementId();
if ( typeof timers[id] === ‘undefined’ ) {
return;
}
clearTimeout( timers[id] );
timers[id] = setTimeout( function () {
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
delete ( timers[id] );
}, 2500 );
} );
googletag.pubads().addEventListener( ‘slotResponseReceived’, function ( ev ) {
const id = ev.slot.getSlotElementId();
if ( typeof timers[id] !== ‘undefined’ ) {
clearTimeout( timers[id] );
delete ( timers[id] );
}
if ( ! ev.slot.getResponseInformation() ) {
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
}
} );
window.advadsGamHasEmptySlotListener = true;
}

googletag.enableServices();
googletag.display( ‘gpt-ad-5954377811184-0’ );
} );

Currently, it’s unknown when Google plans to release these gestures into the wild for Pixel Watch owners, but given the code has been spotted, we assume it’s right around the corner.

We also don’t know which Pixel Watch models will be supported, but we hope supports goes back to at least the Pixel Watch 3 lineup.

// Android Authority

Read the original post: Code Points to Return of Select Gestures for Pixel Watch Models

https://www.droid-life.com/2025/12/04/code-points-to-return-of-select-gestures-for-pixel-watch-models/?rand=7

android-tech

Passionate about the intersection of technology and society. I break down complex tech news into understandable insights. Focus on AI, cybersecurity, and the future of the web. #TechNews #AI #Innovation

Leave a Reply

Your email address will not be published. Required fields are marked *